updated demos/ info

This commit is contained in:
Brian Paul 2000-06-27 17:53:21 +00:00
parent 08df6e0a83
commit dbd52e50ff

View file

@ -1,4 +1,4 @@
$Id: VERSIONS,v 1.34 2000/06/13 19:46:52 brianp Exp $ $Id: VERSIONS,v 1.35 2000/06/27 17:53:21 brianp Exp $
Mesa Version History Mesa Version History
@ -719,10 +719,10 @@ Mesa Version History
- GL_EXT_histogram extension - GL_EXT_histogram extension
- GL_ARB_texture_cube_map extension - GL_ARB_texture_cube_map extension
- added xdemos/glxheads and xdemos/manywin - added xdemos/glxheads and xdemos/manywin
- demos/texenv.c demo
Bug Fixes: Bug Fixes:
- none since 3.2 - none since 3.2
Changes: Changes:
- gl.h now uses #defines instead of C enums for all tokens - gl.h now uses #defines instead of C enums for all tokens
- glu.h now uses #defines instead of C enums for all tokens - glu.h now uses #defines instead of C enums for all tokens
To Do: - moved programs from 3Dfx/demos/ into demos/ directory
- move 3dfx demos into regular demos/ directory