summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-render-compositor.c
Commit message (Expand)AuthorAgeFilesLines
* Support color fonts that use the foreground colorAdrian Johnson2021-08-281-0/+2
* Minor correctionsHeiko Lewin2021-04-111-1/+1
* Fix undefined left-shiftsHeiko Lewin2021-03-311-1/+1
* xlib compositor: Support subpixel positioningMatthias Clasen2019-07-181-5/+13
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-4/+4
* bfo#91271 - Fix access of uninitialized memoryMassimo2018-03-081-0/+3
* Surround initialisations with atomic critical sectionMikhail Fludkov2017-10-151-2/+8
* xlib: Avoid using uninitialised variable on impossible error pathChris Wilson2015-07-061-2/+2
* Revert "xlib: Fix deferencing of uninitialised 'display'"Chris Wilson2015-07-061-6/+2
* xlib: Fix deferencing of uninitialised 'display'Arpit Jain2015-07-061-2/+6
* xlib: Don't crash when swapping a 0-sized glyphAdam Jackson2014-11-061-0/+6
* Correct usage of CAIRO_STACK_ARRAY_LENGTHUli Schlachter2013-11-161-1/+1
* Provide backwards compatibilty with old pixmanChris Wilson2013-08-231-0/+1
* xlib: Only apply the dst offset to the glyph strings onceChris Wilson2013-02-081-6/+6
* xlib/shm: Appease the compiler for a 'maybe used uninitialised' variableChris Wilson2013-01-291-2/+1
* xlib/shm: Simplify uploading of SHM image dataChris Wilson2013-01-291-10/+12
* xlib/shm: Skip creating new SHM segments if the data is already in the xserverChris Wilson2013-01-291-0/+4
* xlib/shm: Tighten mark-active to the actual CopyArea on the ShmPixmapChris Wilson2013-01-291-1/+2
* xlib: Handle lack of XRenderFillRectanglesChris Wilson2013-01-131-6/+24
* xlib: Only fallback through the mask intermediate if we can composite the maskChris Wilson2013-01-111-12/+12
* xlib/shm: Rate-limit events and only use as necessaryChris Wilson2012-12-291-2/+2
* [Minor] Improve loggingBehdad Esfahbod2012-12-211-0/+2
* xlib: Apply the image offsets to the destination rather the sourceChris Wilson2012-10-301-12/+10
* xlib: Drop the false optimisation of using a potentially busy shm upload pixmapChris Wilson2012-08-181-2/+0
* xlib: Only use CopyArea if the ShmPixmap and destination are the same depthChris Wilson2012-08-181-1/+5
* xlib/shm: Use an impromptu upload ShmSegmentChris Wilson2012-08-171-3/+62
* xlib/shm: Limit use of the impromptu fallback pixmap for uploadsChris Wilson2012-08-171-1/+27
* xlib: Implement SHM fallbacks and fast upload pathsChris Wilson2012-08-171-9/+146
* Split cairo-list into struct+inlinesChris Wilson2012-04-191-0/+1
* xlib: Apply the glyph offsetChris Wilson2012-03-061-5/+5
* xlib: Handle window-to-window copies by avoiding the use of a clip regionChris Wilson2012-02-231-42/+54
* xlib: Hook up copy_boxes for the mask compositorChris Wilson2012-02-221-0/+1
* xlib: Set IncludeInferiors when using CopyAreaChris Wilson2012-02-021-0/+26
* Clip rectangles are not necessarily YSortedKeith Packard2011-12-061-1/+1
* gl: Prevent the traps compositor from explodingChris Wilson2011-11-241-1/+12
* xlib: ADD only reduces to SOURCE for alpha-only targetsChris Wilson2011-11-231-2/+6
* xlib: Reduce the composite traps operator for when the dest is clearChris Wilson2011-10-141-0/+6
* xlib-xcb: Make this compile againUli Schlachter2011-09-141-0/+4
* Introduce a new compositor architectureChris Wilson2011-09-121-0/+1685