summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-24xcb: Initialize the new precision fieldsUli Schlachter1-0/+1
2011-06-24xcb,xlib,surface: Check for too small sizesUli Schlachter1-1/+7
2011-06-12xcb: Fallback to image surface for create similarUli Schlachter1-5/+5
2011-06-11Revert "xcb: Never return NULL from create_similar"Uli Schlachter1-2/+2
2011-03-16xcb: Compile fix when using xcb-drmChris Wilson1-1/+1
2011-03-15xcb: Never return NULL from create_similarUli Schlachter1-2/+2
2011-01-31xcb: Use a normal image surface if SHM failsUli Schlachter1-2/+1
2011-01-26xcb: Document all public functionsUli Schlachter1-1/+69
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