summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-render-compositor.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-23Provide backwards compatibilty with old pixmanChris Wilson1-0/+1
2013-02-08xlib: Only apply the dst offset to the glyph strings onceChris Wilson1-6/+6
2013-01-29xlib/shm: Appease the compiler for a 'maybe used uninitialised' variableChris Wilson1-2/+1
2013-01-29xlib/shm: Simplify uploading of SHM image dataChris Wilson1-10/+12
2013-01-29xlib/shm: Skip creating new SHM segments if the data is already in the xserverChris Wilson1-0/+4
2013-01-29xlib/shm: Tighten mark-active to the actual CopyArea on the ShmPixmapChris Wilson1-1/+2
2013-01-13xlib: Handle lack of XRenderFillRectanglesChris Wilson1-6/+24
2013-01-11xlib: Only fallback through the mask intermediate if we can composite the maskChris Wilson1-12/+12
2012-12-29xlib/shm: Rate-limit events and only use as necessaryChris Wilson1-2/+2
2012-12-21[Minor] Improve loggingBehdad Esfahbod1-0/+2
2012-10-30xlib: Apply the image offsets to the destination rather the sourceChris Wilson1-12/+10
2012-08-18xlib: Drop the false optimisation of using a potentially busy shm upload pixmapChris Wilson1-2/+0
2012-08-18xlib: Only use CopyArea if the ShmPixmap and destination are the same depthChris Wilson1-1/+5
2012-08-17xlib/shm: Use an impromptu upload ShmSegmentChris Wilson1-3/+62
2012-08-17xlib/shm: Limit use of the impromptu fallback pixmap for uploadsChris Wilson1-1/+27
2012-08-17xlib: Implement SHM fallbacks and fast upload pathsChris Wilson1-9/+146
2012-04-19Split cairo-list into struct+inlinesChris Wilson1-0/+1
2012-03-06xlib: Apply the glyph offsetChris Wilson1-5/+5
2012-02-23xlib: Handle window-to-window copies by avoiding the use of a clip regionChris Wilson1-42/+54
2012-02-22xlib: Hook up copy_boxes for the mask compositorChris Wilson1-0/+1
2012-02-02xlib: Set IncludeInferiors when using CopyAreaChris Wilson1-0/+26
2011-12-06Clip rectangles are not necessarily YSortedKeith Packard1-1/+1
2011-11-24gl: Prevent the traps compositor from explodingChris Wilson1-1/+12
2011-11-23xlib: ADD only reduces to SOURCE for alpha-only targetsChris Wilson1-2/+6
2011-10-14xlib: Reduce the composite traps operator for when the dest is clearChris Wilson1-0/+6
2011-09-14xlib-xcb: Make this compile againUli Schlachter1-0/+4
2011-09-12Introduce a new compositor architectureChris Wilson1-0/+1685