summaryrefslogtreecommitdiff
path: root/src/plot/32bpp-xrgb8888.c
Commit message (Collapse)AuthorAgeFilesLines
* Make endianess detection more robustVincent Sanders2016-09-041-12/+40
| | | | | | | | 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
|
* Split 32bpp support into xrgba, xbgr, and common. Should allow for BGR ↵Michael Drake2012-09-301-0/+74
surfaces as well as RGB.