summaryrefslogtreecommitdiff
path: root/src/cairo-xlib-private.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-13cairo-xlib: Check for maximum surface sizeUli Schlachter1-0/+2
2018-10-16Use HTTPS URLs for freedesktop.org domainsPaul Menzel1-1/+1
2015-03-05headers: fix include order for AIX, bug#89354Michael Haubenwallner1-1/+1
2014-10-10xlib: Add symbols to indicate if XRender supports GOOD/BEST filteringBill Spitzak1-0/+2
2013-10-03cairo-xlib: Fix out of bounds array access in format cacheUli Schlachter1-1/+1
2013-01-13xlib: Handle lack of XRenderFillRectanglesChris Wilson1-2/+13
2012-11-01xlib: Fixup standalone header compilation for 'make check'Chris Wilson1-0/+1
2012-10-26xlib: Check for both X.org and Xorg ServerVendorsChris Wilson1-0/+7
2012-08-27xlib/shm: Masquerade as an ordinary ShmCompletionEventChris Wilson1-3/+3
2012-08-21xlib/shm: Only check if we are expecting an eventChris Wilson1-3/+0
2012-08-21xlib/shm: Use a genuine event rather than an open-ended requestChris Wilson1-0/+3
2012-08-17xlib/shm: Use an impromptu upload ShmSegmentChris Wilson1-3/+8
2012-08-17xlib/shm: Limit use of the impromptu fallback pixmap for uploadsChris Wilson1-1/+2
2012-08-17xlib: Implement SHM fallbacks and fast upload pathsChris Wilson1-0/+59
2011-09-12Introduce a new compositor architectureChris Wilson1-43/+211
2011-08-14xlib: Mark surfaces as finished when the Display is finished/destroyed/closed.Chris Wilson1-0/+2
2011-07-21xcb,xlib: Cleanup GC cache handlingAndrea Canciani1-2/+4
2011-06-27Include pixman.h in cairo-xlib-private.hSøren Sandmann Pedersen1-0/+2
2011-06-25xlib: Create an exact match for the image surface if possible using XrenderChris Wilson1-0/+4
2011-06-01xlib,xcb: Force strict adherence to the Render specification when testingChris Wilson1-0/+6
2010-09-02freelist: Separate freelist inlines from the datatype in headers.M Joonas Pihlaja1-1/+1
2010-05-06xlib: Remove reference counting for cairo_xlib_screen_tChris Wilson1-17/+5
2010-05-06xlib: Convert visual array to a cairo_list_tChris Wilson1-1/+3
2010-05-06xlib: Remove screen->has_renderChris Wilson1-1/+0
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-23xlib: Fix screen device handlingBenjamin Otte1-2/+2
2010-04-18xlib: Make display a cairo_device_tBenjamin Otte1-27/+39
2009-10-15[atomic] Fallback to libatomic-ops-devChris Wilson1-1/+1
2009-09-02[xlib] Eliminate GC clippingChris Wilson1-7/+5
2009-09-01[xlib] Make xlib_display_t private and rename xlib_screen_info_tChris Wilson1-36/+52
2009-07-31[xlib] Use server-side gradients.Chris Wilson1-1/+2
2009-06-19[xlib] Improve GC caching efficacyChris Wilson1-5/+6
2009-06-05xlib, xcb: Hand off EXTEND_PAD/EXTEND_REFLECT to RenderThomas Jaeger1-0/+1
2008-10-30[xlib] Only clear the GC clip mask as necessary.Chris Wilson1-2/+8
2008-10-30[xlib] Propagate real status from get_screen_info().Chris Wilson1-2/+4
2008-10-30[xlib] Propagate real status from get_display()Chris Wilson1-2/+2
2008-10-30[xlib] Avoid repeated calls to XRenderQueryVersionChris Wilson1-0/+2
2008-10-30[xlib] Defer querying of font options until first useChris Wilson1-0/+4
2008-09-02[xlib] Keep a pointer to the cairo_xlib_display_t on the surface.Chris Wilson1-5/+5
2008-09-02[xlib] Use an embedded doubly-linked list for the close display hooks.Chris Wilson1-5/+8
2008-08-14[xlib] Remove the key parameter from the close display hook.Chris Wilson1-3/+2
2008-06-19[xlib] Implement ditheringBehdad Esfahbod1-2/+10
2008-05-06[cairo-xlib] Cache standard xrender formats.Chris Wilson1-0/+7
2008-04-11[xlib] Add locking around GC cache.Chris Wilson1-0/+1
2008-04-02[cairo-xlib] Handle malloc failures for cairo_xlib_visual_info_t.Chris Wilson1-4/+11
2008-03-20Mark new cairo_xlib_visual_info functions as private.Carl Worth1-2/+2
2008-03-20Add support for 8-bit PseudoColor visualsCarl Worth1-0/+15
2008-01-15[cairo-xlib] Fixup --disable-xlib-xrenderChris Wilson1-5/+1
2007-10-18[cairo-xlib] Move the buggy_repeat discovery to the display_t.Chris Wilson1-0/+1
2007-09-25[cairo-atomic] Rewrite reference counting using atomic ops.Chris Wilson1-2/+3