diff options
author | Brian Paul <[email protected]> | 2003-05-02 15:05:02 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-05-02 15:05:02 +0000 |
commit | 7357f20b1ee3ab0c58c7a20f44bf83fdfe0e256e (patch) | |
tree | 514cb30570ebf23bae7ce298b504d1f22382cf97 /docs/VERSIONS | |
parent | c784d87b0f07590a2bb87307ca6a264b2ec99b31 (diff) |
minor updates
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 |