summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-surface.c
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined left-shiftsHeiko Lewin2021-03-311-1/+1
* cairo-xlib: Check for maximum surface sizeUli Schlachter2021-01-131-2/+0
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* Cairo trivial typosUnknown2018-04-021-1/+1
* xlib: Call XSync() before ignoring errorsUli Schlachter2017-03-071-0/+2
* xlib: Remove unused variableUli Schlachter2017-03-071-6/+0
* xlib: Fix double free in _get_image_surface()Uli Schlachter2016-06-191-1/+3
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-1/+2
* Provide backwards compatibilty with old pixmanChris Wilson2013-08-231-0/+1
* xlib: Aquire display before using it in DEBUG message.egag2013-04-251-2/+2
* xlib/shm: Always request a CompletionEvent from ShmPutImageChris Wilson2013-01-291-2/+1
* xlib: Do not upload the whole image just because we want an entire rowChris Wilson2013-01-231-13/+11
* xlib: Use SHM transport for ordinary image uploadsChris Wilson2013-01-031-23/+77
* Revert "xlib/shm: Do not trigger a surplus event from XShmPutImage"Chris Wilson2012-12-291-1/+1
* xlib/shm: Do not trigger a surplus event from XShmPutImageChris Wilson2012-12-291-1/+1
* xlib: Reset fallback counter when discarding the fallbackWeng Xuetian2012-09-131-0/+2
* xlib: Destroy the fallback damage along with the fallback surfaceChris Wilson2012-09-131-8/+5
* xlib: Do not call _cairo_xlib_surface_flush directlyChris Wilson2012-09-131-2/+2
* xlib: Force the fallback flush before updating the external DrawableChris Wilson2012-09-131-2/+2
* xlib: Explicitly discard the fallback shm pixmap upon user modificationChris Wilson2012-09-131-9/+29
* xlib: Fix regression in cairo_xlib_surface_set_drawable()Chris Wilson2012-09-131-1/+1
* xlib/shm: Explicitly release shm surface if we do not own the pixmapChris Wilson2012-09-081-2/+9
* xlib/shm: Add missing release of the display after GetImageChris Wilson2012-08-241-1/+3
* xlib/shm: Use an impromptu upload ShmSegmentChris Wilson2012-08-171-3/+2
* xlib/shm: Limit use of the impromptu fallback pixmap for uploadsChris Wilson2012-08-171-2/+2
* xlib: Implement SHM fallbacks and fast upload pathsChris Wilson2012-08-171-39/+247
* surface: Make backend-specific map/unmap functions symmetricAndrea Canciani2012-05-261-5/+12
* surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani2012-05-261-2/+2
* Update the remaining backends to handle a NULL extents for _cairo_surface_get...Chris Wilson2012-04-271-3/+5
* xlib: Fix inline conversion for TrueColor PutImageChris Wilson2012-04-251-2/+1
* xlib: Allow applications to create 0x0 surfacesChris Wilson2012-04-251-1/+8
* Split cairo-list into struct+inlinesChris Wilson2012-04-191-0/+1
* doc: do not use / in section titleNis Martensen2012-04-161-1/+1
* doc: Add "since" tag to documentationAndrea Canciani2012-03-291-0/+14
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-4/+4
* doc: ensure "compatibility" spellingNis Martensen2012-03-101-1/+1
* xlib: Tidy conversion of xrender format to cairo_content_tChris Wilson2012-02-231-13/+9
* xlib: Trim the ximage to match the trimming of the intermediateChris Wilson2012-02-221-0/+2
* xlib: Correct the device-offset applied to the map-to-image resultChris Wilson2012-02-221-1/+1
* xlib: Trim the intermediate upload image to match the upload extentsChris Wilson2012-02-221-9/+7
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-0/+14
* xlib: Only reduce a readback of an uninitialised source for pixmapsChris Wilson2012-02-021-1/+3
* xlib: Set IncludeInferiors when acquiring the source imageChris Wilson2012-02-021-0/+8
* xlib: Improve choice of bits-per-pixel for depthChris Wilson2012-01-171-10/+15
* xlib: Check pixman format before trying to create an image surface for itCarlos Garcia Campos2011-10-271-6/+9
* Introduce a new compositor architectureChris Wilson2011-09-121-3039/+185
* api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson2011-08-301-15/+6
* xlib: Fix typo in snapshotting.Chris Wilson2011-08-201-1/+1
* xlib: Mark surfaces as finished when the Display is finished/destroyed/closed.Chris Wilson2011-08-141-0/+4
* image: peek through a snapshot to the recording surface behindChris Wilson2011-08-141-1/+1