summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-display.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for RGBA128F and RGB96F formats.Maarten Lankhorst2019-01-071-0/+12
* Use _cairo_malloc instead of mallocAdrian Johnson2018-05-071-1/+1
* xlib: Undo debug hack to force fallbacksChris Wilson2014-08-011-1/+1
* V6 image: Use convolution filters for sample reconstruction when downscalingBill Spitzak2014-07-251-1/+1
* xlib: Fix mispelling in a commentBryce Harrington2014-07-241-1/+1
* xlib: Fix typo in documentationBenjamin Otte2014-03-031-1/+1
* Revert "[xlib] Fast-path the likely case of retrieving a known xrender_format"Uli Schlachter2013-10-031-6/+0
* xlib: Fix invocation of XRenderFindFormat()Chris Wilson2013-02-241-1/+1
* xlib: Check for both X.org and Xorg ServerVendorsChris Wilson2012-10-261-1/+1
* xlib: Reorder CloseDisplay hooksChris Wilson2012-10-111-17/+17
* xlib/shm: Reduce the frequency at which we emit eventsChris Wilson2012-08-241-2/+2
* xlib/shm: Only check if we are expecting an eventChris Wilson2012-08-211-2/+0
* xlib/shm: Use a genuine event rather than an open-ended requestChris Wilson2012-08-211-1/+3
* xlib: Move the shm cleanup from CloseDisplay to finish()Chris Wilson2012-08-191-2/+2
* xlib: Implement SHM fallbacks and fast upload pathsChris Wilson2012-08-171-1/+8
* Fix broken XRender ARGB32 formatsDaniel Stone2012-08-161-3/+2
* xlib: Silence compiler warningChris Wilson2012-08-111-4/+5
* Split cairo-list into struct+inlinesChris Wilson2012-04-191-0/+1
* doc: Make the documentation name match the function nameAndrea Canciani2012-03-291-1/+1
* xcb/xlib: Add missing "Since: 1.12"Uli Schlachter2012-03-261-0/+2
* doc/xlib/xcb: document get/set_precision APINis Martensen2012-03-101-0/+20
* Fix docs for cairo_xlib_device_debug_cap_xrender_versionUli Schlachter2012-03-031-2/+2
* xlib: Replace obsolete disable-xrender with shiny new device debug interfaceChris Wilson2012-02-221-7/+50
* Introduce a new compositor architectureChris Wilson2011-09-121-218/+25
* xlib: Move the Display pointer nullify into destroy from finishChris Wilson2011-08-141-4/+1
* xlib: Mark surfaces as finished when the Display is finished/destroyed/closed.Chris Wilson2011-08-141-52/+55
* Xlib,xcb: Make *_debug_[sg]et_precision() more robustUli Schlachter2011-07-211-4/+18
* xlib: Create an exact match for the image surface if possible using XrenderChris Wilson2011-06-251-18/+116
* xlib: Fix build of xlib-xcbAndrea Canciani2011-06-161-0/+4
* xlib,xcb: Force strict adherence to the Render specification when testingChris Wilson2011-06-011-0/+21
* Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30Jesse Barnes2011-05-011-0/+1
* freelist: Separate freelist inlines from the datatype in headers.M Joonas Pihlaja2010-09-021-1/+1
* xlib: Remove reference counting for cairo_xlib_screen_tChris Wilson2010-05-061-65/+19
* xlib: Ensure the global display mutex is initialized before use.Chris Wilson2010-05-061-0/+2
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* xlib: Fix display closing to work properlyBenjamin Otte2010-04-231-14/+23
* xlib: Fix screen device handlingBenjamin Otte2010-04-231-15/+18
* xlib: Simply release the ref, not destroy, from CloseDisplay.Chris Wilson2010-04-231-10/+12
* xlib: Make display a cairo_device_tBenjamin Otte2010-04-181-141/+93
* Add back support for CAIRO_FORMAT_RGB16_565Oleg Romashin2010-03-241-3/+25
* api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja2010-03-011-0/+1
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [xlib] Interim CAIRO_DEBUG variable to specify xrender levelChris Wilson2009-09-201-4/+19
* [xlib] Enable pad_reflect by defaultChris Wilson2009-09-041-7/+12
* [xlib] Make xlib_display_t private and rename xlib_screen_info_tChris Wilson2009-09-011-5/+121
* Fix build on systems with older Xrender headers.Damian Frank2009-08-291-0/+7
* [xlib] Use server-side gradients.Chris Wilson2009-07-311-1/+8
* [xlib] Fast-path the likely case of retrieving a known xrender_formatChris Wilson2009-07-271-0/+6
* [xlib] Check workqueue before taking the display mutexChris Wilson2009-07-241-0/+6
* xlib, xcb: Hand off EXTEND_PAD/EXTEND_REFLECT to RenderThomas Jaeger2009-06-051-4/+11