summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface-render.c
Commit message (Expand)AuthorAgeFilesLines
* traps,xcb: Set the box count after filteringChris Wilson2014-08-251-2/+3
* traps,xcb: Prefilter zero-area boxes when converting trapsChris Wilson2014-08-231-11/+18
* xcb: Correctly check for image surface for inplace uploadUli Schlachter2014-08-231-1/+2
* V5: Use NEAREST filter when possibleBill Spitzak2014-08-141-5/+2
* xcb: make use of _cairo_surface_is_xcb to check for surface typeRavi Nanjundappa2014-07-071-1/+1
* Fix segfault in firefox when scrolling on certain pagesBryce Harrington2014-05-061-0/+3
* Correct usage of CAIRO_STACK_ARRAY_LENGTHUli Schlachter2013-11-161-1/+1
* surface: Merge scratch construction into _cairo_surface_create_scratchAlexander Larsson2013-09-051-10/+10
* xcb: Fix some uninitialized variable warningsUli Schlachter2013-07-041-3/+3
* xcb: Clear temporary replay image in recording playbackUli Schlachter2013-03-221-4/+5
* xcb: _cairo_scaled_font_reset_cache does it own lockingChris Wilson2013-01-091-2/+0
* xcb: Clear the result of create_similar_imageUli Schlachter2012-10-061-14/+0
* xcb: Add a missing check for FillRectanglesUli Schlachter2012-09-251-4/+9
* xcb: Check if traps are supported before using themUli Schlachter2012-09-251-1/+2
* xcb: Check the right flag for FillRectanglesUli Schlachter2012-09-251-1/+1
* xcb: Switch to compositor architectureUli Schlachter2012-09-241-35/+40
* xcb: Correctly handle a recording surface's extentsUli Schlachter2012-06-251-11/+37
* xcb: Handle recording surfaces differentlyUli Schlachter2012-06-251-7/+3
* Split cairo-list into struct+inlinesChris Wilson2012-04-191-0/+1
* Split cairo-recording-surface-private into struct+inlinesChris Wilson2012-04-191-2/+2
* Split cairo-clip-privates into struct+inlinesChris Wilson2012-04-191-0/+1
* doc: no separate cairo-xcb-xrender sectionNis Martensen2012-04-121-13/+0
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-1/+1
* xcb: Add a special case for recording surfaceUli Schlachter2011-12-111-0/+70
* xcb: Move the surface picture setup into its own functionUli Schlachter2011-12-111-22/+30
* xcb: Silence compiler warnings about ignored return valuesUli Schlachter2011-12-111-0/+1
* xcb: Silence a compiler warning for mixing type and internal type enumsUli Schlachter2011-12-111-1/+1
* xcb: Fix invalid casts from cairo_content_t to cairo_format_tUli Schlachter2011-12-081-4/+4
* Convert cairo_mime_surface_t to cairo_raster_source_pattern_tChris Wilson2011-11-251-1/+2
* xcb: Fix some invalid castsUli Schlachter2011-11-151-9/+11
* xcb: Re-enable glyph renderingChris Wilson2011-10-111-1/+1
* xcb: Honor clips for defer clearUli Schlachter2011-09-221-1/+2
* xcb: track fallback damageChris Wilson2011-09-191-89/+33
* xcb: Remove an unused variableUli Schlachter2011-09-181-6/+0
* 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