summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian Paul <brianp@users.sourceforge.net>2007-07-10 15:19:34 +0000
committerBrian Paul <brianp@users.sourceforge.net>2007-07-10 15:19:34 +0000
commitbeed76d1e0cf3673e6a103f81f6b4dbb1cd2b04c (patch)
treec4a37eb8d34cd22cf2a765dfe54e69a99bad3bc8 /doc
parent0f8ecda8ac59138c1dae4d922e4ebcd08d3308c7 (diff)
new occlusion query test
Diffstat (limited to 'doc')
-rw-r--r--doc/html/changes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/html/changes.html b/doc/html/changes.html
index e15ed83..392111d 100644
--- a/doc/html/changes.html
+++ b/doc/html/changes.html
@@ -28,6 +28,7 @@ descriptions.
Added the following new tests:
</P>
<UL>
+<li>occluQry - test GL_ARB_occlusion_query extension (Wei Wang)
<LI>api2 - test the OpenGL 2.0 API functions, most of which are related to
the OpenGL shading language. (Brian Paul)</LI>
<LI>glsl1 - test the OpenGL shading language (the language itself and many