summaryrefslogtreecommitdiff
path: root/amiga/bitmap.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert r9108, as component order in libnsgif due to be corrected.Chris Young2009-08-091-1/+2
| | | | svn path=/trunk/netsurf/; revision=9137
* Support new libnsgif by adding bitmap flag BITMAP_ABGR.Chris Young2009-08-071-0/+2
| | | | | | | | | | | | | | This tells big endian systems that the data is in ABGR instead of RGBA. It should be ignored on little endian systems! Add support in Amiga platform code. -> All platform code that could be compiled for big endian systems will need to be updated to recognise BITMAP_ABGR. This includes GTK and Framebuffer frontends. Both BITMAP_ABGR *and* the endianness of the host will most likely need to be checked and the allocated bitmap format and/or bitmap plotter changed to handle ABGR component order. svn path=/trunk/netsurf/; revision=9108
* Copy and save images as IFF ILBM attempt 2.Chris Young2009-05-161-1/+2
| | | | | | | Copy now works, saving just creates an empty file - probably something wrong with my DTM_WRITE call. svn path=/trunk/netsurf/; revision=7517
* Copy and save images in IFF ILBM format. Currently, the data in the BODY ↵Chris Young2009-05-161-0/+2
| | | | | | | | chunk is wrong. svn path=/trunk/netsurf/; revision=7516
* Move native bitmap creation/caching routine into bitmap.cChris Young2009-02-251-1/+3
| | | | svn path=/trunk/netsurf/; revision=6619
* Some bitmap caching - not making much difference and using up a lot of gfx ↵Chris Young2008-12-281-0/+5
| | | | | | | | mem, may need to make this a configurable option. svn path=/trunk/netsurf/; revision=5943
* Handle opaqueness a bitChris Young2008-12-271-0/+1
| | | | svn path=/trunk/netsurf/; revision=5935
* Fix bitmap tile plotter so tiled bitmaps continue out of the inital visible ↵Chris Young2008-12-101-2/+2
| | | | | | area. svn path=/trunk/netsurf/; revision=5899
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-021-0/+28
svn path=/trunk/netsurf/; revision=4864