summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface-render.c
Commit message (Expand)AuthorAgeFilesLines
...
* xcb: Use a mask in _composite_boxes() when neededUli Schlachter2011-09-181-1/+1
* xcb: Stop using _cairo_clip_get_surface()Uli Schlachter2011-09-181-11/+40
* xcb: Improve error cases in _clip_and_composite_combineUli Schlachter2011-09-161-5/+7
* Revert "xcb: Error on 0x0 source surfaces"Uli Schlachter2011-09-151-5/+0
* Introduce a new compositor architectureChris Wilson2011-09-121-252/+255
* xcb: Fix fixup_unbounded_with_maskUli Schlachter2011-09-021-10/+10
* xcb: Skip drawing if bounded extents are emptyUli Schlachter2011-09-021-25/+27
* xcb: Add an assert for the tighten-bounds testUli Schlachter2011-08-301-0/+3
* api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson2011-08-301-0/+3
* image: peek through a snapshot to the recording surface behindChris Wilson2011-08-141-1/+1
* image: move surface definition to new header for subclassingChris Wilson2011-08-131-0/+1
* xcb: Handle deferred clear in _upload_image_inplaceUli Schlachter2011-08-021-1/+6
* Remove useless checks for NULL before freeingAndrea Canciani2011-07-311-2/+1
* xcb: Convert the box back to integer coordinates for uploading the imageChris Wilson2011-07-291-18/+22
* xcb: Short-circuit multiplying the alpha mask by 1.0Chris Wilson2011-07-291-0/+3
* Silence Clang static analyzer reportsAndrea Canciani2011-07-291-2/+1
* xcb: Error on 0x0 source surfacesUli Schlachter2011-07-291-0/+5
* composite: Pass unbounded extents to initialisationChris Wilson2011-07-261-14/+15
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-2/+0
* xcb: Make composite_opacity_boxes slightly less sillyChris Wilson2011-07-241-2/+13
* xcb: set the right members of cairo_color_t for generating the opacity maskChris Wilson2011-07-241-10/+6
* xcb: Work around wrong extent computation in the X serverUli Schlachter2011-07-211-3/+15
* xcb: Fix a NULL dereferenceUli Schlachter2011-07-211-3/+5
* xcb: Always send a clip region along with clipped glyphsChris Wilson2011-07-211-4/+19
* XCB: Store the flags per-connection onlyUli Schlachter2011-07-211-29/+29
* xcb: Reduce one pass for masking, now just 2 passes required!Chris Wilson2011-07-201-31/+228
* xcb: squash initial ChangePicture request for precisionChris Wilson2011-07-201-1/+10
* xcb: Take advantage of clip-boxesChris Wilson2011-07-201-241/+536
* xcb: Fix _set_clip_region for many rectanglesUli Schlachter2011-07-201-7/+27
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-377/+238
* xcb: Remove more bits of drm integrationChris Wilson2011-07-151-4/+0
* Implement cairo_backend_tChris Wilson2011-07-151-0/+1
* Excise xcb-drmChris Wilson2011-07-141-73/+0
* xcb: Don't use xcb surfaces as snapshotsUli Schlachter2011-07-091-28/+0
* xcb: Track cairo_xcb_picture_t surfacesUli Schlachter2011-07-091-0/+3
* xcb: Move cairo_xcb_picture_t to cairo-xcb-private.hUli Schlachter2011-07-091-19/+0
* xcb: Remove an unused function argumentUli Schlachter2011-07-021-10/+8
* xcb: Use defines instead of magic numbersUli Schlachter2011-06-241-2/+2
* xcb: Prettify some codeUli Schlachter2011-06-241-1/+3
* XCB: Implement PDF blend operators nativelyUli Schlachter2011-06-111-16/+27
* xlib,xcb: Force strict adherence to the Render specification when testingChris Wilson2011-06-011-0/+32
* Extract function to query endianness from xlib/xcb and make it commonAlexandros Frantzis2011-05-101-10/+2
* xcb,xlib: Fallback upon generic radial gradientsAndrea Canciani2011-03-181-0/+8
* xcb,xlib: Fix 1-stop gradientsAndrea Canciani2011-03-181-9/+27
* xcb-drm: Fix undeclared variable errorUli Schlachter2011-03-161-0/+1
* xcb: Remove _cairo_xcb_picture_copyUli Schlachter2011-03-041-62/+15
* xcb: Remove CAIRO_XCB_RENDER_HAS_COMPOSITE_SPANSUli Schlachter2011-02-281-148/+5
* xcb: Fix for PDF operators with RENDER 0.11Uli Schlachter2011-02-281-1/+2
* xcb: Don't operate on a status variable that is never setBenjamin Otte2011-02-181-6/+0
* xcb: Remove the surface pattern cacheUli Schlachter2011-02-121-7/+0