| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compilation error. | Jason McDonald | 2011-01-19 | 1 | -0/+2 |
|
|
* | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
* | Improve performance of bilinear upscaling of images with neon. | Samuel Rødal | 2010-12-22 | 1 | -3/+32 |
|
|
* | Improve performance of bilinear downscaling of images with neon. | Samuel Rødal | 2010-12-22 | 1 | -26/+107 |
|
|
* | Prevent crash in drawhelper code when the cpu has MMXEXT but no SSE. | Samuel Rødal | 2010-12-15 | 1 | -11/+0 |
|
|
* | Prevent out-of-bounds memory access in drawhelper. | Samuel Rødal | 2010-12-08 | 1 | -0/+2 |
|
|
* | Clean up ARM SIMD drawhelper code and make sure it works. | Jani Hautakangas | 2010-10-15 | 1 | -128/+31 |
|
|
* | Fixed compilation of qdrawhelper.cpp with XLC 10 | Rohan McGovern | 2010-09-16 | 1 | -1/+1 |
|
|
* | qdrawhelper: Optimisations in fetchTransformedBilinear | Olivier Goffart | 2010-09-08 | 1 | -30/+59 |
|
|
* | qdrawhelper: use SSE2 for interpolation in fetchTransformedBilinear | Olivier Goffart | 2010-09-08 | 1 | -0/+77 |
|
|
* | qdrawhelper: small optimisations in fetchTransformBilinear | Olivier Goffart | 2010-09-08 | 1 | -16/+15 |
|
|
* | Allow Windows x64 to use SSE2 to speed up blending | liang jian | 2010-09-06 | 1 | -105/+119 |
|
|
* | qdrawhelper: micro optimisation in fetchTransformBilinear | Olivier Goffart | 2010-09-03 | 1 | -7/+7 |
|
|
* | qdrawhelper: Remove blend_transformed_bilinear_argb | Olivier Goffart | 2010-09-02 | 1 | -179/+4 |
|
|
* | Use NEON and preloading for 16 bit small / medium sized image blits. | Samuel Rødal | 2010-09-01 | 1 | -0/+1 |
|
|
* | Undefined SSE symbols when crosscompiling Qt on PPC. | Benjamin Poulain | 2010-08-31 | 1 | -1/+0 |
|
|
* | qdrawhelper: backport the optimisations in fetchTransformBilinear from master... | Olivier Goffart | 2010-08-30 | 1 | -138/+257 |
|
|
* | Revert "Refactor blend_transformed_bilinear to simplify the blend type checking" | Olivier Goffart | 2010-08-26 | 1 | -67/+66 |
|
|
* | Refactor blend_transformed_bilinear to simplify the blend type checking | Benjamin Poulain | 2010-08-25 | 1 | -66/+67 |
|
|
* | Implement qt_memfill32 with Neon. | Benjamin Poulain | 2010-08-25 | 1 | -0/+1 |
|
|
* | Implement the composition mode Plus with Neon. | Benjamin Poulain | 2010-08-25 | 1 | -6/+3 |
|
|
* | Implement the general blending of ARGB32_pm with SSSE3 | Benjamin Poulain | 2010-08-16 | 1 | -0/+11 |
|
|
* | Implement comp_Source with SSE2 when there is a const alpha | Benjamin Poulain | 2010-08-04 | 1 | -0/+2 |
|
|
* | Implement the composition mode "Plus" with SSE2 | Benjamin Poulain | 2010-07-27 | 1 | -5/+3 |
|
|
* | Clean the CompositionFunction tables of drawhelper | Benjamin Poulain | 2010-07-27 | 1 | -68/+59 |
|
|
* | Fixed bug in drawTiledPixmap when width of pixmap matches target rect. | Samuel Rødal | 2010-07-01 | 1 | -1/+2 |
|
|
* | Improved performance of 16 bit memrotates using NEON instructions. | Samuel Rødal | 2010-07-01 | 1 | -0/+3 |
|
|
* | Add an implementation of comp_func_solid_SourceOver_neon() with Neon. | Benjamin Poulain | 2010-06-23 | 1 | -0/+1 |
|
|
* | Add a SSE2 implementation of comp_func_solid_SourceOver() | Benjamin Poulain | 2010-06-23 | 1 | -1/+4 |
|
|
* | Add a SSE2 version of comp_func_SourceOver() | Benjamin Poulain | 2010-06-23 | 1 | -1/+6 |
|
|
* | Fixed pixel-bleeding when stretching subrected pixmaps. | Gunnar Sletta | 2010-04-20 | 1 | -8/+13 |
|
|
* | qdrawhelper: fix optim in 2245641ba | Olivier Goffart | 2010-04-13 | 1 | -29/+88 |
|
|
* | Safeguard ourselves against corrupt registry values for cleartype gamma | Gunnar Sletta | 2010-04-12 | 1 | -0/+5 |
|
|
* | qdrawhelper: optimize the fetch transformed bilinear functions | Olivier Goffart | 2010-04-12 | 1 | -46/+46 |
|
|
* | QDrawHelper: Reduce code duplications | Olivier Goffart | 2010-04-09 | 1 | -215/+61 |
|
|
* | Speedup fetchTransformedBilinear in the fast_matrix case | Olivier Goffart | 2010-04-09 | 1 | -7/+9 |
|
|
* | Optimized SourceOver and 16 bit dest fetches, dest stores using NEON. | Samuel Rødal | 2010-03-26 | 1 | -4/+8 |
|
|
* | Optimized scaled/transformed image blending for ARGB32PM and RGB16 on RGB16. | Samuel Rødal | 2010-03-26 | 1 | -0/+6 |
|
|
* | Included ARM NEON optimizations from pixman in Qt. | Samuel Rødal | 2010-03-26 | 1 | -0/+4 |
|
|
* | compile fix for mingw (also removes some warnings) | Thierry Bastian | 2010-03-23 | 1 | -10/+10 |
|
|
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-03-17 | 1 | -3/+3 |
|\ |
|
| * | Fixed cleartype text rendering on translucent surfaces. | Trond Kjernaasen | 2010-03-15 | 1 | -3/+3 |
|
|
* | | Enable the fast paths when converting to Rgb565 | Benjamin Poulain | 2010-03-15 | 1 | -4/+4 |
|
|
* | | MAke the SIMD fiunctions be used even when the QT_NO_DEBUG macro is used | Thierry Bastian | 2010-03-10 | 1 | -3/+0 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-04 | 1 | -1/+1 |
|\ \ |
|
| * | | Enable two fast path for blend_tiled_rgb565 | Benjamin Poulain | 2010-03-04 | 1 | -1/+1 |
|
|
* | | | Fix warnings on MSVC | Thierry Bastian | 2010-03-03 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-02-25 | 1 | -197/+2 |
|\ \ |
|
| * \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 | Benjamin Poulain | 2010-02-23 | 1 | -33/+56 |
| |\ \
| | |/ |
|
| * | | Cache the result of qDetectCPUFeatures() | Benjamin Poulain | 2010-02-23 | 1 | -4/+1 |
|
|