summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* xlib/shm: Avoid using XSendEvent with old versions of XorgChris Wilson2012-10-051-0/+21
* version: Post release bump to 1.12.5Chris Wilson2012-10-051-1/+1
* 1.12.4 release1.12.4Chris Wilson2012-10-052-1/+70
* win32: Compile fix for mismatched surface typesChris Wilson2012-10-051-2/+2
* xlib/shm: Discard SHM surfaces upon CloseDisplayChris Wilson2012-10-051-0/+14
* test: Refresh reference images for slight alteration of curvesChris Wilson2012-10-05347-0/+0
* stroke: Remove redundant code for computing culling extentsChris Wilson2012-10-032-72/+35
* recording: Perform an explicit during snapshotChris Wilson2012-10-031-1/+311
* tor: Fudge the edge if it is projected into a pointChris Wilson2012-09-272-2/+2
* spans-compositor: Remove polygon limits after constructionChris Wilson2012-09-271-3/+7
* test: Refresh reference image for clip-disjoint-quadChris Wilson2012-09-272-0/+0
* composite-rectangles: Update unbounded (clip extents) after reducing clipChris Wilson2012-09-271-1/+16
* spans-compositor: Use the tight clip-boxes for polygon constructionChris Wilson2012-09-271-10/+19
* polygon-intersect: Exclude non-overlapping clip boxes from considerationChris Wilson2012-09-271-8/+14
* test: Add clip-disjoint-quadChris Wilson2012-09-273-0/+84
* mark_dirty: Check surface statusUli Schlachter2012-09-251-0/+7
* surface: Check reference count right before freeUli Schlachter2012-09-251-3/+3
* xcb: Add a missing check for FillRectanglesUli Schlachter2012-09-251-4/+9
* xcb: Check if traps are supported before using themUli Schlachter2012-09-251-1/+2
* xcb: Check the right flag for FillRectanglesUli Schlachter2012-09-251-1/+1
* xcb: Verify extension support before sendingUli Schlachter2012-09-252-0/+24
* xcb: Switch to compositor architectureUli Schlachter2012-09-243-214/+197
* xcb: Remove unimplemented cairo compositorUli Schlachter2012-09-244-171/+0
* xcb: Fix a warn_unused_result warningUli Schlachter2012-09-241-1/+2
* Remove an unimplemented function declarationUli Schlachter2012-09-241-3/+0
* Fix make checkUli Schlachter2012-09-242-0/+3
* Fix malloc-stats for newer glibcBehdad Esfahbod2012-09-221-1/+1
* [util/malloc-stats] Use tighter spacing.Behdad Esfahbod2012-09-171-3/+3
* xlib: Reset fallback counter when discarding the fallbackWeng Xuetian2012-09-131-0/+2
* xlib: Destroy the fallback damage along with the fallback surfaceChris Wilson2012-09-131-8/+5
* xlib: Do not call _cairo_xlib_surface_flush directlyChris Wilson2012-09-131-2/+2
* xlib: Force the fallback flush before updating the external DrawableChris Wilson2012-09-131-2/+2
* xlib: Explicitly discard the fallback shm pixmap upon user modificationChris Wilson2012-09-131-9/+29
* xlib: Fix regression in cairo_xlib_surface_set_drawable()Chris Wilson2012-09-131-1/+1
* xcb: Always flush the fallback damage to foreign drawablesChris Wilson2012-09-111-2/+3
* test: Add degenerate closed path case to get-path-extentsAndrea Canciani2012-09-101-0/+8
* path: Convert from backend coordinates back into user coordinatesChris Wilson2012-09-101-5/+6
* context: Add missing functions to transform between user and backend coordinatesChris Wilson2012-09-105-0/+94
* xlib/shm: Explicitly release shm surface if we do not own the pixmapChris Wilson2012-09-081-2/+9
* image: Check for an error surface before dereferencing the backendChris Wilson2012-09-081-1/+2
* path: Update last_move_point after move-toChris Wilson2012-09-051-0/+1
* default-context: Convert the relative path segments into the backend coordinatesChris Wilson2012-09-043-5/+22
* xlib/shm: Masquerade as an ordinary ShmCompletionEventChris Wilson2012-08-272-83/+32
* bentley-ottmann: Cache the most recent edge colinearity checkChris Wilson2012-08-261-10/+32
* bentley-ottmann: hint that the insertion compare function should be inlinedChris Wilson2012-08-261-1/+1
* bentley-ottmann: Only check the pairs of coordinates for equality.Chris Wilson2012-08-261-1/+1
* bentley-ottman: Remove a few superfluous status propagationChris Wilson2012-08-261-48/+21
* stroke: Compute bounds for fallback stroker (typically dashing)Chris Wilson2012-08-261-7/+35
* stroke: Convert fallback stroker to new pen vertex finderChris Wilson2012-08-261-78/+95
* stroke: Convert a very small round-join into a miterChris Wilson2012-08-261-1/+1