[cairo-commit] cairo ChangeLog,1.223,1.224 configure.in,1.59,1.60

David Reveman commit at pdx.freedesktop.org
Sat Sep 11 07:59:29 PDT 2004


Committed by: davidr

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv18190

Modified Files:
	ChangeLog configure.in 
Log Message:
Tracking color stop coordinate changes to glitz's gradient filters

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -C2 -d -r1.223 -r1.224
*** ChangeLog	11 Sep 2004 11:23:17 -0000	1.223
--- ChangeLog	11 Sep 2004 14:59:27 -0000	1.224
***************
*** 1,4 ****
--- 1,9 ----
  2004-09-11  David Reveman  <c99drn at cs.umu.se>
  
+ 	* configure.in: Require version 0.2.2 of glitz.
+ 
+ 	* src/cairo_glitz_surface.c (_cairo_glitz_surface_create_pattern): 
+ 	0.5 should no longer be added to gradient stop coordinates.
+ 
  	* src/cairo.h: CAIRO_HAS_GL_SURFACE -> CAIRO_HAS_GLITZ_SURFACE.
  	cairo_set_target_gl -> cairo_set_target_glitz.

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** configure.in	11 Sep 2004 11:23:17 -0000	1.59
--- configure.in	11 Sep 2004 14:59:27 -0000	1.60
***************
*** 142,146 ****
  
  if test "x$use_glitz" = "xyes"; then
!   PKG_CHECK_MODULES(GLITZ, glitz >= 0.2.1, [
      GLITZ_REQUIRES=glitz
      use_glitz=yes], [use_glitz="no (requires glitz http://freedesktop.org/software/glitz)"])
--- 142,146 ----
  
  if test "x$use_glitz" = "xyes"; then
!   PKG_CHECK_MODULES(GLITZ, glitz >= 0.2.2, [
      GLITZ_REQUIRES=glitz
      use_glitz=yes], [use_glitz="no (requires glitz http://freedesktop.org/software/glitz)"])




More information about the cairo-commit mailing list