1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/lib
Jens Arnold e49cade42d Colour targets: Adapted mandelbrot plugin. The plugin library now contains scrolling routines for >= 8 bpp displays.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8578 a1c6a512-1295-4272-9138-f99709370657
2006-02-05 12:59:10 +00:00
..
configfile.c Build cleanup and general fixes. fprintf() is now fdprintf(), the separation 2005-02-22 12:19:12 +00:00
configfile.h Now keeps integers within range, and saves a version number in the cfg file, refusing to load too old versions 2004-07-22 07:51:02 +00:00
gray.h Grayscale library: colour macros now matching the core LCD drivers. 2006-01-23 22:13:00 +00:00
gray_core.c Fixed warnings on iFP. 2006-02-03 23:14:42 +00:00
gray_draw.c Fixed warnings on iFP. 2006-02-03 23:14:42 +00:00
gray_parm.c Fixed comment. 2005-11-26 09:05:03 +00:00
gray_scroll.c H1x0: Changed lcd_blit() and the grayscale library to use the same internal format as on archos (1bpp). While the slowdown of the ISR is minimal (the intermediate buffers are in IRAM), the planar grayscale buffer takes only half the space for a given depth, and gray_update[_rect]() and unbuffered drawing/scrolling are faster because less data needs to be moved. It should also make porting of video.rock somewhat easier. * Archos recorders, Ondios: Some slight optimisations of the grayscale library. 2005-09-30 20:10:27 +00:00
highscore.c A new API for saving highscores in game plugins 2005-06-08 13:47:46 +00:00
highscore.h A new API for saving highscores in game plugins 2005-06-08 13:47:46 +00:00
Makefile Support for a colon-separated path in APPEXTRA 2005-10-27 14:39:00 +00:00
playergfx.c A couple of optimisations. 2005-07-02 07:21:21 +00:00
playergfx.h Adapted remote LCD driver and player graphics library to the new bitmap function naming scheme. 2005-07-07 00:05:29 +00:00
profile_plugin.c Profiling support, tools and documentation. 2006-01-18 20:54:13 +00:00
profile_plugin.h Profiling support, tools and documentation. 2006-01-18 20:54:13 +00:00
SOURCES Profiling support, tools and documentation. 2006-01-18 20:54:13 +00:00
xlcd.c Colour targets: Adapted mandelbrot plugin. The plugin library now contains scrolling routines for >= 8 bpp displays. 2006-02-05 12:59:10 +00:00
xlcd.h Colour targets: Adapted mandelbrot plugin. The plugin library now contains scrolling routines for >= 8 bpp displays. 2006-02-05 12:59:10 +00:00