summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-21xcb: Fix compilation without dri2Andrea Canciani1-0/+2
2010-01-25xcb: Fix linking with xcb-drmChris Wilson1-0/+2
2010-01-25xcb: Make shm optionalChris Wilson1-0/+14
2010-01-22xcb: Refresh.Chris Wilson1-2423/+921
2010-01-22image: Implement high level interface.Chris Wilson1-8/+2
2010-01-22pattern: Add convenience patterns for stock coloursChris Wilson1-6/+1
2010-01-22Add cairo_device_tChris Wilson1-1/+3
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-1/+2
2009-11-09Add new operator-alpha-alpha testAndrea Canciani1-4/+0
2009-09-30[xcb] Deferred error checking.Chris Wilson1-246/+466
2009-07-28[gl] Fallback for overlapping glyphs.Chris Wilson1-1/+2
2009-07-23Remove clip handling from generic surface layer.Chris Wilson1-114/+134
2009-06-11[xcb] Trivial compile fix.Chris Wilson1-5/+6
2009-06-05xlib, xcb: Hand off EXTEND_PAD/EXTEND_REFLECT to RenderThomas Jaeger1-2/+13
2009-06-02Add more surface snapshots providersPaolo Bonzini1-1/+16
2009-06-02[pattern] Pass flags to _cairo_pattern_acquire_surface()Chris Wilson1-0/+4
2009-05-15[xlib] Use minimal depth for similar clones.Chris Wilson1-0/+5
2009-03-28[region] Remove underscores from _cairo_region_*Søren Sandmann1-2/+2
2009-03-28[region] Consistently use rectangles in the API of regionsSøren Sandmann Pedersen1-12/+12
2009-02-15Delete _cairo_region_get_boxes() in favor of _cairo_region_get_box()Søren Sandmann1-15/+11
2008-12-12[xcb] check for render extension presenceJulien Danjou1-2/+6
2008-12-06[cairo-spans] Add a check/create_span_renderer backend methods.M Joonas Pihlaja1-0/+2
2008-11-21[region] Use the caller supplied array for extracting boxes.Chris Wilson1-0/+1
2008-11-08cairo-xcb: avoid leaking memoryMaarten Maathuis1-0/+3
2008-10-30[pattern] Avoid needless copying of patterns.Chris Wilson1-21/+21
2008-10-30Review users of cairo_rectangle_int_t for incorrect unsigned promotion.Chris Wilson1-38/+18
2008-10-22Ensure that the scaled font is frozen for the lifetime of the scaled glyph.Chris Wilson1-88/+128
2008-10-19Review backend->create_similar()Chris Wilson1-0/+2
2008-10-04[xcb] Return false from _cairo_xcb_surface_is_similar().Chris Wilson1-0/+6
2008-10-04[xcb] Compile fix.Chris Wilson1-17/+24
2008-09-28[xlib] _surfaces_compatible() can return true for different picture formatsKarl Tomlinson1-1/+3
2008-09-27clone_similar(): s/device_offset/clone_offset/Chris Wilson1-6/+6
2008-09-27Allow cloning sub-regions of similar surfaces.Chris Wilson1-4/+14
2008-06-13Allocate the correct pattern type on the stack.Chris Wilson1-2/+2
2008-06-01Fix now-detected doc formatting issuesBehdad Esfahbod1-2/+2
2008-05-30[cairo-xcb] Oops. Fix build.Behdad Esfahbod1-1/+1
2008-05-28Fix two more compile errorsBehdad Esfahbod1-1/+2
2008-05-23[cairo-xlib] Fix show_glyphs when failing to upload a glyphBehdad Esfahbod1-1/+2
2008-01-28[doc] Replace 'NOTE' by 'Note' and add it to testBehdad Esfahbod1-2/+2
2008-01-28[doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod1-1/+1
2008-01-22Fix usage of cairo_rectangle_int16_t leading to memory corruptionVladimir Vukicevic1-2/+2
2008-01-16[cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson1-12/+6
2007-10-04[cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson1-29/+21
2007-10-04[malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson1-5/+18
2007-08-31Revert "[cairo-gstate] Avoid copying untransformed glyphs."Chris Wilson1-10/+10
2007-08-31[cairo-gstate] Avoid copying untransformed glyphs.Chris Wilson1-10/+10
2007-08-20Fix device_offset misuse in all glyph surface usesBehdad Esfahbod1-38/+2
2007-07-18[fixpt] Fixup malloc usage to use _cairo_malloc_*Vladimir Vukicevic1-2/+2
2007-07-18[fixpt] Create cairo_region wrapper around pixman_region16_tVladimir Vukicevic1-11/+15
2007-07-18[fixpt] Fix xcb surface to handle conversion to 16.16Vladimir Vukicevic1-21/+66