diff options
author | Brian Paul <brianp@users.sourceforge.net> | 2007-03-08 23:48:09 +0000 |
---|---|---|
committer | Brian Paul <brianp@users.sourceforge.net> | 2007-03-08 23:48:09 +0000 |
commit | 24fdb259388035f9911fabf41563593585ed9218 (patch) | |
tree | 064708627ab2f781a715a3dc14c5833dfd427314 /doc | |
parent | c40db58c984473b3f7138f877d7e4a69142057c8 (diff) |
Added info about glsl1 test.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/changes.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/html/changes.html b/doc/html/changes.html index b1bdebc..4f6443e 100644 --- a/doc/html/changes.html +++ b/doc/html/changes.html @@ -28,7 +28,10 @@ descriptions. Added the following new tests: </P> <UL> -<LI>texRect - tests GL_ARB_texture_rectangle. (Eric Anholt) +<LI>glsl1 - test the OpenGL shading language (the language itself and many + built-in functions). Requires OpenGL 2.0 or later. + Over 100 sub-tests are performed. (Brian Paul)</LI> +<LI>texRect - tests GL_ARB_texture_rectangle. (Eric Anholt)</LI> <LI>pixelFormats - tests all the different combinations of format, type and internalFormat parameters for glTexImage2D (plus format/type for glDrawPixels). (Brian Paul)</LI> |