summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix qdrawhelper function toRGB64Allan Sandfeld Jensen2017-01-031-2/+2
* Fix tiling on a width over 2048Allan Sandfeld Jensen2016-11-031-3/+9
* Fix linear RGB16 gradientsAllan Sandfeld Jensen2016-09-231-3/+4
* Fix crash when rendering to grayscale8 imagesAllan Sandfeld Jensen2016-09-031-32/+33
* Correct use of qt_div_255Allan Sandfeld Jensen2016-08-251-6/+6
* Fix 64-bit bilinear scaled image samplingAllan Sandfeld Jensen2016-08-041-1/+7
* QtGui: Avoid rgba64->rgba32 conversion on every pixel in gradientBłażej Szczygieł2016-02-121-2/+2
* Fix rounding error in fetchTransformedBilinearAllan Sandfeld Jensen2016-02-021-2/+4
* Use Q_CONSTRUCTOR_FUNCTION instead of doing the same manuallyAllan Sandfeld Jensen2015-12-171-13/+6
* Remove iOS workaround for pixman drawhelpersTor Arne Vestbø2015-12-121-7/+2
* Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-071-1/+16
* Enable AArch64 versions of ARGB32 NEON drawhelpersAllan Sandfeld Jensen2015-11-301-12/+18
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-2/+2
* Detect NEON on AArch64Allan Sandfeld Jensen2015-11-261-2/+2
* qdrawhelper.cpp: Fix constexpr build with MSVC 2015 Update 1Thiago Macieira2015-11-181-7/+7
* Fix alignment in qConvertARGB64PMToA2RGB30PM_sse2Frederik Gladhorn2015-10-231-2/+1
* Fix alignment issues on 32 bit in qConvertA2RGB30PMToARGB64PM_sse2 and qConve...Frederik Gladhorn2015-10-221-5/+10
* Reorganize the bits for the CPU feature detectionThiago Macieira2015-09-221-4/+2
* Fix repremultiply from RGB64 to RGB30Allan Sandfeld Jensen2015-08-111-19/+48
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-2/+8
|\
| * Fix premul conversion from ARGB32 to A2RGB30 formats.Allan Sandfeld Jensen2015-06-031-2/+8
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-3/+3
|\|
| * Make data tables const.Volker Krause2015-05-051-3/+3
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-271-4/+6
|\|
| * Revert "Remove separate SSE4 unpremultiply function"Allan Sandfeld Jensen2015-04-231-4/+6
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-55/+37
|\|
| * Remove separate SSE4 unpremultiply functionAllan Sandfeld Jensen2015-04-161-6/+4
| * Optimize non-native bilinear transformsAllan Sandfeld Jensen2015-04-161-12/+33
| * Cleanup and optimization of qimage smoothscaleAllan Sandfeld Jensen2015-04-151-38/+0
* | Move composition out of qdrawhelper.cAllan Sandfeld Jensen2015-04-161-2200/+38
* | Implement radial and conical gradients for rgb64 renderingAllan Sandfeld Jensen2015-04-151-91/+101
* | Extend high color rendering to image renderingAllan Sandfeld Jensen2015-04-141-65/+1040
* | Add support for more composition modes in rgb64 renderingAllan Sandfeld Jensen2015-04-131-4/+267
* | Fix RGB30 painting testsAllan Sandfeld Jensen2015-04-131-13/+8
* | Solid and gradients in high color accuracyAllan Sandfeld Jensen2015-04-101-110/+668
|/
* Optimize fetching pixel values for SSE2 bilinear samplingAllan Sandfeld Jensen2015-04-041-72/+59
* QtGui: Fix const correctness in old style castsThiago Macieira2015-03-121-17/+17
* Add AVX2 autovectorized versions of premultiplyAllan Sandfeld Jensen2015-03-101-65/+20
* Remove non-templated pixellayout methodsAllan Sandfeld Jensen2015-03-041-182/+38
* Remove some uses of the private Q_PI constantAllan Sandfeld Jensen2015-02-261-3/+4
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-4/+4
* Optimize generic conversion and remove now obsolete direct conversionsAllan Sandfeld Jensen2015-02-131-20/+42
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Optimize unpremultiply on SSE4.1Allan Sandfeld Jensen2015-02-091-1/+41
* Generate SSE4.1 versions of premultiplying methods where convenientAllan Sandfeld Jensen2015-02-041-4/+32
* Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-061-31/+0
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-2/+5
|\
| * Windows: Bring FreeType rendering up to par with other platformsSérgio Martins2014-12-041-2/+5
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-1/+1
|\|
| * Android: Compile for MIPSEskil Abrahamsen Blomfeldt2014-11-191-1/+1