summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* XCB: Store the flags per-connection onlyUli Schlachter2011-07-211-6/+4
* xcb: squash initial ChangePicture request for precisionChris Wilson2011-07-201-1/+4
* xcb: Take advantage of clip-boxesChris Wilson2011-07-201-0/+1
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-14/+14
* cairo-xcb: Drop some unused definitions/fileUli Schlachter2011-07-181-2/+0
* xcb: Remove more bits of drm integrationChris Wilson2011-07-151-63/+2
* Implement cairo_backend_tChris Wilson2011-07-151-0/+3
* Excise xcb-drmChris Wilson2011-07-141-104/+0
* xcb: Use defines instead of magic numbersUli Schlachter2011-06-241-1/+1
* xcb: Initialize the new precision fieldsUli Schlachter2011-06-241-0/+1
* xcb,xlib,surface: Check for too small sizesUli Schlachter2011-06-241-1/+7
* xcb: Fallback to image surface for create similarUli Schlachter2011-06-121-5/+5
* Revert "xcb: Never return NULL from create_similar"Uli Schlachter2011-06-111-2/+2
* xcb: Compile fix when using xcb-drmChris Wilson2011-03-161-1/+1
* xcb: Never return NULL from create_similarUli Schlachter2011-03-151-2/+2
* xcb: Use a normal image surface if SHM failsUli Schlachter2011-01-311-2/+1
* xcb: Document all public functionsUli Schlachter2011-01-261-1/+69
* Remove an unused field from cairo_xcb_shm_info_tUli Schlachter2011-01-021-11/+10
* XCB: Stop taking the xcb socketUli Schlachter2010-12-251-24/+6
* xcb: Add more _cairo_error() callsBenjamin Otte2010-11-081-7/+7
* raster backends: Set round_glpyh_positions to ONUli Schlachter2010-10-211-0/+1
* xcb: Correctly handle ARGB visualsUli Schlachter2010-10-131-0/+3
* xcb: Do not return value in void functionAndrea Canciani2010-10-051-6/+4
* doc: Move tmpl/ docs to inline docsBenjamin Otte2010-07-081-0/+13
* xcb: Setters should set finished surfaces into an error statusBenjamin Otte2010-07-061-2/+8
* xcb: trivial memfault fixes.Chris Wilson2010-05-101-2/+3
* xcb: Upload images in place.Chris Wilson2010-05-081-13/+18
* surface: Convert snapshots from an array to a double-linked list.Chris Wilson2010-04-301-8/+4