summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix default implementations of raster opsEskil Abrahamsen Blomfeldt2014-09-201-2/+0
* Remove the last remnants of iWMMXt in QtThiago Macieira2014-08-051-8/+0
* QImage support for RGB30 formatsAllan Sandfeld Jensen2014-07-041-8/+139
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-011-65/+2
|\
| * Fix -Werror compilation on big-endianThiago Macieira2014-06-251-0/+2
| * Remove unfinished NEON version of vectorized rotate samplingAllan Sandfeld Jensen2014-06-061-65/+0
* | MIPS: Support recognition of the DSP ASE at run-timeAdrian Perez de Castro2014-06-271-3/+13
|/
* Vectorize bilinear rotating transformsAllan Sandfeld Jensen2014-05-051-0/+157
* Avoid out of bounds memory reads when scaling imagesLars Knoll2014-03-281-1/+1
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-03-171-34/+49
|\
| * Fix drawCachedGlyphs on RGBA8888Allan Sandfeld Jensen2014-02-261-37/+52
* | Add optimize_full qmake config optionAllan Sandfeld Jensen2014-03-061-14/+0
* | Optimize generic bilinear interpolation using SSE2Allan Sandfeld Jensen2014-02-171-33/+45
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-7/+7
|\|
| * Fix drawing vertical gradients in RGBA8888 formatsAllan Sandfeld Jensen2014-02-101-7/+7
* | Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-101-15/+15
* | Optimize drawing to and from generic formatsAllan Sandfeld Jensen2014-01-311-102/+359
* | Fixed assert in blend_transformed_tiled_argbOliver Wolff2014-01-301-2/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-7/+16
|\|
| * Fix unused-function warning in qdrawhelper.cppThiago Macieira2014-01-161-6/+0
| * MIPS DSP build system fix and additional optimizations.lpapuga2014-01-141-1/+16
* | 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