summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the Q_STATIC_TEMPLATE_SPECIALIZATION macroThiago Macieira2012-03-261-6/+0
* Removed image format specific template functions in raster engine.Kim Motoyoshi Kalland2012-02-071-1196/+165
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-111-1/+254
|\|
| * Fixed off-by-one in radial gradient color table index computation.Samuel Rødal2011-05-101-4/+2
| * Added support for six-parameter radial gradients.Samuel Rødal2011-05-101-37/+63
| * Improved gradient table generation performance for two-stop gradients.Samuel Rødal2011-05-101-0/+73