[cairo-commit] rendertest ChangeLog, 1.2, 1.3 configure.in, 1.1.1.1, 1.2

David Reveman commit at pdx.freedesktop.org
Fri Sep 3 07:29:28 PDT 2004


Committed by: davidr

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

Modified Files:
	ChangeLog configure.in 
Log Message:
Tracking changes to glitz

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rendertest/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ChangeLog	18 Aug 2004 12:49:30 -0000	1.2
--- ChangeLog	3 Sep 2004 14:29:26 -0000	1.3
***************
*** 1,2 ****
--- 1,25 ----
+ 2004-09-03  David Reveman  <c99drn at cs.umu.se>
+ 
+ 	* src/xcb.c: Added clipping.
+ 
+ 	* src/rendertest.c: Added clipping test.
+ 	Removed old trapezoid tests.
+ 
+ 	* src/images.h: New images.
+ 
+ 	* src/glitz_agl.c:  Tracking changes to glitz.
+ 
+ 	* src/glitz_glx.c:  Tracking changes to glitz.
+ 
+ 	* src/glitz_common.h: Tracking changes to glitz.
+ 
+ 	* src/glitz.c: Tracking changes to glitz.
+ 
+ 	* src/args.c: Added clipping arguments.
+ 
+ 	* src/Makefile.am (rendertest_common_sources): Added rects.h.
+ 
+ 	* configure.in: Require glitz version >= 0.2.0.
+ 
  2004-08-18  David Reveman  <c99drn at cs.umu.se>
  

Index: configure.in
===================================================================
RCS file: /cvs/cairo/rendertest/configure.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** configure.in	9 Aug 2004 23:18:51 -0000	1.1.1.1
--- configure.in	3 Sep 2004 14:29:26 -0000	1.2
***************
*** 85,89 ****
  
  if test "x$use_glitz_glx" = "xyes"; then
!   PKG_CHECK_MODULES(GLITZ_GLX, glitz-glx >= 0.1.5, [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.0, [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.1.5, [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.0, [use_glitz_agl=yes], [
    use_glitz_agl=no])
  fi




More information about the cairo-commit mailing list