[cairo-commit] rendertest ChangeLog,1.6,1.7 configure.in,1.3,1.4

David Reveman commit at pdx.freedesktop.org
Sat Sep 11 08:13:00 PDT 2004


Committed by: davidr

Update of /cvs/cairo/rendertest
In directory gabe:/tmp/cvs-serv26501

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

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rendertest/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ChangeLog	10 Sep 2004 00:22:47 -0000	1.6
--- ChangeLog	11 Sep 2004 15:12:58 -0000	1.7
***************
*** 1,2 ****
--- 1,9 ----
+ 2004-09-11  David Reveman  <c99drn at cs.umu.se>
+ 
+ 	* configure.in: Require version 0.2.2 of glitz.
+ 
+ 	* src/rendertest.c (render_run): 0.5 should no longer be added to
+ 	gradient stop coordinates.
+ 
  2004-09-10  David Reveman  <c99drn at cs.umu.se>
  

Index: configure.in
===================================================================
RCS file: /cvs/cairo/rendertest/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** configure.in	6 Sep 2004 22:54:44 -0000	1.3
--- configure.in	11 Sep 2004 15:12:58 -0000	1.4
***************
*** 85,89 ****
  
  if test "x$use_glitz_glx" = "xyes"; then
!   PKG_CHECK_MODULES(GLITZ_GLX, glitz-glx >= 0.2.1, [use_glitz_glx=yes], [
    use_glitz_glx=no])
  fi
--- 85,89 ----
  
  if test "x$use_glitz_glx" = "xyes"; then
!   PKG_CHECK_MODULES(GLITZ_GLX, glitz-glx >= 0.2.2, [use_glitz_glx=yes], [
    use_glitz_glx=no])
  fi
***************
*** 105,109 ****
  
  if test "x$use_glitz_agl" = "xyes"; then
!   PKG_CHECK_MODULES(GLITZ_AGL, glitz-agl >= 0.2.1, [use_glitz_agl=yes], [
    use_glitz_agl=no])
  fi
--- 105,109 ----
  
  if test "x$use_glitz_agl" = "xyes"; then
!   PKG_CHECK_MODULES(GLITZ_AGL, glitz-agl >= 0.2.2, [use_glitz_agl=yes], [
    use_glitz_agl=no])
  fi




More information about the cairo-commit mailing list