scummvm/graphics/blit
2024-05-18 13:52:31 +02:00
..
blit-alpha.cpp
blit-alpha.h GRAPHICS: Share code between the generic and SIMD blending functions 2023-10-29 00:56:58 +02:00
blit-atari.cpp JANITORIAL: Fix adress typo in blit-atari.cpp 2024-05-18 13:52:31 +02:00
blit-avx2.cpp GRAPHICS: Use target pragmas instead of compiler flags to prevent ODR problems. 2024-01-08 23:37:39 +01:00
blit-generic.cpp GRAPHICS: Share code between the generic and SIMD blending functions 2023-10-29 00:56:58 +02:00
blit-neon.cpp GRAPHICS: Use target pragmas instead of compiler flags to prevent ODR problems. 2024-01-08 23:37:39 +01:00
blit-scale.cpp GRAPHICS: Add fast paths for scaleBlit when dstW == srcW 2023-12-29 18:00:54 +02:00
blit-sse2.cpp GRAPHICS: Use target pragmas instead of compiler flags to prevent ODR problems. 2024-01-08 23:37:39 +01:00
blit.cpp GRAPHICS: Add functions for blitting with transparent masks 2023-11-10 14:36:55 +01:00