summaryrefslogtreecommitdiff
path: root/src/cairo-path-fixed-private.h
Commit message (Expand)AuthorAgeFilesLines
* Use uintptr_t for all casts between pointer and integerAdrian Johnson2021-07-251-1/+1
* Mark _cairo_path_is_simple_quad as privateChris Wilson2013-01-271-1/+1
* gl/msaa: Add a fast path for fills that are simple quadsMartin Robinson2013-01-251-0/+17
* Introduce a new compositor architectureChris Wilson2011-09-121-0/+4
* path: Always interpret in forward directionAndrea Canciani2010-12-101-1/+0
* path: Solve co-dependency problemAndrea Canciani2010-10-301-4/+4
* path: Rename fill optimization flagsAndrea Canciani2010-10-291-4/+11
* path: Add stroke_is_rectilinear flagAndrea Canciani2010-10-291-4/+5
* path: New path construction logicAndrea Canciani2010-10-291-4/+5
* path: Do not access flags directlyAndrea Canciani2010-10-291-7/+19
* path: Exponentially grow buffer based on populated points and ops.Chris Wilson2010-06-111-1/+2
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* path: Compute coarse bounds upon construction.Chris Wilson2010-01-221-1/+3
* [path] Standalone header-compilationChris Wilson2009-09-011-2/+2
* [fallback] Include implicit closes in the check for rectilinear pathsChris Wilson2009-08-291-0/+14
* [path] Fix iter to handle circular list of buffersChris Wilson2009-07-291-0/+1
* Remove clip handling from generic surface layer.Chris Wilson2009-07-231-8/+28
* [path] Use cairo_list_t instead of open-coding its ownChris Wilson2009-07-051-6/+8
* [path] Add path watch debuggingChris Wilson2009-07-051-0/+9
* [path] Evaluate is_box && is_region during constructionChris Wilson2009-07-051-0/+8
* [fill] Allow rectangles to be implicitly closed.Chris Wilson2008-11-291-2/+2
* [path] Carefully check for no more points.Chris Wilson2008-11-291-5/+5
* [fill] Emit rectangles for GdkRegionChris Wilson2008-11-251-0/+17
* Add CairoScript backend.Chris Wilson2008-11-131-0/+11
* Revamp the build system.Behdad Esfahbod2008-09-021-0/+2
* [doc] Make sure all function names in docs are followed by ()Behdad Esfahbod2008-01-281-1/+1
* [cairo-path-fixed] Exponentially enlarge cairo_path_buf_t.Chris Wilson2007-11-051-7/+13
* [cairo-path-fixed] Remove leftover typedef keywordBehdad Esfahbod2007-08-301-1/+1
* [cairo-path-fixed] typedef char cairo_path_fixed_op_tBehdad Esfahbod2007-08-301-2/+3
* Remove include of cairoint.h from *-private.h header files.Carl Worth2007-08-231-2/+0
* [Makefile.am] Add target sparse to run sparse static source code analyzerBehdad Esfahbod2007-08-221-0/+2
* [cairo-path-fixed] Fine-tune size of bufferBehdad Esfahbod2007-03-131-4/+6
* [cairo-path-fixed] Merge op and arg bufsBehdad Esfahbod2007-03-131-14/+8
* [cairo-path-fixed] Avoid malloc for small pathsBehdad Esfahbod2007-03-131-2/+2
* Add optimization for rectilinear strokeCarl Worth2006-12-221-1/+2
* Reimplement path.has_current point as a 1-bit bitfieldCarl Worth2006-12-221-1/+1
* Clean up names of cairo_path internals.Carl Worth2005-03-231-7/+7
* Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...Carl Worth2005-03-231-1/+1
* Begin the process of breaking up cairoint.h, moving structure definitions of ...Carl Worth2005-03-231-0/+74