summaryrefslogtreecommitdiff
path: root/src/cairo-mask-compositor.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-13compositor: Pass back the internal failureChris Wilson1-2/+2
2013-01-13compositor: Convert image surface into backend sourceChris Wilson1-15/+46
2013-01-11xlib: Only fallback through the mask intermediate if we can composite the maskChris Wilson1-4/+23
2012-04-19Split cairo-pattern-private into struct+inlinesChris Wilson1-1/+1
2012-04-19Split cairo-clip-privates into struct+inlinesChris Wilson1-0/+1
2012-02-24{mask,traps}-composite: Restore unsetting of the is-clear flags for the maskChris Wilson1-1/+2
2012-02-22mask-compositor: Acquire the target surface when creating the composite maskChris Wilson1-14/+38
2012-02-09Replace the ad-hoc surface unwrappers with a function pointerChris Wilson1-17/+8
2011-09-12Introduce a new compositor architectureChris Wilson1-0/+1412