[cairo-commit] glitz ChangeLog,1.26,1.27

David Reveman commit at pdx.freedesktop.org
Mon May 24 00:16:45 PDT 2004


Committed by: davidr

Update of /cvs/cairo/glitz
In directory pdx:/tmp/cvs-serv10883

Modified Files:
	ChangeLog 
Log Message:
Added support for read-only surfaces

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** a/ChangeLog	20 May 2004 00:05:43 -0000	1.26
--- b/ChangeLog	24 May 2004 07:16:42 -0000	1.27
***************
*** 1,2 ****
--- 1,38 ----
+ 2004-05-24  David Reveman  <c99drn at cs.umu.se>
+ 
+ 	* src/glitzint.h: Added support for read-only surfaces.
+ 
+ 	* src/glitz_tri.c (glitz_int_composite_triangles): Use 
+ 	create_intermediate.
+ 
+ 	* src/glitz_trap.c (glitz_composite_trapezoids): Use 
+ 	create_intermediate.
+ 
+ 	* src/glitz_surface.c: Added support for read-only surfaces.
+ 	Added glitz_surface_find_similar_format and 
+ 	glitz_surface_find_similar_standard_format.
+ 
+ 	* src/glitz_programmatic.c: Added support for read-only surfaces.
+ 
+ 	* src/glitz_glx_surface.c: Added support for read-only surfaces.
+ 
+ 	* src/glitz_glx_format.c: Added read-only formats.
+ 
+ 	* src/glitz_format.c: Added read-only formats.
+ 
+ 	* src/glitz_agl_surface.c: Added support for read-only surfaces.
+ 
+ 	* src/glitz_agl_format.c: Added read-only formats.
+ 
+ 	* src/glitz.h: Added read-only formats.
+ 	Added find_similar format functions, create_similar new takes a
+ 	a format pointer instead of an format name.
+ 
+ 	* src/glitz.c (glitz_composite): Use create_intermediate.
+ 
+ 	* src/glitz-glx.h: option_mask is a more appropriate name than options.
+ 
+ 	* src/glitz-agl.h: option_mask is a more appropriate name than options.
+ 
  2004-05-20  David Reveman  <c99drn at cs.umu.se>
  





More information about the cairo-commit mailing list