summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-private.h
Commit message (Expand)AuthorAgeFilesLines
* cairo-xlib: Check for maximum surface sizeUli Schlachter2021-01-131-0/+2
* Use HTTPS URLs for freedesktop.org domainsPaul Menzel2018-10-161-1/+1
* headers: fix include order for AIX, bug#89354Michael Haubenwallner2015-03-051-1/+1
* xlib: Add symbols to indicate if XRender supports GOOD/BEST filteringBill Spitzak2014-10-101-0/+2
* cairo-xlib: Fix out of bounds array access in format cacheUli Schlachter2013-10-031-1/+1
* xlib: Handle lack of XRenderFillRectanglesChris Wilson2013-01-131-2/+13
* xlib: Fixup standalone header compilation for 'make check'Chris Wilson2012-11-011-0/+1
* xlib: Check for both X.org and Xorg ServerVendorsChris Wilson2012-10-261-0/+7
* xlib/shm: Masquerade as an ordinary ShmCompletionEventChris Wilson2012-08-271-3/+3
* xlib/shm: Only check if we are expecting an eventChris Wilson2012-08-211-3/+0
* xlib/shm: Use a genuine event rather than an open-ended requestChris Wilson2012-08-211-0/+3
* xlib/shm: Use an impromptu upload ShmSegmentChris Wilson2012-08-171-3/+8
* xlib/shm: Limit use of the impromptu fallback pixmap for uploadsChris Wilson2012-08-171-1/+2
* xlib: Implement SHM fallbacks and fast upload pathsChris Wilson2012-08-171-0/+59
* Introduce a new compositor architectureChris Wilson2011-09-121-43/+211
* xlib: Mark surfaces as finished when the Display is finished/destroyed/closed.Chris Wilson2011-08-141-0/+2
* xcb,xlib: Cleanup GC cache handlingAndrea Canciani2011-07-211-2/+4
* Include pixman.h in cairo-xlib-private.hSøren Sandmann Pedersen2011-06-271-0/+2
* xlib: Create an exact match for the image surface if possible using XrenderChris Wilson2011-06-251-0/+4
* xlib,xcb: Force strict adherence to the Render specification when testingChris Wilson2011-06-011-0/+6
* 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-17/+5
* xlib: Convert visual array to a cairo_list_tChris Wilson2010-05-061-1/+3
* xlib: Remove screen->has_renderChris Wilson2010-05-061-1/+0
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* xlib: Fix screen device handlingBenjamin Otte2010-04-231-2/+2
* xlib: Make display a cairo_device_tBenjamin Otte2010-04-181-27/+39
* [atomic] Fallback to libatomic-ops-devChris Wilson2009-10-151-1/+1
* [xlib] Eliminate GC clippingChris Wilson2009-09-021-7/+5
* [xlib] Make xlib_display_t private and rename xlib_screen_info_tChris Wilson2009-09-011-36/+52
* [xlib] Use server-side gradients.Chris Wilson2009-07-311-1/+2
* [xlib] Improve GC caching efficacyChris Wilson2009-06-191-5/+6
* xlib, xcb: Hand off EXTEND_PAD/EXTEND_REFLECT to RenderThomas Jaeger2009-06-051-0/+1
* [xlib] Only clear the GC clip mask as necessary.Chris Wilson2008-10-301-2/+8
* [xlib] Propagate real status from get_screen_info().Chris Wilson2008-10-301-2/+4
* [xlib] Propagate real status from get_display()Chris Wilson2008-10-301-2/+2
* [xlib] Avoid repeated calls to XRenderQueryVersionChris Wilson2008-10-301-0/+2
* [xlib] Defer querying of font options until first useChris Wilson2008-10-301-0/+4
* [xlib] Keep a pointer to the cairo_xlib_display_t on the surface.Chris Wilson2008-09-021-5/+5
* [xlib] Use an embedded doubly-linked list for the close display hooks.Chris Wilson2008-09-021-5/+8
* [xlib] Remove the key parameter from the close display hook.Chris Wilson2008-08-141-3/+2
* [xlib] Implement ditheringBehdad Esfahbod2008-06-191-2/+10
* [cairo-xlib] Cache standard xrender formats.Chris Wilson2008-05-061-0/+7
* [xlib] Add locking around GC cache.Chris Wilson2008-04-111-0/+1
* [cairo-xlib] Handle malloc failures for cairo_xlib_visual_info_t.Chris Wilson2008-04-021-4/+11
* Mark new cairo_xlib_visual_info functions as private.Carl Worth2008-03-201-2/+2
* Add support for 8-bit PseudoColor visualsCarl Worth2008-03-201-0/+15
* [cairo-xlib] Fixup --disable-xlib-xrenderChris Wilson2008-01-151-5/+1
* [cairo-xlib] Move the buggy_repeat discovery to the display_t.Chris Wilson2007-10-181-0/+1
* [cairo-atomic] Rewrite reference counting using atomic ops.Chris Wilson2007-09-251-2/+3