scummvm/graphics/blit
Miro Kropacek f41a678ba1 GRAPHICS: ATARI: Utilize dlmalloc
- every malloc is now aligned on 16 bytes

- no need for the hidden pointers

- ct60_vmalloc() is called only once, the rest is handled
  by dlmalloc (SV XBIOS' vmalloc is pretty fragile)
2024-02-24 03:54:54 +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: Share code between the generic and SIMD blending functions 2023-10-29 00:56:58 +02:00
blit-atari.cpp GRAPHICS: ATARI: Utilize dlmalloc 2024-02-24 03:54:54 +01: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