gint/src/render-fx
Lephe 2751dcf045
remove the .gint.data section
Since both platforms now have their VBR and gint-specific data loaded
along the add-in's data, the .gint.data section is entirely unused.

The .gint.bss section is still used for uninitialized objects (it has
different semantics than .bss which is initially cleared) and the
.gint.data.sh3 and .gint.bss.sh3 sections that are dropped on the
SH4-only fx-CG 50 are also still used.
2020-07-10 16:36:05 +02:00
..
bopti-asm-gray.s bopti: add gray support for all four profiles 2019-07-27 19:51:53 -04:00
bopti-asm.h bopti: add gray support for all four profiles 2019-07-27 19:51:53 -04:00
bopti-asm.s bopti: add gray support for all four profiles 2019-07-27 19:51:53 -04:00
bopti.c bopti: deprecate image_t, renamed to bopti_image_t 2020-06-01 12:11:59 +02:00
dclear.c render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00
dhline.c render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
dimage.c bopti: deprecate image_t, renamed to bopti_image_t 2020-06-01 12:11:59 +02:00
dline.c render-fx: fix VRAM overflows in gint_dhline() and gint_dvline() 2020-06-15 13:45:50 +02:00
dpixel.c render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00
drect.c render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00
dtext.c render: add alignment options to dtext_opt() and dprint_opt() 2020-06-18 18:31:13 +02:00
dupdate.c remove the .gint.data section 2020-07-10 16:36:05 +02:00
dvline.c render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
masks.c render-fx: fix VRAM overflows in gint_dhline() and gint_dvline() 2020-06-15 13:45:50 +02:00
topti-asm.h gray: add engine, basic drawing and text 2019-07-20 12:31:46 -04:00
topti-asm.s core: answer TLB misses and remove startup mapping (UNSTABLE) 2020-06-14 18:22:20 +02:00
topti.c core: answer TLB misses and remove startup mapping (UNSTABLE) 2020-06-14 18:22:20 +02:00