summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-23trace: Create a new opcode for recording surfaceChris Wilson2-9/+66
2011-07-23region: Directly handle single rectangle creation in create_rectangles()Chris Wilson1-2/+11
2011-07-23tests: Another missing ref, this time clip-disjoint-hatchingChris Wilson2-0/+1
2011-07-23tests: Missing ref images for new recording-surface testChris Wilson4-0/+3
2011-07-23image: Apply mask-opacity to clip boxesChris Wilson1-146/+299
2011-07-23image: replay the recording surface directly onto the targetChris Wilson8-103/+337
2011-07-23image: Fix partial clipping of textChris Wilson1-19/+63
2011-07-23test: Add a paint-with-alpha variant to test clip-boxes fast pathChris Wilson5-7/+60
2011-07-23test: Extend recording-surface-pattern to include a SOURCE operator testChris Wilson16-67/+108
2011-07-23test: Expand partial-clip-textChris Wilson10-12/+85
2011-07-22Check glyph_index range in _index_to_glyph_nameAdrian Johnson2-2/+6
2011-07-21Use new pixman formatsAndrea Canciani3-13/+9
2011-07-21xcb: Work around wrong extent computation in the X serverUli Schlachter1-3/+15
2011-07-21xcb: Unset the deferred_clear flag on fallbackUli Schlachter1-0/+3
2011-07-21xcb: Handle deferred_clear in _get_imageUli Schlachter1-0/+11
2011-07-21xcb: Fix a NULL dereferenceUli Schlachter1-3/+5
2011-07-21xcb,xlib: Cleanup GC cache handlingAndrea Canciani4-19/+23
2011-07-21xcb: Always send a clip region along with clipped glyphsChris Wilson1-4/+19
2011-07-21xcb: Parse $CAIRO_DEBUG just like cairo-xlib doesUli Schlachter1-0/+38
2011-07-21Xlib,xcb: Make *_debug_[sg]et_precision() more robustUli Schlachter3-8/+58
2011-07-21xcb: Make it possible to undo _cairo_xcb_device_debug_cap_*Uli Schlachter2-1/+26
2011-07-21XCB: Store the flags per-connection onlyUli Schlachter4-65/+49
2011-07-21gstate: Handle NULL clip for in_clip()Chris Wilson1-0/+3
2011-07-21Fix proxying of ->context_create()Chris Wilson2-2/+2
2011-07-21type1-subset: Subset the subroutinesAdrian Johnson1-77/+338
2011-07-21Add support for subsetting bare CFF fontsAdrian Johnson2-111/+478
2011-07-20xcb: Reduce one pass for masking, now just 2 passes required!Chris Wilson1-31/+228
2011-07-20xcb: squash initial ChangePicture request for precisionChris Wilson2-2/+14
2011-07-20xcb: Take advantage of clip-boxesChris Wilson10-267/+691
2011-07-20clip-boxes: Intersection with 0 boxes means clip-allChris Wilson1-1/+4
2011-07-20win32: Fixup clip-mask fallback after API changesChris Wilson1-8/+4
2011-07-20analysis: CAIRO_INT_STATUS_NOTHING_TO_DO should not cause fallbackAdrian Johnson1-2/+4
2011-07-20ps: Don't return CAIRO_INT_STATUS_NOTHING_TO_DO for empty glyphsAdrian Johnson1-1/+5
2011-07-20win32: Fix build breakageAdrian Johnson2-3/+3
2011-07-20xlib-xcb: Fix 'incompatible pointer type' warningsUli Schlachter1-7/+7
2011-07-20xcb: Fix a GC leak when a screen is finishedUli Schlachter1-0/+5
2011-07-20xcb: Fix _set_clip_region for many rectanglesUli Schlachter1-7/+27
2011-07-20Remove HAS_FT_FONT from cairo-scaled-font-subsets-private.hAdrian Johnson2-24/+0
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson88-3501/+7469
2011-07-19ps: Add HAS_FT_FONT guards for type1Chris Wilson1-0/+20
2011-07-19build: Fix compilationAndrea Canciani6-0/+9
2011-07-19build: Fix automake errorAndrea Canciani1-1/+1
2011-07-19test,perf: Another hatching!Chris Wilson6-0/+203
2011-07-18Add win32 font backend functions for Type 1 subsettingAdrian Johnson1-1/+65
2011-07-18type1-subset: Remove FT dependency part 6Adrian Johnson4-97/+38
2011-07-18type1-subset: Remove FT dependency part 5Adrian Johnson3-35/+98
2011-07-18type1-subset: Remove FT dependency part 4Adrian Johnson1-16/+48
2011-07-18type1-subset: Remove FT dependency part 3Adrian Johnson1-7/+87
2011-07-18type1-subset: Remove FT dependency part 2Adrian Johnson1-48/+49
2011-07-18type1-subset: Remove FT dependency part 1Adrian Johnson3-135/+255