summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix fillRect on RGBA8888 imagesAllan Sandfeld Jensen2013-07-291-12/+28
* Support RGBA image formatAllan Sandfeld Jensen2013-07-231-7/+163
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-201-8/+8
|\
| * Remove use of 'register' from Qt.Stephen Kelly2013-06-171-8/+8
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-0/+1
|\|
| * Fix warning about unused variable when not using any SIMD drawhelpersTor Arne Vestbø2013-05-101-0/+1
* | Merge branch 'stable' into devSergio Ahumada2013-04-101-5/+10
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-04-031-5/+10
| |\
| | * Fix gcc OOM error when compiling in release modeKai Koehne2013-04-021-5/+10
* | | iOS: Enable NEON optimizations, except for the pixman draw-helpersTor Arne Vestbø2013-04-041-1/+1
|/ /
* | 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-1/+1
|/
* Implement the missing raster operations that were in Qt 3Andy Shaw2012-09-271-2/+115
* Move the fetch and store pixel functions to qdrawhelper.cppThiago Macieira2012-09-241-0/+111
* 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-1/+1
* MIPS DSP composition functions optimizations.Damir Tatalovic2012-07-031-0/+17
* Make the CPU detection much more efficient in user codeThiago Macieira2012-07-021-1/+1
* mips: dsp and dspr2 can be enabled separately fix dspr2 only compilationHolger Hans Peter Freyther2012-06-121-1/+1
* Fix the confusion caused by the QT_ALWAYS_HAVE_xxx macrosThiago Macieira2012-05-311-6/+6
* Overhaul the qsimd_p.h: rename macros and update conditionalsThiago Macieira2012-05-311-13/+13
* Add AVX support for the painting and image code.Thiago Macieira2012-05-221-0/+57
* Clean up some QT_HAVE_xxx macros in qcompilerdetection.hThiago Macieira2012-05-181-3/+3
* MIPS DSPR2 optimization of routine fetchUntransformedRGB16Damir Tatalovic2012-05-161-0/+4
* Remove some remnants of Symbian code in src/gui/paintingThiago Macieira2012-05-031-9/+1
* Fix compiler warning in qdrawhelper.cppOlivier Goffart2012-05-011-12/+8
* Use the C99 keyword "restrict" in compilers that support itThiago Macieira2012-04-241-58/+57
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-50/+15
|\
| * Ensure that qdrawhelper.cpp is compiled with vectorisation activeThiago Macieira2012-03-281-0/+9
| * Introduce FontSmoothingGamma as a platform style hint.Friedemann Kleint2012-03-271-50/+6
* | Remove the old code using MMX registers.Thiago Macieira2012-03-281-95/+4
|/
* Remove the Q_STATIC_TEMPLATE_SPECIALIZATION macroThiago Macieira2012-03-261-2/+0
* Remove the workaround for GCC 3.3 on IRIXThiago Macieira2012-03-221-12/+0
* MIPS DSP configure detection and initial blend optimizations.Damir Tatalovic2012-03-221-0/+19
* Added static keyword to blend_transformed_tiled_argb/rgb565().Kim Motoyoshi Kalland2012-02-141-2/+2
* Removed unused qStorePixel[] array.Kim Motoyoshi Kalland2012-02-141-12/+0
* Fixed source composition with opacity in the raster paint engine.Kim Motoyoshi Kalland2012-02-081-0/+2
* Removed image format specific template functions in raster engine.Kim Motoyoshi Kalland2012-02-071-2519/+1309
* 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 QtGui start-up time and memory use.Samuel Rødal2011-11-041-55/+86
* Improve drawing scaled image with raster using SSE2Olivier Goffart2011-10-241-0/+9
* Remove Q_WS_ and Q_OS_SYMBIAN from QtGui.Friedemann Kleint2011-10-131-21/+0
* 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-179/+59
|\|
| * Added support for six-parameter radial gradients.Samuel Rødal2011-05-101-9/+33
| * Improved gradient table generation performance for two-stop gradients.Samuel Rødal2011-05-101-0/+5