summaryrefslogtreecommitdiff
path: root/src/cairo-quartz-surface.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-11Ensure the quartz backend returns the first stop for negative positions on th...Robert O'Callahan1-2/+22
2010-05-11Don't repeat a Quartz gradient more times than necessary, to avoid Quartz qua...Robert O'Callahan1-82/+179
2010-05-11Clean up Quartz gradient code by moving some local variables to static const ...Robert O'Callahan1-18/+13
2010-05-11quartz: Don't fallback to pixman for repeating radial gradients.Robert O'Callahan1-23/+180
2010-05-06Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corpora...Metal Sonic1-1/+1
2010-04-27quartz: Assert success of path creationAndrea Canciani1-20/+15
2010-04-27quartz: Simplify path creationAndrea Canciani1-50/+10
2010-04-27quartz: Stroke without ctm_inverse multiplicationAndrea Canciani1-5/+5
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-04quartz: Define cairo_quartz_float_t and use instead of floatKristian Rietveld1-19/+21
2010-02-03[quartz] Unbreak mask fallback pathAndrea Canciani1-1/+1
2010-02-02[quartz] Fix UNSUPPORTED operationsAndrea Canciani1-36/+198
2010-02-02[quartz] Fix surface to CGImage conversionAndrea Canciani1-37/+38
2010-02-02[quartz] Silence compiler warningsAndrea Canciani1-8/+8
2010-02-01Revert "[quartz] Approximate dense dashing patterns"Andrea Canciani1-21/+11
2010-01-22Add cairo_device_tChris Wilson1-2/+4
2010-01-22Constify stroke style and matrices.Chris Wilson1-3/+3
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+2
2010-01-15[quartz] Leftbehind change from a39075c88f9b2e12e19348ea11c9b3f739818265Andrea Canciani1-3/+1
2010-01-15[quartz] Fix generic maskingAndrea Canciani1-38/+21
2010-01-15[quartz] Approximate dense dashing patternsAndrea Canciani1-11/+21
2010-01-15[quartz] Improve A8 and A1 supportAndrea Canciani1-24/+35
2009-11-10[quartz] Cleanup fallback sourceRobert O'Callahan1-9/+0
2009-11-10[quartz] Fix compositing operatorsAndrea Canciani1-42/+140
2009-11-10[quartz] Fix source-unbounded compositing of surface sourcesAndrea Canciani1-34/+28
2009-11-10[quartz] Fix stroking with unbounded operatorAndrea Canciani1-23/+13
2009-11-10[quartz] Fix implied colour of alpha-only surface sourcesAndrea Canciani1-0/+2
2009-11-10[quartz] Improve unbounded operators fixupAndrea Canciani1-9/+7
2009-11-10[quartz] Improve A8 image handlingAndrea Canciani1-12/+9
2009-11-10[quartz] Fix gradient pattern paintingRobert O'Callahan1-0/+2
2009-10-16[surface] Don't AND in the desired content.Chris Wilson1-1/+0
2009-08-10[quartz] Compile fix for show_glyphsAndrea Canciani1-2/+2
2009-08-09[quartz] Fix one more compile errorAndrea Canciani1-1/+1
2009-08-09[quartz] Attempt to fix compile errorsChris Wilson1-9/+9
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-49/+87
2009-06-02Add more surface snapshots providersPaolo Bonzini1-1/+18
2009-05-15[xlib] Use minimal depth for similar clones.Chris Wilson1-0/+1
2009-01-29[surface] add CAIRO_STATUS_INVALID_SIZEPaolo Bonzini1-2/+2
2009-01-03[quartz] Define RTLD_DEFAULTChris Wilson1-0/+5
2008-12-12[path] Mark points as const during _cairo_path_fixed_interpret()Chris Wilson1-3/+8
2008-12-11[quartz] Create a copy instead of increasing the referenceJeff Muizelaar1-2/+14
2008-12-10[quartz] Propagate const patterns through the castsJeff Muizelaar1-16/+23
2008-12-09[quartz] Change some pattern casts to access to the base classJeff Muizelaar1-6/+6
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-11-11[quartz] Add the proper propagation of extentsJeff Muizelaar1-11/+13
2008-11-11[quartz] Fix fallout caused by const cairo_pattern_t *Jeff Muizelaar1-17/+24
2008-11-02Add an extents argument to the high level surface backend functionsAdrian Johnson1-5/+10
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-8/+2
2008-10-19Review backend->create_similar()Chris Wilson1-2/+2
2008-10-07[quartz] initialize do_reflect field correctly for pattern drawsVladimir Vukicevic1-2/+1