summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qdrawhelper_sse2.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-061-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