diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-02 14:02:44 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-02 14:02:44 +0000 |
commit | 93cfdfe1ef6f184a2e1687367fe4836185ecaa66 (patch) | |
tree | 78e986269a07fe788a50250063aed12715b3ad8b /docs/VERSIONS | |
parent | 14520eb25ef3fab29285f8d5d2dad372960274a7 (diff) | |
download | mesa-93cfdfe1ef6f184a2e1687367fe4836185ecaa66.tar.gz |
GL_EXT_timer_query
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 7a21b7cfee1..3efd432b95c 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1378,8 +1378,9 @@ Mesa Version History New: - reflect demo improved to support multiple windows - singlebuffer demo (shows no/little-flicker single-buffered rendering) - - r200: enable GL_ARB_texture_env_crossbar, separate the texture sampling - unit bits from the texture env combine enable bits + - r200: enable GL_ARB_texture_env_crossbar, separate the texture + sampling unit bits from the texture env combine enable bits + - GL_EXT_timer_query extension Changes: - removed GL_HP_occlusion_test (use GL_ARB_occlusion_query instead) Bug fixes: |