diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-11-24 12:01:39 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-11-24 12:01:39 +0000 |
commit | 027fdb8bbd73119a1c0ad09432f7ac24ff24517b (patch) | |
tree | fdf93e01e792f4761a2df8753ab47cfd0fa806b6 /docs/VERSIONS | |
parent | 3a7c3b02a38ce4707effbd5ac1ca5c07a9d3e8a4 (diff) |
Merge head into branchvtx-0-2-24112003vtx-0-2-branch
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 14652bf684..5de3d2bdbb 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1164,10 +1164,17 @@ 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 + - fixed wglMakeCurrent(NULL, NULL) bug (#835861) + - fixed glTexSubImage3D z-offset bug (Cedric Gautier) + - fixed RGBA blend enable bug (Ville Syrjala) + - glAccum is supposed to be a no-op in selection/feedback mode + - fixed texgen bug #597589 (John Popplewell) Changes: - dropped API trace feature (src/Trace/) - documentation overhaul. merged with website content. more html. |