summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qimage_sse2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add test and fix style for the SSE2 implementation of ARGB32 conversionBenjamin Poulain2010-07-071-1/+1
| | | | | | | | The commit beba018814b35c4bd032e6b9fa948e4bac34c59a introduce conversion from ARGB32 to ARGB32_PM with SSE2. This patch add a benchmark for this type of usage, and change the name to use lowercase for SSE2 (style convention).
* SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImageJohn Brooks2010-07-071-0/+109
Merge-request: 725 Reviewed-by: Benjamin Poulain <benjamin.poulain@nokia.com>