A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer 141eee9683 [DIBLIB]
- Implement spacial even more optimized versions of SRCCOPY on equal surfaces for 8,16,24 and 32bpp.
- Add the right-to-left versions to the function tables
- Add _CALCSHIFT macro(s) to calculate the shift in the dib functions, instead of precalculating it in EngBitBlt. This costs us a few bytes per function (yes, with so many functions, every byte counts!) but since it's only for 1 and 4 bpp and improves the code by keeping DIB specific code out of the Eng function, it's reasonable to do so.
- Add optional optimization pragmas

svn path=/trunk/; revision=56212
2012-03-22 20:12:50 +00:00
reactos [DIBLIB] 2012-03-22 20:12:50 +00:00
rosapps [ROSAPPS] 2012-03-10 13:36:45 +00:00
rostests [XMLLITE_WINETEST] 2012-03-19 16:12:15 +00:00
wallpaper - Add CMakeLists for wallpaper 2012-02-05 13:43:04 +00:00