summaryrefslogtreecommitdiff
path: root/src/plot/16bpp.c
Commit message (Collapse)AuthorAgeFilesLines
* Slight optimisation for scaled image plotting.Michael Drake2010-07-081-3/+3
| | | | svn path=/trunk/libnsfb/; revision=10612
* Add 8bpp scaled bitmap plotter. Fix 16bpp scaled bitmap plotter.Michael Drake2010-07-081-1/+2
| | | | svn path=/trunk/libnsfb/; revision=10611
* Add support for 16bpp scaled bitmap plotting. Make slight changes to match ↵Michael Drake2010-07-081-13/+140
| | | | | | 32bpp implementation. NOTE: UNTESTED. svn path=/trunk/libnsfb/; revision=10609
* move plot functions to their own sub directoryVincent Sanders2010-01-201-0/+448
fix 8 and 16bpp plotters when used with cursor svn path=/trunk/libnsfb/; revision=9850