summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make conversion of semi-transparency to opaque formats consistentAllan Sandfeld Jensen2014-01-201-32/+62
* Optimize blend_transformed_tiled_argb().Sami Liedes2014-01-181-6/+14
* iOS: Don't try to use NEON drawhelpers, we don't build themTor Arne Vestbø2014-01-161-0/+7
* Optimize INV_PREMULAllan Sandfeld Jensen2014-01-161-1/+1
* Make qt_memfill{16,32} unconditionalThiago Macieira2014-01-161-30/+14
* Remove runtime detection of Neon on ARM CPUsThiago Macieira2014-01-161-29/+27
* Remove runtime detection of SSE2Thiago Macieira2014-01-161-63/+45
* Remove the files building AVX codeThiago Macieira2013-12-101-70/+0
* Make drawing to and from RGBA8888 images fasterAllan Sandfeld Jensen2013-11-131-6/+38
* 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