summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-source.c
Commit message (Expand)AuthorAgeFilesLines
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-2/+1
* Fix shared use of recording surface with paginated targetsAdrian Johnson2023-01-151-1/+2
* Fix undefined left-shiftsHeiko Lewin2021-03-311-2/+2
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-2/+2
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-3/+6
* xlib: Bump reference count for recording surface replaysChris Wilson2014-12-311-4/+10
* xlib: Use image fallback for GOOD/BEST filtersBill Spitzak2014-10-101-9/+14
* surface: Merge scratch construction into _cairo_surface_create_scratchAlexander Larsson2013-09-051-16/+20
* xlib: Trim uploads for surfaces extended by PADChris Wilson2013-04-061-0/+3
* xlib: Wrap errors generating sources in an error surfaceChris Wilson2013-04-061-2/+2
* xlib/shm: Clarify testing of seqnoChris Wilson2013-01-291-1/+1
* xlib/shm: Tidy creation of the proxy source for ShmPixmapsChris Wilson2013-01-291-7/+3
* xlib: Do not upload the whole image just because we want an entire rowChris Wilson2013-01-231-1/+7
* xlib: Initialise Pixmap for proxy sourcesChris Wilson2013-01-131-1/+2
* xlib: Handle lack of XRenderFillRectanglesChris Wilson2013-01-131-10/+60
* xlib: map-to-image requires an extentsChris Wilson2013-01-091-1/+2
* xlib: Simplify source creation by use of map-to-imageChris Wilson2013-01-061-59/+33
* xlib: Avoid copying the source twice if it is an imageChris Wilson2013-01-031-10/+27
* xlib: Implement SHM fallbacks and fast upload pathsChris Wilson2012-08-171-101/+130
* xlib: If a sample accesses outside of a repeating image, upload it allChris Wilson2012-07-091-7/+13
* surface: Use the internal map/unmapAndrea Canciani2012-05-261-8/+8
* surface: Only use non-NULL extents for internal mappingAndrea Canciani2012-05-261-3/+10
* Split cairo-surface-subsurface-private into struct+inlinesChris Wilson2012-04-191-1/+1
* Split cairo-pattern-private into struct+inlinesChris Wilson2012-04-191-1/+1
* Split cairo-recording-surface-private into struct+inlinesChris Wilson2012-04-191-1/+1
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-091-12/+5
* subsurface: Replace any existing snapshotChris Wilson2011-11-251-1/+1
* xlib: Eliminate redundant copies of subsurfacesChris Wilson2011-11-231-101/+106
* xlib: Cache the subsurface PictureChris Wilson2011-11-231-27/+52
* xlib: Handle subsurfaces correctlyChris Wilson2011-11-231-0/+99
* xlib-xpChris Wilson2011-10-141-7/+10
* Introduce a new compositor architectureChris Wilson2011-09-121-0/+938