summaryrefslogtreecommitdiff
path: root/src/win32/cairo-win32-display-surface.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-15win32: Free the fallback upon finishChris Wilson1-0/+3
2013-02-08win32: Clear the similar-image before returning to the userChris Wilson1-1/+9
2012-10-06win32: Use the image surface below the fallback when unmapping an HDCChris Wilson1-0/+1
2012-10-05win32: Compile fix for mismatched surface typesChris Wilson1-2/+2
2012-08-17xlib: Implement SHM fallbacks and fast upload pathsChris Wilson1-1/+4
2012-05-26surface: Make map_to_image return cairo_image_surface_t*Andrea Canciani1-4/+4
2012-04-23win32: compilation fix for recent private/inline header separationDimiter Stanev1-1/+1
2012-03-29doc: Add "since" tag to documentationAndrea Canciani1-0/+4
2012-03-29doc: Make documentation comments symmetricAndrea Canciani1-2/+2
2012-03-23win32: mark-dirty cannot assume the fallback has been discardedChris Wilson1-2/+1
2012-03-23win32: Copy back the fallback damage to the right locationChris Wilson1-5/+6
2012-03-21win32: Fix damage flushingChris Wilson1-11/+31
2012-03-20win32: Check for damage before blittingChris Wilson1-1/+1
2012-02-15win32: Cast the surface to an image-surface to find its parent (compile fix)Chris Wilson1-1/+1
2012-02-15win32: Fix lifetime tracking of create_similar_image()Chris Wilson1-1/+5
2012-02-15win32: Rebase on the new compositor infrastructureChris Wilson1-0/+1031