diff options
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 97a44c7a7e0..146f74f90b6 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.124 2003/03/30 16:20:23 brianp Exp $ +$Id: VERSIONS,v 1.125 2003/05/02 15:05:02 brianp Exp $ Mesa Version History @@ -1125,9 +1125,12 @@ Mesa Version History - GL_SGI_texture_color_table extension (Eric Plante) - GL_NV_fragment_program extension - new X86 feature detection code (Petr Sebor) + - less memory used for display lists and vertex buffers + - demo of per-pixel lighting with a fragment program (demos/fplight.c) Bug fixes: - really enable OpenGL 1.4 features in DOS driver. - fixed issues in glDrawPixels and glCopyPixels for very wide images Changes: - dropped API trace feature (src/Trace/) - + - documentation overhaul. merged with website content. more html. + - glxgears.c demo updated to use GLX swap rate extensions |