summaryrefslogtreecommitdiff
path: root/src/plot/common.c
Commit message (Expand)AuthorAgeFilesLines
* Fix rendering of 1bpp glyphs when glyph data is greater than one byte wideMichael Drake2014-07-311-2/+1
* A few tidyups.Michael Drake2013-10-301-11/+8
* Do tiled rendering by scanline, rather than by tile. Error diffusion now wor...Michael Drake2013-10-291-14/+206
* Add tiled bitmap plotting function.Michael Drake2013-10-281-0/+82
* Test if we're dithering already before turning it on. (No functional change ...Michael Drake2013-10-281-6/+14
* Fix error text.Michael Drake2012-09-281-1/+1
* Add error diffusion to palette based rendering. Only used for bitmap and sca...Michael Drake2012-09-281-20/+49
* Fix horizontal scroll of internal text. Simplify and optimise internal text ...Michael Drake2012-07-271-17/+15
* Tiny simplification of freetype glyph renderer.Michael Drake2012-07-261-7/+4
* Don't add top clipping to bottom clipping. Fixes internal font rendering.Michael Drake2012-07-261-7/+4
* Fix 8bpp glyph rendering when the target framebuffer is 16bppJohn Mark Bell2011-03-291-1/+1
* make some of the plot code commonVincent Sanders2010-07-091-0/+494