[cairo-commit] glitz ChangeLog,1.60,1.61 TODO,1.12,1.13

David Reveman commit at pdx.freedesktop.org
Sun Sep 19 21:59:36 PDT 2004


Committed by: davidr

Update of /cvs/cairo/glitz
In directory gabe:/tmp/cvs-serv9509

Modified Files:
	ChangeLog TODO 
Log Message:
Improvements to AGL backend and better checking of successful fragment program loading

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/glitz/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** ChangeLog	16 Sep 2004 23:56:19 -0000	1.60
--- ChangeLog	20 Sep 2004 04:59:34 -0000	1.61
***************
*** 1,2 ****
--- 1,38 ----
+ 2004-09-20  David Reveman  <c99drn at cs.umu.se>
+ 
+ 	* src/glitz_texture.c (glitz_texture_init): Initialize texture
+ 	flags depending on border clamp support.
+ 
+ 	* src/glitz_program.c: Added better testing whether fragment program
+ 	failed to load or not.
+ 
+ 	* src/glitz_glx_info.c (glitz_glx_create_root_context): Don't set
+ 	program map here.
+ 	(glitz_glx_screen_info_get): Set program_map here.
+ 
+ 	* src/glitz_glx_context.c (glitz_glx_context_get): Init feature mask
+ 	to screen_info feature mask.
+ 	(glitz_glx_context_proc_address_lookup): No need to init feature mask
+ 	here.
+ 
+ 	* src/glitz_gl.h: Added a bunch of fragment program tokens.
+ 
+ 	* src/glitz_aglint.h: Added gl_version to thread_info.
+ 	Added function address lookup utility functions.
+ 
+ 	* src/glitz_agl_surface.c: Push context current if function address
+ 	lookup is needed.
+ 
+ 	* src/glitz_agl_info.c: Added function address lookup.
+ 
+ 	* src/glitz_agl_extension.c: Enable VBO and PBO extension
+ 	checking.
+ 	(glitz_agl_query_extensions): Store GL_VERSION in thread_info.
+ 
+ 	* src/glitz_agl_context.c: Added function address lookup for all
+ 	functions not part of OpenGL 1.2.
+ 
+ 	* TODO: Improved AGL backend.
+ 
  2004-09-17  David Reveman  <c99drn at cs.umu.se>
  

Index: TODO
===================================================================
RCS file: /cvs/cairo/glitz/TODO,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** TODO	3 Sep 2004 14:27:57 -0000	1.12
--- TODO	20 Sep 2004 04:59:34 -0000	1.13
***************
*** 15,20 ****
    balancing.
  
- * Improve AGL backend (proc address lookups).
- 
  * WGL (Windows GL) backend.
  
--- 15,18 ----




More information about the cairo-commit mailing list