summaryrefslogtreecommitdiff
path: root/riscos/buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-04-14 01:35:47 by rjw]Richard Wilson2005-04-141-5/+2
| | | | | | Fix textarea redraw errors. svn path=/import/netsurf/; revision=1630
* [project @ 2005-04-12 19:11:35 by rjw]Richard Wilson2005-04-121-27/+26
| | | | | | Work around the stupid manner in which the FontManager only observes the plot origin for non-anti-aliased text operations. svn path=/import/netsurf/; revision=1626
* [project @ 2005-04-10 23:26:17 by rjw]Richard Wilson2005-04-101-34/+44
| | | | | | Remove screen cache, workaround SpriteExtend bug. svn path=/import/netsurf/; revision=1622
* [project @ 2005-03-28 16:16:14 by jmb]John Mark Bell2005-03-281-10/+12
| | | | | | Fix sprite palette generation. Buffering now works properly in 16 colour modes. svn path=/import/netsurf/; revision=1584
* [project @ 2005-01-20 23:17:08 by rjw]Richard Wilson2005-01-201-51/+104
| | | | | | Substantial speed increase for off-screen buffering svn path=/import/netsurf/; revision=1459
* [project @ 2004-08-14 14:30:10 by joty]John Tytgat2004-08-141-15/+17
| | | | | | Removed a chunk of Norcroft compiler warnings. Re-ident some pieces. svn path=/import/netsurf/; revision=1231
* [project @ 2004-07-20 22:20:58 by rjw]Richard Wilson2004-07-201-1/+1
| | | | | | Support for complete buffering of all output. svn path=/import/netsurf/; revision=1132
* [project @ 2004-07-20 20:02:59 by rjw]Richard Wilson2004-07-201-10/+17
| | | | | | Fix for buffered text plotting. GUI control over font blending and buffering. svn path=/import/netsurf/; revision=1129
* [project @ 2004-07-20 00:19:20 by rjw]Richard Wilson2004-07-201-13/+24
| | | | | | Support for 16bpp and 32bpp screenmodes. Removed debug code. Improved memory calculations. svn path=/import/netsurf/; revision=1123
* [project @ 2004-07-19 23:35:12 by rjw]Richard Wilson2004-07-191-0/+168
Double buffering for animations to remove flicker. Background font blending turned on by default. svn path=/import/netsurf/; revision=1121