1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00
cc65/libsrc/tgi
Oliver Schmidt dacee3b9ed Removed IRQ support from TGI drivers.
All but one TGI drivers didn't use IRQs. Especially when the TGI driver kernel was the only .interruptor this meant quite some unnecessary overhead because it pulled in the whole IRQ infrastructure.

The one driver using IRQs (the graphics driver for the 160x102x16 mode on the Lynx) now uses a library reference to set up a JMP to its IRQ handler.
2018-02-02 18:15:45 +01:00
..
tgi_arc.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_bar.s
tgi_circle.s Added tgi_circle and tgi_ellipse functions. The latter works, but could be 2009-11-05 17:14:29 +00:00
tgi_clear.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_clippedline.s Moved outcode calculation in a separate module. 2009-11-12 15:10:45 +00:00
tgi_curtoxy.s
tgi_done.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_ellipse.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_free_vectorfont.s Added tgi_load_vectorfont(). Fixed tgi_free_vectorfont(). 2009-11-01 22:35:22 +00:00
tgi_getaspectratio.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_getcolor.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getcolorcount.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getdefpalette.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_geterror.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_geterrormsg.s Rewrote tgi_load_driver in assembler and fixed a possible memory leak when 2012-07-22 11:07:46 +00:00
tgi_getmaxcolor.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_getmaxx.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_getmaxy.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_getpagecount.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getpalette.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_getpixel.s
tgi_getset.s
tgi_gettextheight.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_gettextwidth.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_getxres.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getyres.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_gotoxy.s
tgi_imulround.s Final touches to the first full version of the vector font output. 2009-11-12 18:00:17 +00:00
tgi_init.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
tgi_install_vectorfont.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_ioctl.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_line.s Added clipping for lines. 2009-11-06 15:26:46 +00:00
tgi_linepop.s Added clipping for lines. 2009-11-06 15:26:46 +00:00
tgi_lineto.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_load_vectorfont.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_load.s More comment fixes. 2012-07-22 11:20:45 +00:00
tgi_outcode.s Final touches to the first full version of the vector font output. 2009-11-12 18:00:17 +00:00
tgi_outtext.s Renamed tgi_textheight -> tgi_gettextheight, tgi_textwidth -> tgi_gettextwidth 2011-07-17 18:36:12 +00:00
tgi_outtextxy.s Working on stroked font output. 2009-11-10 18:50:33 +00:00
tgi_pieslice.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_popxy.s
tgi_popxy2.s
tgi_setaspectratio.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_setcolor.s
tgi_setdrawpage.s
tgi_setpalette.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_setpixel.s
tgi_settextdir.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_settextstyle.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi_setviewpage.s
tgi_unload.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_vectorchar.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
tgi-kernel.s Removed IRQ support from TGI drivers. 2018-02-02 18:15:45 +01:00
tgidrv_line.inc Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00