summaryrefslogtreecommitdiff
path: root/amiga/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Some bitmap caching - not making much difference and using up a lot of gfx me...Chris Young2008-12-281-1/+7
* Handle opaqueness a bitChris Young2008-12-271-6/+23
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-021-2/+2
* Remove debugChris Young2008-10-111-2/+0
* Fix Amiga bitmap_get_bpp to be same as others. (It's bytes per pixel, not bit...Michael Drake2008-09-071-9/+12
* More error checkingChris Young2008-08-151-7/+41
* Updated to support changes in image/bitmap.hChris Young2008-08-121-15/+38
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+164