summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Optimized radial gradient fetch using SSE 2.Samuel Rødal2011-05-101-0/+9
| * Improved qt_gradient_clamp for reflect spreads.Samuel Rødal2011-05-101-5/+2
| * Prepared for SIMD implementation of radial gradients.Samuel Rødal2011-05-101-0/+151
* | Get rid of QCustomRasterPaintDevice / QWS stuff in raster engine.Samuel Rødal2011-05-041-144/+0
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+2033