summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-20xcb: squash initial ChangePicture request for precisionChris Wilson1-1/+4
2011-07-20xcb: Take advantage of clip-boxesChris Wilson1-0/+1
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-14/+14
2011-07-18cairo-xcb: Drop some unused definitions/fileUli Schlachter1-2/+0
2011-07-15xcb: Remove more bits of drm integrationChris Wilson1-63/+2
2011-07-15Implement cairo_backend_tChris Wilson1-0/+3
2011-07-14Excise xcb-drmChris Wilson1-104/+0
2011-06-24xcb: Use defines instead of magic numbersUli Schlachter1-1/+1