summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Use _cairo_malloc instead of mallocAdrian Johnson1-1/+1
2017-05-30xcb: Fix error reporting if fallback failsUli Schlachter1-4/+5
2015-10-17Don't cull very thin lines on vector surfacesAdrian Johnson1-1/+2
2015-10-14xcb: Fix _put_image_boxes() if no SHM is availableUli Schlachter1-9/+9
2015-10-14xcb: Fix _put_shm_image_boxes if no SHM availableUli Schlachter1-2/+1
2014-09-12xcb: Initialize font options from Xft resourcesLukáš Lalinský1-3/+3
2014-07-07xcb: make use of _cairo_surface_is_xcb to check for surface typeRavi Nanjundappa1-2/+2
2013-09-16xcb: Remove useless error handlingUli Schlachter1-15/+8
2012-10-06xcb: Clear the result of create_similar_imageUli Schlachter1-0/+5
2012-09-24xcb: Switch to compositor architectureUli Schlachter1-144/+133
2012-09-24xcb: Remove unimplemented cairo compositorUli Schlachter1-32/+0
2012-09-24xcb: Fix a warn_unused_result warningUli Schlachter1-1/+2
2012-09-11xcb: Always flush the fallback damage to foreign drawablesChris Wilson1-2/+3
2012-08-17xlib: Implement SHM fallbacks and fast upload pathsChris Wilson1-1/+5
2012-05-26surface: Make backend-specific map/unmap functions symmetricAndrea Canciani1-3/+10
2012-05-26surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani1-7/+11
2012-04-27Update the remaining backends to handle a NULL extents for _cairo_surface_get...Chris Wilson1-3/+5
2012-04-19Split cairo-list into struct+inlinesChris Wilson1-0/+1
2012-04-02xcb: Fix SHM in _get_image()Uli Schlachter1-1/+1
2012-03-29doc: Make documentation comments symmetricAndrea Canciani1-2/+2
2012-03-26xcb/xlib: Add missing "Since: 1.12"Uli Schlachter1-0/+12
2012-02-09Replace the ad-hoc surface unwrappers with a function pointerChris Wilson1-0/+14
2012-01-11xcb: Add dimension guards to create-similar-imageChris Wilson1-0/+7
2011-12-05xcb: Fixup some internal state in set_{drawable,size}Uli Schlachter1-3/+25
2011-12-02xcb: Silence a compiler warning for mixing status and internal status enumsChris Wilson1-1/+1
2011-12-02Add cairo_xcb_surface_set_drawableKeith Packard1-0/+68
2011-12-02cairo-xcb: gtk-doc doesn't like _ in parameter namesKeith Packard1-24/+24
2011-11-18xcb: Fix typoAndrea Canciani1-1/+1
2011-11-18xcb: Handle SHM exhaustion gracefullyChris Wilson1-4/+6
2011-09-22xcb: Fix device offsets with unmap_image()Uli Schlachter1-2/+2
2011-09-22xcb: Fix a "incompatible pointer" compiler warningUli Schlachter1-1/+1
2011-09-22xcb: Don't try to fallback more than onceUli Schlachter1-4/+8
2011-09-19xcb: track fallback damageChris Wilson1-69/+245
2011-09-14xcb: Remove some dead codeUli Schlachter1-13/+11
2011-09-12Introduce a new compositor architectureChris Wilson1-22/+11
2011-09-02xcb: Steal from the pending list for GetImageUli Schlachter1-0/+3
2011-08-18xcb: Handle SHM exhaustion via falling backUli Schlachter1-2/+7
2011-08-18xcb: Merge two functions for creating shm imagesUli Schlachter1-41/+5
2011-08-18xcb: Fallback to image if allocating SHM failsUli Schlachter1-1/+1
2011-08-13image: move surface definition to new header for subclassingChris Wilson1-50/+48
2011-07-29Silence Clang static analyzer reportsAndrea Canciani1-1/+1
2011-07-29xcb: Handle fallback in map_to_imageUli Schlachter1-0/+7
2011-07-29xcb: _get_image only works without fallbackUli Schlachter1-0/+1
2011-07-29xcb: Handle deferred clear in map_to_imageUli Schlachter1-1/+25
2011-07-27xcb: Check that the extents are inside our surfaceUli Schlachter1-0/+5
2011-07-26composite: Pass unbounded extents to initialisationChris Wilson1-1/+1
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-221/+201
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: Store the flags per-connection onlyUli Schlachter1-6/+4