[cairo-commit] cairo ChangeLog,1.203,1.204 configure.in,1.57,1.58

David Reveman commit at pdx.freedesktop.org
Mon Jun 21 15:13:54 PDT 2004


Committed by: davidr

Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv25409

Modified Files:
	ChangeLog configure.in 
Log Message:
Glitz updates and a minor clipping fix

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.203
retrieving revision 1.204
diff -C2 -d -r1.203 -r1.204
*** ChangeLog	17 Jun 2004 01:16:04 -0000	1.203
--- ChangeLog	21 Jun 2004 22:13:52 -0000	1.204
***************
*** 1,2 ****
--- 1,18 ----
+ 2004-06-21  David Reveman  <c99drn at cs.umu.se>
+ 
+ 	* configure.in: Require glitz >= 0.1.5.
+ 
+ 	* src/cairo_gstate.c (_cairo_gstate_clip_and_composite_trapezoids): 
+ 	Use correct source offset when creating clip surface.
+ 
+ 	* src/cairo_gl_surface.c (_cairo_gl_surface_get_image): Use glitz's
+ 	new pixel interface.
+ 	(_cairo_gl_surface_set_image): Use glitz's new pixel interface.
+ 	(_cairo_gl_surface_create_similar): First try to create a drawable
+ 	surface and if that fails, create a read only surface.
+ 	(_cairo_gl_surface_create_similar): Glitz now handles inheritance of
+ 	anti-aliasing hints, so it can be removed from here.
+ 	(_cairo_gl_surface_create_pattern): Temporary fix for gradients.
+ 
  2004-06-16  Keith Packard  <keithp at keithp.com>
  

Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** configure.in	11 Jun 2004 15:08:27 -0000	1.57
--- configure.in	21 Jun 2004 22:13:52 -0000	1.58
***************
*** 142,146 ****
  
  if test "x$use_gl" = "xyes"; then
!   PKG_CHECK_MODULES(GL, glitz >= 0.1.4, [
      GL_REQUIRES=glitz
      use_gl=yes], [use_gl="no (requires glitz http://freedesktop.org/software/glitz)"])
--- 142,146 ----
  
  if test "x$use_gl" = "xyes"; then
!   PKG_CHECK_MODULES(GL, glitz >= 0.1.5, [
      GL_REQUIRES=glitz
      use_gl=yes], [use_gl="no (requires glitz http://freedesktop.org/software/glitz)"])





More information about the cairo-commit mailing list