diff options
author | Brian Paul <brianp@users.sourceforge.net> | 2006-10-21 21:58:19 +0000 |
---|---|---|
committer | Brian Paul <brianp@users.sourceforge.net> | 2006-10-21 21:58:19 +0000 |
commit | e95520963814cfaa1c17a293c41dc88e72a084c4 (patch) | |
tree | 9fb3b3a48fb6ae27e7b4e81c618331f66ecaa260 /doc | |
parent | 5e468d3721e89cba23982240164c68370323866d (diff) |
updated list of new tests
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/changes.html | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/html/changes.html b/doc/html/changes.html index de94d0a..b1bdebc 100644 --- a/doc/html/changes.html +++ b/doc/html/changes.html @@ -28,16 +28,18 @@ descriptions. Added the following new tests: </P> <UL> +<LI>texRect - tests GL_ARB_texture_rectangle. (Eric Anholt) <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> -<LI>pointAtten - test point size attenuation with GL_ARB_point_parameters</LI> -<LI>vertAttrib - test aliasing/non-aliasing properties of per-vertex calls</LI> +glDrawPixels). (Brian Paul)</LI> +<LI>texture_srgb - tests the GL_EXT_texture_sRGBA extension. (Brian Paul)</LI> +<LI>readpixPerf - measures performance of glReadPixels with a number of pixel formats, with and without Pixel Buffer Objects. (Brian Paul)</LI> +<LI>fragProg1 - basic test of each ARB fragment program instruction (Brian Paul)</LI> +<LI>vertProg1 - basic test of each ARB vertex program instruction (Brian Paul)</LI> +<LI>depthStencil - test the GL_EXT_packed_depth_stencil extension (Brian Paul)</LI> +<LI>fpexceptions - generates a number of floating point exceptions, shouldn't crash (Keith Whitwell and Brian Paul)</LI> +<LI>pointAtten - test point size attenuation with GL_ARB_point_parameters (Brian Paul)</LI> +<LI>vertAttrib - test aliasing/non-aliasing behaviour of per-vertex calls (Brian Paul)</LI> </UL> <H2>Changes from Version 1.0 to Version 1.1</H2> |