summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper_sse2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Fixed GCC 3.4 build with sse2 enabled.Samuel Rødal2012-10-301-1/+2
* 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
* Merge earth-team into origin/4.8Olivier Goffart2011-05-031-0/+52
|\
| * Another attempt at fixing the MSVC2005 build.Samuel Rødal2011-04-151-1/+6
| * Compile fix in qdrawhelper_sse2.cpp for MSVC 2005.Samuel Rødal2011-04-141-0/+5
| * Compile fix in qdrawhelper_sse2.cpp.Samuel Rødal2011-04-141-1/+1
| * Added support for six-parameter radial gradients.Samuel Rødal2011-04-131-0/+2
| * Improved gradient table generation performance for two-stop gradients.Samuel Rødal2011-04-131-72/+28
| * Optimized radial gradient fetch using SSE 2.Samuel Rødal2011-04-131-0/+84
* | Fixes warnings about unused variablesOlivier Goffart2011-04-281-4/+0
|/
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Use aligned operations for solid SourceOver operations.Benjamin Poulain2010-09-131-2/+5
* Use the stream operation for the SSE2 implementation of memfill32Benjamin Poulain2010-09-131-4/+4
* Allow Windows x64 to use SSE2 to speed up blendingliang jian2010-09-061-0/+72
* Undefined SSE symbols when crosscompiling Qt on PPC.Benjamin Poulain2010-08-311-1/+0
* Implement the composition mode Plus with Neon.Benjamin Poulain2010-08-251-16/+0
* Replace the SSE prologues by a macroBenjamin Poulain2010-08-051-10/+4
* Implement comp_Source with SSE2 when there is a const alphaBenjamin Poulain2010-08-041-0/+33
* Remove an useless assert from comp_func_SourceOver_sse2()Benjamin Poulain2010-07-271-1/+0
* Implement the composition mode "Plus" with SSE2Benjamin Poulain2010-07-271-0/+66
* Use aligned load for the blending of RGB32 over RGB32Benjamin Poulain2010-07-211-2/+12
* SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImageJohn Brooks2010-07-071-10/+2
* Moved primitive SSE2 painting utilities to qdrawingprimitive_sse2_p.hJohn Brooks2010-07-071-156/+0
* Fix an assertion in comp_func_SourceOver_sse2() if const_alpha == 0Benjamin Poulain2010-06-281-1/+1
* Fixed autotest failure in fillRect_stretchToDeviceModeSamuel Rødal2010-06-241-1/+1
* Fix the casts of qdrawhelper_sse2Benjamin Poulain2010-06-231-4/+4
* Add a SSE2 implementation of comp_func_solid_SourceOver()Benjamin Poulain2010-06-231-1/+29
* Add a SSE2 version of comp_func_SourceOver()Benjamin Poulain2010-06-231-60/+110
* Replace the inline blend function by #defineBenjamin Poulain2010-02-151-67/+60
* Implement the blend functions with SSE2Benjamin Poulain2010-02-121-0/+218
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* fix warnings on mingwThierry Bastian2009-09-021-1/+1
* Update tech preview license header.Jason McDonald2009-08-311-13/+13
* Update license headers.Jason McDonald2009-08-111-1/+1
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+211