summaryrefslogtreecommitdiff
path: root/src/cairo-path-fixed-private.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-27Mark _cairo_path_is_simple_quad as privateChris Wilson1-1/+1
2013-01-25gl/msaa: Add a fast path for fills that are simple quadsMartin Robinson1-0/+17
2011-09-12Introduce a new compositor architectureChris Wilson1-0/+4
2010-12-10path: Always interpret in forward directionAndrea Canciani1-1/+0
2010-10-30path: Solve co-dependency problemAndrea Canciani1-4/+4
2010-10-29path: Rename fill optimization flagsAndrea Canciani1-4/+11
2010-10-29path: Add stroke_is_rectilinear flagAndrea Canciani1-4/+5
2010-10-29path: New path construction logicAndrea Canciani1-4/+5
2010-10-29path: Do not access flags directlyAndrea Canciani1-7/+19
2010-06-11path: Exponentially grow buffer based on populated points and ops.Chris Wilson1-1/+2
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-01-22path: Compute coarse bounds upon construction.Chris Wilson1-1/+3
2009-09-01[path] Standalone header-compilationChris Wilson1-2/+2
2009-08-29[fallback] Include implicit closes in the check for rectilinear pathsChris Wilson1-0/+14
2009-07-29[path] Fix iter to handle circular list of buffersChris Wilson1-0/+1
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-8/+28
2009-07-05[path] Use cairo_list_t instead of open-coding its ownChris Wilson1-6/+8
2009-07-05[path] Add path watch debuggingChris Wilson1-0/+9
2009-07-05[path] Evaluate is_box && is_region during constructionChris Wilson1-0/+8
2008-11-29[fill] Allow rectangles to be implicitly closed.Chris Wilson1-2/+2
2008-11-29[path] Carefully check for no more points.Chris Wilson1-5/+5
2008-11-25[fill] Emit rectangles for GdkRegionChris Wilson1-0/+17
2008-11-13Add CairoScript backend.Chris Wilson1-0/+11
2008-09-02Revamp the build system.Behdad Esfahbod1-0/+2
2008-01-28[doc] Make sure all function names in docs are followed by ()Behdad Esfahbod1-1/+1
2007-11-05[cairo-path-fixed] Exponentially enlarge cairo_path_buf_t.Chris Wilson1-7/+13
2007-08-30[cairo-path-fixed] Remove leftover typedef keywordBehdad Esfahbod1-1/+1
2007-08-30[cairo-path-fixed] typedef char cairo_path_fixed_op_tBehdad Esfahbod1-2/+3
2007-08-23Remove include of cairoint.h from *-private.h header files.Carl Worth1-2/+0
2007-08-22[Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod1-0/+2
2007-03-13[cairo-path-fixed] Fine-tune size of bufferBehdad Esfahbod1-4/+6
2007-03-13[cairo-path-fixed] Merge op and arg bufsBehdad Esfahbod1-14/+8
2007-03-13[cairo-path-fixed] Avoid malloc for small pathsBehdad Esfahbod1-2/+2
2006-12-22Add optimization for rectilinear strokeCarl Worth1-1/+2
2006-12-22Reimplement path.has_current point as a 1-bit bitfieldCarl Worth1-1/+1
2005-03-23Clean up names of cairo_path internals.Carl Worth1-7/+7
2005-03-23Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...Carl Worth1-1/+1
2005-03-23Begin the process of breaking up cairoint.h, moving structure definitions of ...Carl Worth1-0/+74