diff options
author | Brian Paul <brianp@users.sourceforge.net> | 2008-01-01 19:55:49 +0000 |
---|---|---|
committer | Brian Paul <brianp@users.sourceforge.net> | 2008-01-01 19:55:49 +0000 |
commit | 158ed9377b3f3e9c237d0f1f763637f6db73d5f3 (patch) | |
tree | 8f2df6ee7a140f22445f95e9645e19234bd1e986 /doc | |
parent | 5e5f942f610d773ad28e343fa31b1d217be0bae9 (diff) |
new GL_EXT_pixel_buffer_object test (Shuang He, Intel)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/changes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/html/changes.html b/doc/html/changes.html index 392111d..ea1be01 100644 --- a/doc/html/changes.html +++ b/doc/html/changes.html @@ -28,6 +28,7 @@ descriptions. Added the following new tests: </P> <UL> +<LI>pbo - test the GL_EXT_pixel_buffer_object extension (Shuang He, Intel) <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> |