Major update to glitz backend

This commit is contained in:
David Reveman 2005-03-03 18:04:51 +00:00
parent 6c91529311
commit 36b69fc7f4
4 changed files with 1288 additions and 933 deletions

View file

@ -1,5 +1,10 @@
2005-03-04 David Reveman <davidr@novell.com>
* configure.in: Enabled glitz backend.
* src/cairo_glitz_surface.c: Major update to glitz backend. The output
quality should now be just as good as the image and xlib backends.
* configure.in: Disabled win32 and quartz backends as they are now
temporarily out of sync.

View file

@ -229,7 +229,7 @@ dnl ===========================================================================
AC_ARG_ENABLE(glitz,
[ --disable-glitz Disable cairo's glitz backend],
[use_glitz=$enableval], [use_glitz="no (temporarily disabled while code is out of sync)"])
[use_glitz=$enableval], [use_glitz="yes"])
if test "x$use_glitz" = "xyes"; then
PKG_CHECK_MODULES(GLITZ, glitz >= 0.4.0, [

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff