scummvm/graphics/blit
Le Philousophe 859a8e06ad GRAPHICS: Also enable NEON codepath if compiler builds with NEON enabled
This will allow to build with NEON on platforms using an old compiler
but with NEON enabled for all translation units.
2025-02-01 18:06:56 +01:00
..
blit-alpha.cpp GRAPHICS: Split BlendBlitImpl_Default into a separate file 2023-10-29 00:56:58 +02:00
blit-alpha.h GRAPHICS: Some optimisations for the alpha blending routines 2024-09-29 02:19:42 +03:00
blit-atari.cpp BACKENDS: ATARI: Remove move16 code 2024-11-21 11:31:25 +01:00
blit-avx2.cpp GRAPHICS: Make the blend structs into objects on the stack 2024-09-29 02:19:42 +03:00
blit-generic.cpp GRAPHICS: Simplify the generic blending routines 2024-09-29 02:19:42 +03:00
blit-neon.cpp GRAPHICS: Also enable NEON codepath if compiler builds with NEON enabled 2025-02-01 18:06:56 +01:00
blit-scale.cpp COMMON: Move more maths functions into the Math namespace 2024-07-27 14:00:48 +03:00
blit-sse2.cpp GRAPHICS: Make the blend structs into objects on the stack 2024-09-29 02:19:42 +03:00
blit.cpp GRAPHICS: Reduce complexity of the crossBlit() code 2024-09-27 03:48:52 +03:00