summaryrefslogtreecommitdiff
path: root/src/plot/generic.c
Commit message (Collapse)AuthorAgeFilesLines
* Split 32bpp support into xrgba, xbgr, and common. Should allow for BGR ↵Michael Drake2012-09-301-3/+4
| | | | surfaces as well as RGB.
* basic fixes for linux framebuffer surfaceVincent Sanders2012-03-221-5/+5
| | | | svn path=/trunk/libnsfb/; revision=13550
* Improve API to allow for RAM surfaces instead of direct blittingVincent Sanders2011-11-211-249/+281
| | | | | | | | Improve and update tests Fix RAM surface Fix VNC surface svn path=/trunk/libnsfb/; revision=13158
* remove malloc.h anachronismVincent Sanders2011-01-061-1/+1
| | | | svn path=/trunk/libnsfb/; revision=11226
* Simplification.Michael Drake2010-02-011-11/+7
| | | | svn path=/trunk/libnsfb/; revision=9948
* Improve rounding of fill span endpoints for polygon plotter.Michael Drake2010-01-311-3/+16
| | | | svn path=/trunk/libnsfb/; revision=9946
* Update establish_crossing_value() comment to describe what it actually does ↵Michael Drake2010-01-241-5/+9
| | | | | | now. :) svn path=/trunk/libnsfb/; revision=9903
* Hopefully fix gcc 4.2.4 stuff.Michael Drake2010-01-241-0/+2
| | | | svn path=/trunk/libnsfb/; revision=9902
* Make polygon filling code handle arbitrary polygons (rather than just ↵Michael Drake2010-01-241-99/+183
| | | | | | NetSurf borders). svn path=/trunk/libnsfb/; revision=9901
* Ensure the bezier curve routines do not generate duplicate points unecissarily.Vincent Sanders2010-01-221-54/+73
| | | | svn path=/trunk/libnsfb/; revision=9866
* add basic (but working) path supportVincent Sanders2010-01-221-70/+135
| | | | svn path=/trunk/libnsfb/; revision=9865
* quick workround for polygon plotter issuesVincent Sanders2010-01-221-1/+1
| | | | | | improve polygon star plotter to have animation! svn path=/trunk/libnsfb/; revision=9862
* fix polylinesVincent Sanders2010-01-211-2/+5
| | | | svn path=/trunk/libnsfb/; revision=9855
* add beginnings of path plottingVincent Sanders2010-01-211-0/+62
| | | | svn path=/trunk/libnsfb/; revision=9854
* move plot functions to their own sub directoryVincent Sanders2010-01-201-0/+663
fix 8 and 16bpp plotters when used with cursor svn path=/trunk/libnsfb/; revision=9850