summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper_sse2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Move composition out of qdrawhelper.cAllan Sandfeld Jensen2015-04-161-84/+0
* Implement radial and conical gradients for rgb64 renderingAllan Sandfeld Jensen2015-04-151-1/+1
* Solid and gradients in high color accuracyAllan Sandfeld Jensen2015-04-101-5/+12
* QtGui: Fix const correctness in old style castsThiago Macieira2015-03-121-4/+4
* Remove support for some very old compilersAllan Sandfeld Jensen2015-02-151-11/+0
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-031-3/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Avoid out of bounds memory reads when scaling imagesLars Knoll2014-03-281-3/+11
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-03-171-0/+7
|\
| * Fix drawCachedGlyphs on RGBA8888Allan Sandfeld Jensen2014-02-261-0/+7
* | Optimize qt_memfill32 a littleThiago Macieira2014-02-121-12/+18
* | Make qt_memfill{16,32} unconditionalThiago Macieira2014-01-161-4/+4
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fixed GCC 3.4 build with sse2 enabled.Samuel Rødal2012-10-191-1/+2
* Implement the missing raster operations that were in Qt 3Andy Shaw2012-09-271-2/+12
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira2012-05-311-2/+2
* Add AVX support for the painting and image code.Thiago Macieira2012-05-221-0/+5
* Remove the old code using MMX registers.Thiago Macieira2012-03-281-2/+2
* Fixed jagged lines when drawing scaled image with raster engine.Kim Motoyoshi Kalland2012-02-071-2/+3
* Removed image format specific template functions in raster engine.Kim Motoyoshi Kalland2012-02-071-1/+1
* 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
* Improve drawing scaled image with raster using SSE2Olivier Goffart2011-10-241-0/+116
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Fixes warnings about unused variablesOlivier Goffart2011-05-101-4/+0
* Another attempt at fixing the MSVC2005 build.Samuel Rødal2011-05-101-1/+6
* Compile fix in qdrawhelper_sse2.cpp for MSVC 2005.Samuel Rødal2011-05-101-0/+5
* Compile fix in qdrawhelper_sse2.cpp.Samuel Rødal2011-05-101-1/+1
* Added support for six-parameter radial gradients.Samuel Rødal2011-05-101-0/+2
* Improved gradient table generation performance for two-stop gradients.Samuel Rødal2011-05-101-72/+28
* Optimized radial gradient fetch using SSE 2.Samuel Rødal2011-05-101-0/+84
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+496