summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpixellayout.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Rename QRgbaF to QRgbaFloat and assert the compatible typesAllan Sandfeld Jensen2021-07-051-98/+98
* qpixellayout.cpp: mark some specializations of fetchPixel as unusedAndrei Golubev2021-06-011-0/+3
* Introduce float QImage formats and renderingAllan Sandfeld Jensen2021-05-261-39/+808
* Fix alpha handling of QImage::setPixelAllan Sandfeld Jensen2021-03-221-5/+17
* Optimize RGBA64->RGBA64PM for SSE2/AVX2Allan Sandfeld Jensen2021-02-031-0/+9
* Fix convertToRGBA64PM for Grayscale16Allan Sandfeld Jensen2021-01-151-2/+1
* Add generic rb swap for RGB64 formatsAllan Sandfeld Jensen2020-12-041-3/+24
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-2/+0
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-185/+185
* Replace Q_ALWAYS_INLINE with static inlineAllan Sandfeld Jensen2020-07-281-4/+4
* Use QList instead of QVector in gui implementationJarek Kobus2020-07-071-76/+76
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-2/+2
* Split PixelLayout to separate source fileAllan Sandfeld Jensen2020-05-111-0/+1545