summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* | SSSE3 optimized store of 24-bit formatsAllan Sandfeld Jensen2016-02-291-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-181-4/+5
|\|
| * QtGui: Avoid rgba64->rgba32 conversion on every pixel in gradientBłażej Szczygieł2016-02-121-4/+5
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | NEON optimized bilinear samplingAllan Sandfeld Jensen2015-12-171-23/+72
|/
* Initialize function tables without QGuiApplicationAllan Sandfeld Jensen2015-12-071-2/+0
* Compile the 64-bit version of some code on all 64-bit processorsThiago Macieira2015-10-231-2/+2
* Move Q_ALWAYS_INLINE next to Q_NEVER_INLINE in qglobal.h.Erik Verbruggen2015-08-111-3/+0
* Fix repremultiply from RGB64 to RGB30Allan Sandfeld Jensen2015-08-111-12/+14
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-0/+17
|\
| * Fix premul conversion from ARGB32 to A2RGB30 formats.Allan Sandfeld Jensen2015-06-031-0/+17
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-031-2/+2
|\|
| * Make data tables const.Volker Krause2015-05-051-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+36
|\|
| * Cleanup and optimization of qimage smoothscaleAllan Sandfeld Jensen2015-04-151-0/+36
* | Move composition out of qdrawhelper.cAllan Sandfeld Jensen2015-04-161-80/+0
* | Implement radial and conical gradients for rgb64 renderingAllan Sandfeld Jensen2015-04-151-8/+17
* | Extend high color rendering to image renderingAllan Sandfeld Jensen2015-04-141-0/+3
* | Solid and gradients in high color accuracyAllan Sandfeld Jensen2015-04-101-11/+95
|/
* QtGui: Fix const correctness in old style castsThiago Macieira2015-03-121-1/+1
* Add AVX2 autovectorized versions of premultiplyAllan Sandfeld Jensen2015-03-101-0/+16
* Remove some uses of the private Q_PI constantAllan Sandfeld Jensen2015-02-261-1/+1
* Remove PREMUL and INV_PREMUL macrosAllan Sandfeld Jensen2015-02-251-5/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-061-28/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-041-9/+108
* Avoid out of bounds memory reads when scaling imagesLars Knoll2014-03-281-1/+1
* Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-101-31/+4
* Round evenly in INV_PREMULAllan Sandfeld Jensen2014-01-291-1/+2
* Make conversion of semi-transparency to opaque formats consistentAllan Sandfeld Jensen2014-01-201-0/+1
* Optimize INV_PREMULAllan Sandfeld Jensen2014-01-161-6/+10
* Make qt_memfill{16,32} unconditionalThiago Macieira2014-01-161-3/+2
* Remove Q_PACKED from structures that do not need to be packedThiago Macieira2013-09-131-1/+1
* Support RGBA image formatAllan Sandfeld Jensen2013-07-231-0/+24
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-2/+2
* Fix compile on AndroidBogDan Vatra2013-02-271-2/+2
* Add Q_DECL_RESTRICT and Q_ALWAYS_INLINE for MSVCThiago Macieira2013-02-111-0/+4
* Rename the Q_STATIC_INLINE_FUNCTION macro to Q_ALWAYS_INLINEThiago Macieira2013-02-111-14/+14
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Mark several template functions as static.Thiago Macieira2013-01-021-3/+3
|/
* Implement the missing raster operations that were in Qt 3Andy Shaw2012-09-271-1/+10
* Move the fetch and store pixel functions to qdrawhelper.cppThiago Macieira2012-09-241-113/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Made QImage::fill(uint pixel) for RGB888 accept QRgb values.Samuel Rødal2012-08-291-3/+3
* Compile.Morten Johan Sorvig2012-05-041-2/+2
* Use the C99 keyword "restrict" in compilers that support itThiago Macieira2012-04-241-1/+4
* Mark some functions as always_inline with GCC and ICC.Thiago Macieira2012-04-241-0/+3
* Introduce FontSmoothingGamma as a platform style hint.Friedemann Kleint2012-03-271-0/+12