Split out gfx.c into bitmap.c and line.c.
[bertos.git] / gfx /
2006-01-24 bernieSplit out gfx.c into bitmap.c and line.c.
2006-01-23 bernieImplement simple, but impressive windowing system.
2006-01-23 berniegfx_blit(): New function, but dog slow for now.
2006-01-23 bernieRECT_WIDTH(), RECT_HEIGHT(), RASTER_SIZE(): New macros.
2006-01-17 bernieImplement correct line clipping algorithm.
2006-01-17 bernieAdd bitmap format support; Improve some comments.
2006-01-16 bernieMake header C++ friendly.
2005-11-27 bernieUse appconfig.h instead of cfg/config.h.
2005-11-27 bernieReorder includes.
2005-11-04 bernieFix header guards and includes for new location of...
2005-11-04 bernieMove graphics stuff from mware/ to gfx/.