gint/src/render-cg
Lephe 9eb723ee53
render: remove the GINT_NEED_VRAM macro
This macro used to protect the declaration of the [vram] variable of
gint. This variable was short to keep drawing functions short but could
clutter the namespace.

That being said, it's even better to just [#define vram gint_vram] if
you need. This change renames the variable to [gint_vram], exposes it
whenever <gint/display.h> is included, and removes the GINT_NEED_VRAM
macro altogether.
2019-10-27 08:14:42 +01:00
..
bopti-asm.h bopti: add support for r5g6b5 and r5g6b5a on fxcg50 2019-08-27 21:04:07 +02:00
bopti-asm.s bopti: first fxcg50 version with r5g6b5 and r5g6b5a 2019-08-04 13:59:35 +02:00
bopti.c render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01: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 render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00
dline.c render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01: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
dupdate.c render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00
dvline.c render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
dvram.c render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00
topti-asm.h render: refactor to share functions, and basic text on fxcg50 2019-06-15 01:05:31 -04:00
topti-asm.s render: refactor to share functions, and basic text on fxcg50 2019-06-15 01:05:31 -04:00
topti.c render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00