summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface.c
Commit message (Expand)AuthorAgeFilesLines
* xcb: remove free pixmap/gc wrappersUli Schlachter2021-05-021-3/+3
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* xcb: Fix error reporting if fallback failsUli Schlachter2017-05-301-4/+5
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-1/+2
* xcb: Fix _put_image_boxes() if no SHM is availableUli Schlachter2015-10-141-9/+9
* xcb: Fix _put_shm_image_boxes if no SHM availableUli Schlachter2015-10-141-2/+1
* xcb: Initialize font options from Xft resourcesLukáš Lalinský2014-09-121-3/+3
* xcb: make use of _cairo_surface_is_xcb to check for surface typeRavi Nanjundappa2014-07-071-2/+2
* xcb: Remove useless error handlingUli Schlachter2013-09-161-15/+8
* xcb: Clear the result of create_similar_imageUli Schlachter2012-10-061-0/+5
* xcb: Switch to compositor architectureUli Schlachter2012-09-241-144/+133
* xcb: Remove unimplemented cairo compositorUli Schlachter2012-09-241-32/+0
* xcb: Fix a warn_unused_result warningUli Schlachter2012-09-241-1/+2
* xcb: Always flush the fallback damage to foreign drawablesChris Wilson2012-09-111-2/+3
* xlib: Implement SHM fallbacks and fast upload pathsChris Wilson2012-08-171-1/+5
* surface: Make backend-specific map/unmap functions symmetricAndrea Canciani2012-05-261-3/+10
* surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani2012-05-261-7/+11
* Update the remaining backends to handle a NULL extents for _cairo_surface_get...Chris Wilson2012-04-271-3/+5
* Split cairo-list into struct+inlinesChris Wilson2012-04-191-0/+1
* xcb: Fix SHM in _get_image()Uli Schlachter2012-04-021-1/+1
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-2/+2
* xcb/xlib: Add missing "Since: 1.12"Uli Schlachter2012-03-261-0/+12
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-0/+14
* xcb: Add dimension guards to create-similar-imageChris Wilson2012-01-111-0/+7
* xcb: Fixup some internal state in set_{drawable,size}Uli Schlachter2011-12-051-3/+25
* xcb: Silence a compiler warning for mixing status and internal status enumsChris Wilson2011-12-021-1/+1
* Add cairo_xcb_surface_set_drawableKeith Packard2011-12-021-0/+68
* cairo-xcb: gtk-doc doesn't like _ in parameter namesKeith Packard2011-12-021-24/+24
* xcb: Fix typoAndrea Canciani2011-11-181-1/+1
* xcb: Handle SHM exhaustion gracefullyChris Wilson2011-11-181-4/+6
* xcb: Fix device offsets with unmap_image()Uli Schlachter2011-09-221-2/+2
* xcb: Fix a "incompatible pointer" compiler warningUli Schlachter2011-09-221-1/+1
* xcb: Don't try to fallback more than onceUli Schlachter2011-09-221-4/+8
* xcb: track fallback damageChris Wilson2011-09-191-69/+245
* xcb: Remove some dead codeUli Schlachter2011-09-141-13/+11
* Introduce a new compositor architectureChris Wilson2011-09-121-22/+11
* xcb: Steal from the pending list for GetImageUli Schlachter2011-09-021-0/+3
* xcb: Handle SHM exhaustion via falling backUli Schlachter2011-08-181-2/+7
* xcb: Merge two functions for creating shm imagesUli Schlachter2011-08-181-41/+5
* xcb: Fallback to image if allocating SHM failsUli Schlachter2011-08-181-1/+1
* image: move surface definition to new header for subclassingChris Wilson2011-08-131-50/+48
* Silence Clang static analyzer reportsAndrea Canciani2011-07-291-1/+1
* xcb: Handle fallback in map_to_imageUli Schlachter2011-07-291-0/+7
* xcb: _get_image only works without fallbackUli Schlachter2011-07-291-0/+1
* xcb: Handle deferred clear in map_to_imageUli Schlachter2011-07-291-1/+25
* xcb: Check that the extents are inside our surfaceUli Schlachter2011-07-271-0/+5
* composite: Pass unbounded extents to initialisationChris Wilson2011-07-261-1/+1
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-221/+201
* xcb: Unset the deferred_clear flag on fallbackUli Schlachter2011-07-211-0/+3
* xcb: Handle deferred_clear in _get_imageUli Schlachter2011-07-211-0/+11