diff options
author | Brian Paul <brianp@users.sourceforge.net> | 2006-09-11 15:17:57 +0000 |
---|---|---|
committer | Brian Paul <brianp@users.sourceforge.net> | 2006-09-11 15:17:57 +0000 |
commit | 55acaba1ea84c39792a9e85a6623473c0885015a (patch) | |
tree | 97cbe3c368f1c3e9de866432a0b6c582a9870dbb /doc | |
parent | 4b17b6cadcda6631d0e508cd3c6e24bd100c0b7b (diff) |
list recently added tests
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/changes.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/html/changes.html b/doc/html/changes.html index 30985ce..de94d0a 100644 --- a/doc/html/changes.html +++ b/doc/html/changes.html @@ -21,9 +21,18 @@ Added <i>--overwrite</i> command line option. </P> <P> +<i>glean --listtests --verbose</i> now lists all tests with their +descriptions. +</P> +<P> Added the following new tests: </P> <UL> +<LI>pixelFormats - tests all the different combinations of format, type and +internalFormat parameters for glTexImage2D (plus format/type for +glDrawPixels).</LI> +<LI>texture_srgb - tests the GL_EXT_texture_sRGBA extension.</LI> +<LI>readpixPerf - measures performance of glReadPixels with a number of pixel formats, with and without Pixel Buffer Objects.</LI> <LI>fragProg1 - test basic ARB fragment program operation</LI> <LI>vertProg1 - test basic ARB vertex program operation</LI> <LI>depthStencil - test the GL_EXT_packed_depth_stencil extension</LI> |