[cairo-commit] cairo ChangeLog,1.231,1.232 configure.in,1.60,1.61

David Reveman commit at pdx.freedesktop.org
Mon Oct 4 04:55:48 PDT 2004


Committed by: davidr

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

Modified Files:
	ChangeLog configure.in 
Log Message:
Do not use VBOs and PBOs for immediate mode drawing

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.231
retrieving revision 1.232
diff -C2 -d -r1.231 -r1.232
*** ChangeLog	30 Sep 2004 20:34:19 -0000	1.231
--- ChangeLog	4 Oct 2004 11:55:46 -0000	1.232
***************
*** 1,2 ****
--- 1,9 ----
+ 2004-10-04  David Reveman  <c99drn at cs.umu.se>
+ 
+ 	* configure.in: Require version 0.2.3 of glitz.
+ 
+ 	* src/cairo_glitz_surface.c: Do not use VBOs and PBOs for immediate
+ 	mode drawing.
+ 
  2004-09-30  Jamey Sharp <jamey at minilop.net>
  

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** configure.in	11 Sep 2004 14:59:27 -0000	1.60
--- configure.in	4 Oct 2004 11:55:46 -0000	1.61
***************
*** 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)"])
--- 142,146 ----
  
  if test "x$use_glitz" = "xyes"; then
!   PKG_CHECK_MODULES(GLITZ, glitz >= 0.2.3, [
      GLITZ_REQUIRES=glitz
      use_glitz=yes], [use_glitz="no (requires glitz http://freedesktop.org/software/glitz)"])




More information about the cairo-commit mailing list