[cairo-commit] glitz .cvsignore, 1.1.1.1, 1.2 ChangeLog, 1.21, 1.22 TODO, 1.5, 1.6

David Reveman commit at pdx.freedesktop.org
Wed May 12 17:47:34 PDT 2004


Committed by: davidr

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

Modified Files:
	.cvsignore ChangeLog TODO 
Log Message:
Added copy area operation

Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/glitz/.cvsignore,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** a/.cvsignore	30 Mar 2004 17:07:18 -0000	1.1.1.1
--- b/.cvsignore	13 May 2004 00:47:31 -0000	1.2
***************
*** 9,13 ****
  config.status
  configure
! libglxc.pc
  libtool
  stamp-h
--- 9,15 ----
  config.status
  configure
! glitz.pc
! glitz-glx.pc
! glitz-agl.pc
  libtool
  stamp-h

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** a/ChangeLog	11 May 2004 08:56:07 -0000	1.21
--- b/ChangeLog	13 May 2004 00:47:31 -0000	1.22
***************
*** 1,2 ****
--- 1,33 ----
+ 2004-05-13  David Reveman  <c99drn at cs.umu.se>
+ 
+ 	* TODO: Added copy area operation.
+ 
+ 	* src/glitz.h: Added copy area operation.
+ 
+ 	* src/glitz_agl_surface.c: Added _glitz_agl_surface_make_current_read.
+ 
+ 	* src/glitz_glx_surface.c: Added _glitz_glx_surface_make_current_read.
+ 
+ 	* src/glitz_glx_info.c (glitz_glx_proc_address_lookup): Lookup 
+ 	function glXMakeContextCurrent.
+ 
+ 	* src/glitz_glxext.h: Added use of GLX 1.3 function 
+ 	glXMakeContextCurrent.
+ 
+ 	* src/glitz_glxint.h: Added use of GLX 1.3 function 
+ 	glXMakeContextCurrent.
+ 
+ 	* src/glitz_surface.c: Added glitz_surface_make_current_read.
+ 	_glitz_surface_try_push_current -> glitz_surface_try_push_current.
+ 
+ 	* src/glitzint.h: Added backend function make_current_read.
+ 	Added x_src and y_src parameters to glitz_texture_copy_surface.
+ 	glitz_programs_fini should not be declared with __internal_linkage
+ 	macro as it's used by the backend libraries.
+ 	Added glitz_surface_make_current_read, glitz_surface_try_push_current
+ 	and glitz_set_raster_pos.
+ 
+ 	* src/glitz.c: Added glitz_copy_area.
+ 
  2004-05-11  David Reveman  <c99drn at cs.umu.se>
  

Index: TODO
===================================================================
RCS file: /cvs/cairo/glitz/TODO,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** a/TODO	10 May 2004 21:00:31 -0000	1.5
--- b/TODO	13 May 2004 00:47:31 -0000	1.6
***************
*** 1,6 ****
! * Improve status handling. Operations on surfaces with status other than
!   "Success" should be ignored.
! 
! * Copy area operation.
  
  * Text support. Glyph set management, glyph and string compositing
--- 1,3 ----
! * Projective transformations (Add filter type GLITZ_FILTER_ANISOTROPIC).
  
  * Text support. Glyph set management, glyph and string compositing
***************
*** 9,14 ****
    display lists.
  
- * Projective transformations (Add filter type GLITZ_FILTER_ANISOTROPIC).
- 
  * A programmable surface type which can store a set of rendering operations
    in a display list.
--- 6,9 ----





More information about the cairo-commit mailing list