[cairo-commit] 5 commits - boilerplate/Makefile.win32.features build/Makefile.win32.features-h cairo-version.h NEWS src/Makefile.win32.features test/Makefile.am

Chris Wilson ickle at kemper.freedesktop.org
Sat Jun 26 06:51:25 PDT 2010


 NEWS                                |   28 ++++++++++++++++++++++++++++
 boilerplate/Makefile.win32.features |    8 --------
 build/Makefile.win32.features-h     |    1 -
 cairo-version.h                     |    2 +-
 src/Makefile.win32.features         |    8 --------
 test/Makefile.am                    |    1 +
 6 files changed, 30 insertions(+), 18 deletions(-)

New commits:
commit ca161a585a7ce09cfcd468ea7591c5959077a907
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sat Jun 26 14:50:57 2010 +0100

    version: 1.9.9
    
    Post-snapshot bump.

diff --git a/cairo-version.h b/cairo-version.h
index 5e09599..436592b 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
 
 #define CAIRO_VERSION_MAJOR 1
 #define CAIRO_VERSION_MINOR 9
-#define CAIRO_VERSION_MICRO 10
+#define CAIRO_VERSION_MICRO 11
 
 #endif
commit 0f1ff0daab7259ec16076f788760da4f35cb0cdc
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sat Jun 26 14:20:25 2010 +0100

    test: Missing ref image.

diff --git a/test/Makefile.am b/test/Makefile.am
index 690a024..a66e010 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -999,6 +999,7 @@ REFERENCE_IMAGES = \
 	ps-surface-source.argb32.ref.png \
 	ps-surface-source.svg12.argb32.xfail.png \
 	ps-surface-source.svg12.rgb24.xfail.png \
+	push-group-path-offset.ref.png \
 	push-group.image16.ref.png \
 	push-group.quartz.argb32.ref.png \
 	push-group.quartz.rgb24.ref.png \
commit 45d1f461ce2d2e3af16a5a90ffd8980bffc5eaa8
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sat Jun 26 14:17:23 2010 +0100

    version: 1.9.10

diff --git a/cairo-version.h b/cairo-version.h
index 91f37cf..5e09599 100644
--- a/cairo-version.h
+++ b/cairo-version.h
@@ -3,6 +3,6 @@
 
 #define CAIRO_VERSION_MAJOR 1
 #define CAIRO_VERSION_MINOR 9
-#define CAIRO_VERSION_MICRO 9
+#define CAIRO_VERSION_MICRO 10
 
 #endif
commit 7a68a7bfd550b5e4b6635495e7de49fe306fbad4
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sat Jun 26 14:16:27 2010 +0100

    NEWS for 1.9.10 snapshot

diff --git a/NEWS b/NEWS
index a6b4479..6320226 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+Snapshot 1.9.10 (2010-06-26)
+============================
+
+   The first "quick" snapshot in the run up to the stable release.  The
+   last snapshot was picked up by the bleeding edge distributions and so the
+   bug reports have to started to roll in.  The most frequent of these are the
+   introduction of rendering errors by applications that modify a surface
+   without subsequently calling cairo_surface_mark_dirty(). Make sure the
+   application developers are aware of increased reliance on strict use of the
+   Cairo API before 1.10 is released!
+
+   The usual slew of bugs reported and we would like to thank Zoxc for
+   contributing the WGL interface for cairo-gl, and finding more build
+   failures on win32.  And it just wouldn't be a 1.9 snapshot unless
+   Benjamin Otte improved the error handling within cairo-gl, as well as
+   isolating and fixing some more errors in the test suite. The biggest bug of
+   the snapshot turned out to be a major sign extension issue that had lain
+   hidden for many years and was suddenly exposed by incorrectly rounding
+   rectangles when performing non-antialiased rendering.  Also to the relief
+   of many we have included the downstream patch to honour the user's LCD
+   filtering preferences for subpixel rendering of fonts.  The interface
+   remains private for the time being, whilst the proposed public API is
+   finalized.
+
+API changes
+-----------
+   None.
+
 Snapshot 1.9.8 (2010-06-12)
 ===========================
 
commit 8df41361196c7ba1b8d272507cc3d523cdcf5632
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Sat Jun 26 09:52:11 2010 +0100

    Regenerate default win32 headers.

diff --git a/boilerplate/Makefile.win32.features b/boilerplate/Makefile.win32.features
index d79fe2f..fd0e9c7 100644
--- a/boilerplate/Makefile.win32.features
+++ b/boilerplate/Makefile.win32.features
@@ -209,14 +209,6 @@ enabled_cairo_boilerplate_private += $(cairo_boilerplate_png_private)
 enabled_cairo_boilerplate_sources += $(cairo_boilerplate_png_sources)
 endif
 
-supported_cairo_boilerplate_headers += $(cairo_boilerplate_glew_headers)
-all_cairo_boilerplate_headers += $(cairo_boilerplate_glew_headers)
-all_cairo_boilerplate_private += $(cairo_boilerplate_glew_private)
-all_cairo_boilerplate_sources += $(cairo_boilerplate_glew_sources)
-enabled_cairo_boilerplate_headers += $(cairo_boilerplate_glew_headers)
-enabled_cairo_boilerplate_private += $(cairo_boilerplate_glew_private)
-enabled_cairo_boilerplate_sources += $(cairo_boilerplate_glew_sources)
-
 unsupported_cairo_boilerplate_headers += $(cairo_boilerplate_gl_headers)
 all_cairo_boilerplate_headers += $(cairo_boilerplate_gl_headers)
 all_cairo_boilerplate_private += $(cairo_boilerplate_gl_private)
diff --git a/build/Makefile.win32.features-h b/build/Makefile.win32.features-h
index 9aec98c..9d9468c 100644
--- a/build/Makefile.win32.features-h
+++ b/build/Makefile.win32.features-h
@@ -62,7 +62,6 @@ endif
 ifeq ($(CAIRO_HAS_PNG_FUNCTIONS),1)
 	@echo "#define CAIRO_HAS_PNG_FUNCTIONS 1" >> src/cairo-features.h
 endif
-	@echo "#define CAIRO_HAS_GLEW_FUNCTIONS 1" >> src/cairo-features.h
 ifeq ($(CAIRO_HAS_GL_SURFACE),1)
 	@echo "#define CAIRO_HAS_GL_SURFACE 1" >> src/cairo-features.h
 endif
diff --git a/src/Makefile.win32.features b/src/Makefile.win32.features
index f99cb66..3cbdd2e 100644
--- a/src/Makefile.win32.features
+++ b/src/Makefile.win32.features
@@ -287,14 +287,6 @@ ifeq ($(CAIRO_HAS_PNG_FUNCTIONS),1)
 enabled_cairo_pkgconf += cairo-png.pc
 endif
 
-supported_cairo_headers += $(cairo_glew_headers)
-all_cairo_headers += $(cairo_glew_headers)
-all_cairo_private += $(cairo_glew_private)
-all_cairo_sources += $(cairo_glew_sources)
-enabled_cairo_headers += $(cairo_glew_headers)
-enabled_cairo_private += $(cairo_glew_private)
-enabled_cairo_sources += $(cairo_glew_sources)
-
 unsupported_cairo_headers += $(cairo_gl_headers)
 all_cairo_headers += $(cairo_gl_headers)
 all_cairo_private += $(cairo_gl_private)


More information about the cairo-commit mailing list