[cairo-commit] libglc ChangeLog,1.33,1.34 TODO,1.10,1.11

David Reveman commit at pdx.freedesktop.org
Mon Aug 15 11:12:59 PDT 2005


Committed by: davidr

Update of /cvs/cairo/libglc
In directory pdx:/tmp/cvs-serv4375

Modified Files:
	ChangeLog TODO 
Log Message:
None direct compositing optimizations

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libglc/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** a/ChangeLog	20 Feb 2004 17:40:57 -0000	1.33
--- b/ChangeLog	21 Feb 2004 03:19:11 -0000	1.34
***************
*** 1,2 ****
--- 1,16 ----
+ 2004-02-21    <c99drn at cs.umu.se>
+ 
+ 	* src/glc_matrix.c: Added glc_matrix_transform_region function.
+ 
+ 	* src/glcint.h: Added push/pop functionality for transform
+ 	matrix. Added glc_matrix_transform_region function.
+ 
+ 	* src/glc_surface.c: Added push/pop functionality for transform
+ 	matrix.
+ 
+ 	* src/glc.c: Only one intermediate surface is now needed when
+ 	doing none direct compositing with mask and the area of that
+ 	intermediate surface is now also minimized.
+ 
  2004-02-20    <c99drn at cs.umu.se>
  

Index: TODO
===================================================================
RCS file: /cvs/cairo/libglc/TODO,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** a/TODO	20 Feb 2004 17:40:57 -0000	1.10
--- b/TODO	21 Feb 2004 03:19:11 -0000	1.11
***************
*** 1,6 ****
  * Dynamic procedure address lookup for AGL backend.
  * Manual repeat when compositing using fragment program.
- * Minimize intermediate area when compositing with mask and transformation.
  * GL_ARB_texture_non_power_of_two support.
  * GLX_ARB_render_texture support.
- 
--- 1,4 ----





More information about the cairo-commit mailing list