summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-02Remove an unused field from cairo_xcb_shm_info_tUli Schlachter1-11/+10
2010-12-25XCB: Stop taking the xcb socketUli Schlachter1-24/+6
2010-11-08xcb: Add more _cairo_error() callsBenjamin Otte1-7/+7
2010-10-21raster backends: Set round_glpyh_positions to ONUli Schlachter1-0/+1
2010-10-13xcb: Correctly handle ARGB visualsUli Schlachter1-0/+3
2010-10-05xcb: Do not return value in void functionAndrea Canciani1-6/+4
2010-07-08doc: Move tmpl/ docs to inline docsBenjamin Otte1-0/+13
2010-07-06xcb: Setters should set finished surfaces into an error statusBenjamin Otte1-2/+8
2010-05-10xcb: trivial memfault fixes.Chris Wilson1-2/+3
2010-05-08xcb: Upload images in place.Chris Wilson1-13/+18
2010-04-30surface: Convert snapshots from an array to a double-linked list.Chris Wilson1-8/+4
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-14xlib: Don't operate on an error object inside setters.Chris Wilson1-0/+3
2010-03-22xcb: Gracefully destroy any lingering fallback during finish.Chris Wilson1-7/+12
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