gint/src/render-cg
Lephe ef0e5e32f8
render: add one-parameter dvline() and dhline()
Behave like Basic's Horizontal and Vertical commands. Internal dline()
optimizations are renamed gint_dhline() and gint_dvline().

Also supports ghline() and gvline() in the gray engine.

Optimization cases here are amost negligible due to limiting RAM access
frequencies and the very limited amount of work accomplished in the
functions. Code maintainability is prioritized by using dline().
2019-09-07 11:26:11 +02: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 bopti: first fxcg50 version with r5g6b5 and r5g6b5a 2019-08-04 13:59:35 +02:00
dclear.c dma: add exception handler and dma_memset() 2019-08-27 21:18:44 +02:00
dhline.c render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
dimage.c bopti: add support for r5g6b5 and r5g6b5a on fxcg50 2019-08-27 21:04:07 +02:00
dline.c render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
dpixel.c render-cg: decently implement basic functions 2019-05-03 17:11:43 +02:00
drect.c render: refactor to share functions, and basic text on fxcg50 2019-06-15 01:05:31 -04:00
dupdate.c display: add a dupdate_noint() for exceptions handlers 2019-07-04 11:46:26 -04:00
dvline.c render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
dvram.c render-cg: decently implement basic functions 2019-05-03 17:11:43 +02: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 topti: spacing bug fix on fxcg50 2019-08-27 21:02:28 +02:00