summaryrefslogtreecommitdiff
path: root/src/plot/24bpp.c
Commit message (Collapse)AuthorAgeFilesLines
* Make endianess detection more robustVincent Sanders2016-09-041-14/+32
| | | | | | | | This moves the byte order detection into the internal plot header and makes teh detection much more robust searching for more macros in common use. This should fix compilation on big endian openBSD systems Thanks to Anthony J. Bentley for a patch used as inspiration for this change
* Allow building for Win32John-Mark Bell2014-01-171-1/+7
|
* Add tiled bitmap plotting function.Michael Drake2013-10-281-0/+1
|
* move plot functions to their own sub directoryVincent Sanders2010-01-201-0/+442
fix 8 and 16bpp plotters when used with cursor svn path=/trunk/libnsfb/; revision=9850