summaryrefslogtreecommitdiff
path: root/amiga/bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Copy and save images in IFF ILBM format. Currently, the data in the BODY ↵Chris Young2009-05-161-0/+18
| | | | | | | | chunk is wrong. svn path=/trunk/netsurf/; revision=7516
* Stop local history from crashing, display mostly works (no thumbnails and ↵Chris Young2009-03-081-0/+2
| | | | | | | | offset wrong to window), no event handling other than closing the window. svn path=/trunk/netsurf/; revision=6730
* Stop OS4.1 losing alpha channels when scaling imagesChris Young2009-03-051-1/+4
| | | | svn path=/trunk/netsurf/; revision=6720
* Move native bitmap creation/caching routine into bitmap.cChris Young2009-02-251-1/+106
| | | | svn path=/trunk/netsurf/; revision=6619
* Some bitmap caching - not making much difference and using up a lot of gfx ↵Chris Young2008-12-281-1/+7
| | | | | | | | mem, may need to make this a configurable option. svn path=/trunk/netsurf/; revision=5943
* Handle opaqueness a bitChris Young2008-12-271-6/+23
| | | | svn path=/trunk/netsurf/; revision=5935
* Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1.Chris Young2008-11-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=5649
* Remove debugChris Young2008-10-111-2/+0
| | | | svn path=/trunk/netsurf/; revision=5541
* Fix Amiga bitmap_get_bpp to be same as others. (It's bytes per pixel, not ↵Michael Drake2008-09-071-9/+12
| | | | | | bits.) Fix param comments for vbitmap. svn path=/trunk/netsurf/; revision=5281
* More error checkingChris Young2008-08-151-7/+41
| | | | svn path=/trunk/netsurf/; revision=5129
* Updated to support changes in image/bitmap.hChris Young2008-08-121-15/+38
| | | | svn path=/trunk/netsurf/; revision=5074
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+164
svn path=/trunk/netsurf/; revision=4864