summaryrefslogtreecommitdiff
path: root/src/plot/32bpp.c
Commit message (Collapse)AuthorAgeFilesLines
* Split 32bpp support into xrgba, xbgr, and common. Should allow for BGR ↵Michael Drake2012-09-301-121/+0
| | | | surfaces as well as RGB.
* Commit fixes from "Building NetSurf on arm-linux framebuffer" thread on ↵Michael Drake2011-04-191-1/+1
| | | | | | netsurf-users ML. svn path=/trunk/libnsfb/; revision=12203
* make some of the plot code commonVincent Sanders2010-07-091-478/+12
| | | | svn path=/trunk/libnsfb/; revision=10618
* Missed horizontal in non-alpha case in r10615. Update comment.Michael Drake2010-07-081-2/+2
| | | | svn path=/trunk/libnsfb/; revision=10617
* Pre-seed remainder counters with correct starting value to avoid clipping ↵Michael Drake2010-07-081-7/+19
| | | | | | edge case artifact. svn path=/trunk/libnsfb/; revision=10615
* Don't try to plot bitmaps at 0 width or height.Michael Drake2010-07-081-0/+3
| | | | svn path=/trunk/libnsfb/; revision=10613
* Slight optimisation for scaled image plotting.Michael Drake2010-07-081-3/+3
| | | | svn path=/trunk/libnsfb/; revision=10612
* Make slight changes to match 16bpp implementations of bitmap plotters.Michael Drake2010-07-081-10/+8
| | | | svn path=/trunk/libnsfb/; revision=10610
* Add support for scaled bitmap plotting.Michael Drake2010-07-081-9/+141
| | | | svn path=/trunk/libnsfb/; revision=10608
* move plot functions to their own sub directoryVincent Sanders2010-01-201-0/+442
fix 8 and 16bpp plotters when used with cursor svn path=/trunk/libnsfb/; revision=9850