diff --git a/docs/shading.html b/docs/shading.html index 4e8f18676b7..fd96a41e85a 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -15,7 +15,7 @@ OpenGL Shading Language.
-Last updated on 26 March 2007. +Last updated on 28 March 2007.
@@ -27,6 +27,7 @@ Contents
float x = inversesqrt(y);+
+A new Glean test has +been create to exercise the GLSL compiler. +
++The glsl1 test runs over 130 sub-tests to check that the language +features and built-in functions work properly. +This test should be run frequently while working on the compiler to catch +regressions. +
++The test coverage is reasonably broad and complete but additional tests +should be added. +
+ +