summaryrefslogtreecommitdiff
path: root/src/plot/generic.c
Commit message (Expand)AuthorAgeFilesLines
* Split 32bpp support into xrgba, xbgr, and common. Should allow for BGR surfa...Michael Drake2012-09-301-3/+4
* basic fixes for linux framebuffer surfaceVincent Sanders2012-03-221-5/+5
* Improve API to allow for RAM surfaces instead of direct blittingVincent Sanders2011-11-211-249/+281
* remove malloc.h anachronismVincent Sanders2011-01-061-1/+1
* Simplification.Michael Drake2010-02-011-11/+7
* Improve rounding of fill span endpoints for polygon plotter.Michael Drake2010-01-311-3/+16
* Update establish_crossing_value() comment to describe what it actually does n...Michael Drake2010-01-241-5/+9
* Hopefully fix gcc 4.2.4 stuff.Michael Drake2010-01-241-0/+2
* Make polygon filling code handle arbitrary polygons (rather than just NetSurf...Michael Drake2010-01-241-99/+183
* Ensure the bezier curve routines do not generate duplicate points unecissarily.Vincent Sanders2010-01-221-54/+73
* add basic (but working) path supportVincent Sanders2010-01-221-70/+135
* quick workround for polygon plotter issuesVincent Sanders2010-01-221-1/+1
* fix polylinesVincent Sanders2010-01-211-2/+5
* add beginnings of path plottingVincent Sanders2010-01-211-0/+62
* move plot functions to their own sub directoryVincent Sanders2010-01-201-0/+663