summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-surface.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Use _cairo_malloc instead of mallocAdrian Johnson1-1/+1
2018-04-02Cairo trivial typosUnknown1-1/+1
2017-03-07xlib: Call XSync() before ignoring errorsUli Schlachter1-0/+2
2017-03-07xlib: Remove unused variableUli Schlachter1-6/+0
2016-06-19xlib: Fix double free in _get_image_surface()Uli Schlachter1-1/+3
2015-10-17Don't cull very thin lines on vector surfacesAdrian Johnson1-1/+2
2013-08-23Provide backwards compatibilty with old pixmanChris Wilson1-0/+1
2013-04-25xlib: Aquire display before using it in DEBUG message.egag1-2/+2
2013-01-29xlib/shm: Always request a CompletionEvent from ShmPutImageChris Wilson1-2/+1
2013-01-23xlib: Do not upload the whole image just because we want an entire rowChris Wilson1-13/+11
2013-01-03xlib: Use SHM transport for ordinary image uploadsChris Wilson1-23/+77
2012-12-29Revert "xlib/shm: Do not trigger a surplus event from XShmPutImage"Chris Wilson1-1/+1
2012-12-29xlib/shm: Do not trigger a surplus event from XShmPutImageChris Wilson1-1/+1
2012-09-13xlib: Reset fallback counter when discarding the fallbackWeng Xuetian1-0/+2
2012-09-13xlib: Destroy the fallback damage along with the fallback surfaceChris Wilson1-8/+5
2012-09-13xlib: Do not call _cairo_xlib_surface_flush directlyChris Wilson1-2/+2
2012-09-13xlib: Force the fallback flush before updating the external DrawableChris Wilson1-2/+2
2012-09-13xlib: Explicitly discard the fallback shm pixmap upon user modificationChris Wilson1-9/+29
2012-09-13xlib: Fix regression in cairo_xlib_surface_set_drawable()Chris Wilson1-1/+1
2012-09-08xlib/shm: Explicitly release shm surface if we do not own the pixmapChris Wilson1-2/+9
2012-08-24xlib/shm: Add missing release of the display after GetImageChris Wilson1-1/+3
2012-08-17xlib/shm: Use an impromptu upload ShmSegmentChris Wilson1-3/+2
2012-08-17xlib/shm: Limit use of the impromptu fallback pixmap for uploadsChris Wilson1-2/+2
2012-08-17xlib: Implement SHM fallbacks and fast upload pathsChris Wilson1-39/+247
2012-05-26surface: Make backend-specific map/unmap functions symmetricAndrea Canciani1-5/+12
2012-05-26surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani1-2/+2
2012-04-27Update the remaining backends to handle a NULL extents for _cairo_surface_get...Chris Wilson1-3/+5
2012-04-25xlib: Fix inline conversion for TrueColor PutImageChris Wilson1-2/+1
2012-04-25xlib: Allow applications to create 0x0 surfacesChris Wilson1-1/+8
2012-04-19Split cairo-list into struct+inlinesChris Wilson1-0/+1
2012-04-16doc: do not use / in section titleNis Martensen1-1/+1
2012-03-29doc: Add "since" tag to documentationAndrea Canciani1-0/+14
2012-03-29doc: Make documentation comments symmetricAndrea Canciani1-4/+4
2012-03-10doc: ensure "compatibility" spellingNis Martensen1-1/+1
2012-02-23xlib: Tidy conversion of xrender format to cairo_content_tChris Wilson1-13/+9
2012-02-22xlib: Trim the ximage to match the trimming of the intermediateChris Wilson1-0/+2
2012-02-22xlib: Correct the device-offset applied to the map-to-image resultChris Wilson1-1/+1
2012-02-22xlib: Trim the intermediate upload image to match the upload extentsChris Wilson1-9/+7
2012-02-09Replace the ad-hoc surface unwrappers with a function pointerChris Wilson1-0/+14
2012-02-02xlib: Only reduce a readback of an uninitialised source for pixmapsChris Wilson1-1/+3
2012-02-02xlib: Set IncludeInferiors when acquiring the source imageChris Wilson1-0/+8
2012-01-17xlib: Improve choice of bits-per-pixel for depthChris Wilson1-10/+15
2011-10-27xlib: Check pixman format before trying to create an image surface for itCarlos Garcia Campos1-6/+9
2011-09-12Introduce a new compositor architectureChris Wilson1-3039/+185
2011-08-30api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson1-15/+6
2011-08-20xlib: Fix typo in snapshotting.Chris Wilson1-1/+1
2011-08-14xlib: Mark surfaces as finished when the Display is finished/destroyed/closed.Chris Wilson1-0/+4
2011-08-14image: peek through a snapshot to the recording surface behindChris Wilson1-1/+1
2011-08-13image: move surface definition to new header for subclassingChris Wilson1-0/+1
2011-08-12xlib: Set the clip_region for glyphsChris Wilson1-33/+2