gint/src/render-fx
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-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: fix bug in non-zero stride renders 2019-08-06 16:17:25 +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 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
dtext.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
masks.c way too much, including bopti/topti, timers, and more. 2019-02-21 21:00:26 +01:00
topti-asm.h gray: add engine, basic drawing and text 2019-07-20 12:31:46 -04:00
topti-asm.s topti: fix C_LIGHTEN and C_DARKEN 2019-07-27 19:49:39 -04:00
topti.c render: remove the GINT_NEED_VRAM macro 2019-10-27 08:14:42 +01:00