diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-01-22 21:26:26 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-01-22 23:01:52 +0000 |
commit | 1236c41072a7966eda7db48a381fd0508e5289be (patch) | |
tree | a381bd7fc6d8b0ea95fc0b57cc9af92ce2c32873 /build/Makefile.win32.features | |
parent | 77afe8491ed7038a8399c01f10d8f062a7239225 (diff) |
xcb: Refresh.
Still an experimental backend, it's now a little too late to stabilise
for 1.10, but this should represent a major step forward in its feature
set and an attempt to catch up with all the bug fixes that have been
performed on xlib. Notably not tested yet (and expected to be broken)
are mixed-endian connections and low bitdepth servers (the dithering
support has not been copied over for instance). However, it seems robust
enough for daily use...
Of particular note in this update is that the xcb surface is now capable
of subverting the xlib surface through the ./configure --enable-xlib-xcb
option. This replaces the xlib surface with a proxy that forwards all
operations to an equivalent xcb surface whilst preserving the cairo-xlib
API that is required for compatibility with the existing applications,
for instance GTK+ and Mozilla. Also you can experiment with enabling a
DRM bypass, though you need to be extremely foolhardy to do so.
Diffstat (limited to 'build/Makefile.win32.features')
-rw-r--r-- | build/Makefile.win32.features | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/Makefile.win32.features b/build/Makefile.win32.features index bd314e9f7..b8c40a85d 100644 --- a/build/Makefile.win32.features +++ b/build/Makefile.win32.features @@ -3,6 +3,7 @@ CAIRO_HAS_XLIB_SURFACE=0 CAIRO_HAS_XLIB_XRENDER_SURFACE=0 CAIRO_HAS_XCB_SURFACE=0 +CAIRO_HAS_XLIB_XCB_FUNCTIONS=0 CAIRO_HAS_QT_SURFACE=0 CAIRO_HAS_QUARTZ_SURFACE=0 CAIRO_HAS_QUARTZ_FONT=0 @@ -14,6 +15,7 @@ CAIRO_HAS_OS2_SURFACE=0 CAIRO_HAS_BEOS_SURFACE=0 CAIRO_HAS_DRM_SURFACE=0 CAIRO_HAS_GALLIUM_SURFACE=0 +CAIRO_HAS_XCB_DRM_FUNCTIONS=0 CAIRO_HAS_PNG_FUNCTIONS=1 CAIRO_HAS_GL_SURFACE=0 CAIRO_HAS_GLITZ_SURFACE=0 |