summaryrefslogtreecommitdiff
path: root/atari/bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove suspension of bmp/gif images. It's completely redundant with the ↵Michael Drake2012-10-141-92/+79
| | | | convert on demand core image cache.
* moved "bitmap_resize()" to bitmap.cOle Loots2012-07-231-0/+55
|
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-2/+34
|
* Only check transparent pixels when transparency is enabled. Ole Loots2012-04-261-15/+17
| | | | svn path=/trunk/netsurf/; revision=13891
* Fix bitmap creation - JPEG where always set to opaque = false, which lead to ↵Ole Loots2012-04-141-23/+29
| | | | | | | | blitter checking all pixels for transparency in an loop. Prepare for caching of converted bitmaps. svn path=/trunk/netsurf/; revision=13869
* Introduced BITMAPF_BUFFER_NATIVE and native image buffer, for fast redraw of ↵Ole Loots2012-04-101-0/+2
| | | | | | bitmaps. svn path=/trunk/netsurf/; revision=13846
* Be a bit more verbose and strict. Ole Loots2012-03-211-4/+12
| | | | svn path=/trunk/netsurf/; revision=13547
* Only set opaque on initial alloc, add flag for clearing buffer on realloc. Ole Loots2012-01-061-1/+4
| | | | svn path=/trunk/netsurf/; revision=13378
* Removed unused variableOle Loots2011-12-041-10/+9
| | | | svn path=/trunk/netsurf/; revision=13229
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+384
svn path=/trunk/netsurf/; revision=11218