summaryrefslogtreecommitdiff
path: root/src/cairo-xcb-surface-render.c
Commit message (Expand)AuthorAgeFilesLines
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-2/+1
* Drop cairo-glEmmanuele Bassi2023-01-271-6/+0
* Merge branch 'fix-shared-recording-surface' into 'master'Adrian Johnson2023-01-161-1/+2
|\
| * Fix shared use of recording surface with paginated targetsAdrian Johnson2023-01-151-1/+2
* | Add array bounds check for xrender format lookupManuel Stoeckl2023-01-111-1/+2
|/
* Support color fonts that use the foreground colorAdrian Johnson2021-08-281-0/+3
* xcb: remove free pixmap/gc wrappersUli Schlachter2021-05-021-2/+2
* xcb: Remove free XID cacheUli Schlachter2021-05-021-3/+3
* Fix undefined left-shiftsHeiko Lewin2021-03-311-1/+1
* Fix a leak in cairo-xcb's render compositorUli Schlachter2020-12-051-2/+1
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-7/+7
* cairo-xcb: Remove a wrong optimisationUli Schlachter2016-07-211-2/+0
* Don't cull very thin lines on vector surfacesAdrian Johnson2015-10-171-1/+2
* XCB: Don't attach uploaded surfaces as snapshotsUli Schlachter2015-06-201-0/+3
* xcb: Don't crash when swapping a 0-sized glyphAdam Jackson2014-11-061-0/+6
* xcb: Use image fallback for GOOD/BEST filtersBill Spitzak2014-10-101-18/+16
* 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