summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface-render.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-02xcb: Handle deferred clear in _upload_image_inplaceUli Schlachter1-1/+6
2011-07-31Remove useless checks for NULL before freeingAndrea Canciani1-2/+1
2011-07-29xcb: Convert the box back to integer coordinates for uploading the imageChris Wilson1-18/+22
2011-07-29xcb: Short-circuit multiplying the alpha mask by 1.0Chris Wilson1-0/+3
2011-07-29Silence Clang static analyzer reportsAndrea Canciani1-2/+1
2011-07-29xcb: Error on 0x0 source surfacesUli Schlachter1-0/+5
2011-07-26composite: Pass unbounded extents to initialisationChris Wilson1-14/+15
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-2/+0
2011-07-24xcb: Make composite_opacity_boxes slightly less sillyChris Wilson1-2/+13
2011-07-24xcb: set the right members of cairo_color_t for generating the opacity maskChris Wilson1-10/+6
2011-07-21xcb: Work around wrong extent computation in the X serverUli Schlachter1-3/+15
2011-07-21xcb: Fix a NULL dereferenceUli Schlachter1-3/+5
2011-07-21xcb: Always send a clip region along with clipped glyphsChris Wilson1-4/+19
2011-07-21XCB: Store the flags per-connection onlyUli Schlachter1-29/+29
2011-07-20xcb: Reduce one pass for masking, now just 2 passes required!Chris Wilson1-31/+228
2011-07-20xcb: squash initial ChangePicture request for precisionChris Wilson1-1/+10
2011-07-20xcb: Take advantage of clip-boxesChris Wilson1-241/+536
2011-07-20xcb: Fix _set_clip_region for many rectanglesUli Schlachter1-7/+27
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-377/+238
2011-07-15xcb: Remove more bits of drm integrationChris Wilson1-4/+0
2011-07-15Implement cairo_backend_tChris Wilson1-0/+1
2011-07-14Excise xcb-drmChris Wilson1-73/+0
2011-07-09xcb: Don't use xcb surfaces as snapshotsUli Schlachter1-28/+0
2011-07-09xcb: Track cairo_xcb_picture_t surfacesUli Schlachter1-0/+3
2011-07-09xcb: Move cairo_xcb_picture_t to cairo-xcb-private.hUli Schlachter1-19/+0
2011-07-02xcb: Remove an unused function argumentUli Schlachter1-10/+8
2011-06-24xcb: Use defines instead of magic numbersUli Schlachter1-2/+2
2011-06-24xcb: Prettify some codeUli Schlachter1-1/+3
2011-06-11XCB: Implement PDF blend operators nativelyUli Schlachter1-16/+27
2011-06-01xlib,xcb: Force strict adherence to the Render specification when testingChris Wilson1-0/+32
2011-05-10Extract function to query endianness from xlib/xcb and make it commonAlexandros Frantzis1-10/+2
2011-03-18xcb,xlib: Fallback upon generic radial gradientsAndrea Canciani1-0/+8
2011-03-18xcb,xlib: Fix 1-stop gradientsAndrea Canciani1-9/+27
2011-03-16xcb-drm: Fix undeclared variable errorUli Schlachter1-0/+1
2011-03-04xcb: Remove _cairo_xcb_picture_copyUli Schlachter1-62/+15
2011-02-28xcb: Remove CAIRO_XCB_RENDER_HAS_COMPOSITE_SPANSUli Schlachter1-148/+5
2011-02-28xcb: Fix for PDF operators with RENDER 0.11Uli Schlachter1-1/+2
2011-02-18xcb: Don't operate on a status variable that is never setBenjamin Otte1-6/+0
2011-02-12xcb: Remove the surface pattern cacheUli Schlachter1-7/+0
2011-01-31xcb: Remove a duplicate static functionUli Schlachter1-61/+0
2011-01-25xcb: Fix compositing of pixel-aligned rectanglesAndrea Canciani1-22/+34
2011-01-23xcb: Fix a BadPicture when clearing a surfaceUli Schlachter1-0/+1
2011-01-23xcb: Only use clip rectangles for more than 1 pixel-aligned boxChris Wilson1-6/+9
2011-01-23xcb: Prefer RenderFillRectangles to perform the deferred clearChris Wilson1-6/+16
2011-01-23xcb: Apply a clip region for compositing many-pixel-aligned-boxesChris Wilson1-52/+68
2011-01-17xcb: Don't finish snapshots when they are detachedUli Schlachter1-1/+1
2011-01-06xcb: Handle a wider range of glyph positionsAndrea Canciani1-17/+9
2011-01-06xcb: Stricter glyph validationAndrea Canciani1-25/+77
2011-01-06xcb: Correct handling of index 0 glyphsAndrea Canciani1-0/+7
2011-01-02Remove an unused field from cairo_xcb_shm_info_tUli Schlachter1-10/+9