summaryrefslogtreecommitdiff
path: root/atari/bitmap.h
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-137/+0
|
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-281-0/+0
|
* Convert atari frontend to use bitmap operation tableVincent Sanders2015-04-161-32/+87
|
* moved "bitmap_resize()" to bitmap.cOle Loots2012-07-231-2/+5
|
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-0/+34
|
* Fix bitmap creation - JPEG where always set to opaque = false, which lead to ↵Ole Loots2012-04-141-0/+1
| | | | | | | | 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-4/+4
| | | | | | bitmaps. svn path=/trunk/netsurf/; revision=13846
* Only set opaque on initial alloc, add flag for clearing buffer on realloc. Ole Loots2012-01-061-0/+1
| | | | svn path=/trunk/netsurf/; revision=13378
* removed MFDB_STRIDE macro ( moved to plotter.h)Ole Loots2011-04-101-2/+0
| | | | svn path=/trunk/netsurf/; revision=12178
* Added flag for monochrom glyph drawingOle Loots2011-02-121-1/+2
| | | | svn path=/trunk/netsurf/; revision=11652
* 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/+44
svn path=/trunk/netsurf/; revision=11218