diff options
author | Brian Paul <[email protected]> | 2003-10-11 16:42:15 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-10-11 16:42:15 +0000 |
commit | e4db8eb6fab609d81daa2a864da697ffe8745621 (patch) | |
tree | fb7941025349dbd9987c397055ed2970fbd296ed /docs/VERSIONS | |
parent | 2655e68504786b62a8463d04eaa74a953e5d2871 (diff) |
added GL_ARB_point_sprite demo, texgen bug fix
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 14652bf6843..959ef3193d4 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1164,10 +1164,12 @@ Mesa Version History - less memory used for display lists and vertex buffers - demo of per-pixel lighting with a fragment program (demos/fplight.c) - new version (18) of glext.h header + - new spriteblast.c demo of GL_ARB_point_sprite Bug fixes: - really enable OpenGL 1.4 features in DOS driver. - fixed issues in glDrawPixels and glCopyPixels for very wide images - glPixelMapf/ui/usv()'s size parameter is GLsizei, not GLint + - fixed some texgen bugs reported by Daniel Borca Changes: - dropped API trace feature (src/Trace/) - documentation overhaul. merged with website content. more html. |