summaryrefslogtreecommitdiff
path: root/amiga/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Stop the alpha channel getting lost on scaled bitmapsChris Young2009-08-241-2/+2
* Revert r9108, as component order in libnsgif due to be corrected.Chris Young2009-08-091-43/+5
* Support new libnsgif by adding bitmap flag BITMAP_ABGR.Chris Young2009-08-071-8/+51
* Don't do higher quality scaling on OS4.0 as it doesn't work.Chris Young2009-07-121-1/+0
* Rendering tab in options all done, new option to improve the scale quality (b...Chris Young2009-06-231-1/+5
* Check that p96AllocBitMap actually allocated a bitmap (fixes unsat bug#61)Chris Young2009-05-301-4/+6
* Too many 0sChris Young2009-05-171-1/+1
* Fix alpha testing, set correctly for ILBMsChris Young2009-05-171-2/+2
* IFF save now works - needed an unexpected NULL as the first parameter to DTM_...Chris Young2009-05-161-3/+3
* Copy and save images as IFF ILBM attempt 2.Chris Young2009-05-161-11/+49
* Copy and save images in IFF ILBM format. Currently, the data in the BODY chu...Chris Young2009-05-161-0/+18
* Stop local history from crashing, display mostly works (no thumbnails and off...Chris Young2009-03-081-0/+2
* Stop OS4.1 losing alpha channels when scaling imagesChris Young2009-03-051-1/+4
* Move native bitmap creation/caching routine into bitmap.cChris Young2009-02-251-1/+106
* 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