summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Remove use of 'register' from Qt.Kevin Funk2014-08-111-4/+4
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Support gamma correction of text on GLEskil Abrahamsen Blomfeldt2011-05-031-8/+2
* Added support for six-parameter radial gradients.Samuel Rødal2011-04-131-9/+33
* Improved gradient table generation performance for two-stop gradients.Samuel Rødal2011-04-131-0/+5
* Optimized radial gradient fetch using SSE 2.Samuel Rødal2011-04-131-0/+5
* Prepared for SIMD implementation of radial gradients.Samuel Rødal2011-04-131-177/+23
* Get rid of double conversions and arithmetic when qreal is float.Samuel Rødal2011-04-061-38/+38
* Fix compilation error.Jason McDonald2011-01-201-0/+2
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Improve performance of bilinear upscaling of images with neon.Samuel Rødal2010-12-221-3/+32
* Improve performance of bilinear downscaling of images with neon.Samuel Rødal2010-12-221-26/+107
* Prevent crash in drawhelper code when the cpu has MMXEXT but no SSE.Samuel Rødal2010-12-151-11/+0
* Prevent out-of-bounds memory access in drawhelper.Samuel Rødal2010-12-081-0/+2
* Clean up ARM SIMD drawhelper code and make sure it works.Jani Hautakangas2010-10-151-128/+31
* Fixed compilation of qdrawhelper.cpp with XLC 10Rohan McGovern2010-09-171-1/+1
* qdrawhelper: Optimisations in fetchTransformedBilinearOlivier Goffart2010-09-081-30/+59
* qdrawhelper: use SSE2 for interpolation in fetchTransformedBilinearOlivier Goffart2010-09-081-0/+77
* qdrawhelper: small optimisations in fetchTransformBilinearOlivier Goffart2010-09-081-16/+15
* Allow Windows x64 to use SSE2 to speed up blendingliang jian2010-09-061-105/+119
* qdrawhelper: micro optimisation in fetchTransformBilinearOlivier Goffart2010-09-031-7/+7
* qdrawhelper: Remove blend_transformed_bilinear_argbOlivier Goffart2010-09-021-179/+4
* Use NEON and preloading for 16 bit small / medium sized image blits.Samuel Rødal2010-09-011-0/+1
* Undefined SSE symbols when crosscompiling Qt on PPC.Benjamin Poulain2010-08-311-1/+0
* qdrawhelper: backport the optimisations in fetchTransformBilinear from master...Olivier Goffart2010-08-301-138/+257
* Revert "Refactor blend_transformed_bilinear to simplify the blend type checking"Olivier Goffart2010-08-261-67/+66
* Refactor blend_transformed_bilinear to simplify the blend type checkingBenjamin Poulain2010-08-251-66/+67
* Implement qt_memfill32 with Neon.Benjamin Poulain2010-08-251-0/+1
* Implement the composition mode Plus with Neon.Benjamin Poulain2010-08-251-6/+3
* Implement the general blending of ARGB32_pm with SSSE3Benjamin Poulain2010-08-161-0/+11
* Implement comp_Source with SSE2 when there is a const alphaBenjamin Poulain2010-08-041-0/+2
* Implement the composition mode "Plus" with SSE2Benjamin Poulain2010-07-271-5/+3
* Clean the CompositionFunction tables of drawhelperBenjamin Poulain2010-07-271-68/+59
* Fixed bug in drawTiledPixmap when width of pixmap matches target rect.Samuel Rødal2010-07-011-1/+2
* Improved performance of 16 bit memrotates using NEON instructions.Samuel Rødal2010-07-011-0/+3
* Add an implementation of comp_func_solid_SourceOver_neon() with Neon.Benjamin Poulain2010-06-231-0/+1
* Add a SSE2 implementation of comp_func_solid_SourceOver()Benjamin Poulain2010-06-231-1/+4
* Add a SSE2 version of comp_func_SourceOver()Benjamin Poulain2010-06-231-1/+6
* Fixed pixel-bleeding when stretching subrected pixmaps.Gunnar Sletta2010-04-201-8/+13
* qdrawhelper: fix optim in 2245641baOlivier Goffart2010-04-131-29/+88
* Safeguard ourselves against corrupt registry values for cleartype gammaGunnar Sletta2010-04-121-0/+5
* qdrawhelper: optimize the fetch transformed bilinear functionsOlivier Goffart2010-04-121-46/+46
* QDrawHelper: Reduce code duplicationsOlivier Goffart2010-04-091-215/+61
* Speedup fetchTransformedBilinear in the fast_matrix caseOlivier Goffart2010-04-091-7/+9