summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-05-11[XXX] use merge sort as a fallback for complex geometry.wip/master-tor-merge-sortM Joonas Pihlaja1-1/+88
2010-05-11win32: Grow glyph extents to account for ClearTypeJonathan Kew1-0/+13
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-11trace: And for the bonus round... Make it compile.Chris Wilson1-2/+2
2010-05-11trace: Try wrapping FT_Open_Face()Chris Wilson1-12/+26
2010-05-10Add an additional set parantheses around the container_of macroJeff Muizelaar1-1/+1
2010-05-10xcb: trivial memfault fixes.Chris Wilson9-47/+123
2010-05-10region: _cairo_region_create_in_error()Chris Wilson3-13/+60
2010-05-08xcb: Find the correct xcb_screen_t for faking ScreenChris Wilson1-2/+21
2010-05-08xcb: Upload images in place.Chris Wilson3-16/+189
2010-05-08xcb: Reset picture after failed snapshot.Chris Wilson1-2/+2
2010-05-08test: Force cairo-test-suite to return SUCCESSChris Wilson1-0/+10
2010-05-08subsurface: Don't double apply device offset for deep subsurfaces.Chris Wilson1-5/+5
2010-05-08gl: Make the shader implementation per-context, not globalBenjamin Otte5-112/+131
2010-05-08gl: Print GL errors when releasing the deviceBenjamin Otte2-26/+11
2010-05-08gl: Make check_span_renderer() call not require a device lockBenjamin Otte3-2/+11
2010-05-07cairo: Special case cairo_t with NULL_POINTERChris Wilson1-1/+23
2010-05-07test/copy-path: memfault status checks.Chris Wilson1-23/+38
2010-05-07surface-fallback: Only destroy the clip after it has been initialized.Chris Wilson1-3/+4
2010-05-07Remove useless null checks of a and b in _cairo_path_fixed_equaltimeless1-14/+8
2010-05-07quartz: Work around bad glyph extents returned by CoreGraphics for empty glyp...Jonathan Kew1-0/+10
2010-05-07doc: regenChris Wilson26-0/+93
2010-05-07subsurface: Include device offset in extentsChris Wilson1-2/+8
2010-05-06Remove comma from the end of the CAIRO_PATTERN_ACQUIRE enumJeff Muizelaar1-1/+1
2010-05-06gl: Enable fixed-function without glsl.Chris Wilson1-25/+31
2010-05-06Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corpora...Metal Sonic8-8/+8
2010-05-06cairo: stash a number of contexts for use with NO_MUTEXChris Wilson1-1/+32
2010-05-06device: Reorder finalization so that user data is destroyed last.Chris Wilson2-4/+9
2010-05-06test/gl-surface-source: Attach GLXContext to device user data.Chris Wilson1-15/+11
2010-05-06Add an implementation of ffs() for MSVCJeff Muizelaar1-0/+15
2010-05-06surface-fallback: Handle memfaults during clipping.Chris Wilson1-11/+15
2010-05-06test: Add gl-surface-sourceChris Wilson6-0/+125
2010-05-06test/clip-contexts: Free secondary contextChris Wilson1-0/+2
2010-05-06test: Add subsurface-image-repeatChris Wilson5-0/+73
2010-05-06xlib: Remove reference counting for cairo_xlib_screen_tChris Wilson5-147/+46
2010-05-06xlib: Convert visual array to a cairo_list_tChris Wilson2-54/+26
2010-05-06xlib: Remove screen->has_renderChris Wilson2-14/+4
2010-05-06xlib: Remove obsolete comment, there is no race anymoreChris Wilson1-4/+0
2010-05-06xlib: Ensure the global display mutex is initialized before use.Chris Wilson1-0/+2
2010-05-06image: Propagate error instead of asserting.Chris Wilson1-1/+2
2010-05-06clip: Propagate failure from retrieving the previous clip surface.Chris Wilson1-1/+2
2010-05-05test: Add xlib-expose-event.image16.ref.pngChris Wilson2-0/+1
2010-05-05scaled-font: Pluck last glyph from the most recent page.Chris Wilson1-1/+1
2010-05-05PS: Add missing 'q' when resetting clip pathAdrian Johnson1-1/+1
2010-05-05gl: Get rid of ctx variableBenjamin Otte1-6/+6
2010-05-05gl: Another case of proper device acquiringBenjamin Otte1-6/+9
2010-05-05gl: Get rid of another cast to cairo_gl_context_tBenjamin Otte1-3/+3