From c4341fe80acf75bf5417ffeb85fe6902218b752a Mon Sep 17 00:00:00 2001
From: Brian Paul
-Last updated on 28 March 2007. +Last updated on 15 December 2008.
Contents
+GLSL version 1.20 is supported in Mesa 7.3. +Among the features/differences of GLSL 1.20 are: +
mat2x3, mat2x4
, etc. types and functions
+transpose(), outerProduct(), matrixCompMult()
functions
+(but untested)
+invariant
qualifier
+array.length()
method
+float[5] a;
array syntax
+centroid
qualifier
+@@ -304,11 +322,11 @@ Extra NOP instructions will also be inserted.
-A new Glean test has +A Glean test has been create to exercise the GLSL compiler.
-The glsl1 test runs over 150 sub-tests to check that the language +The glsl1 test runs over 170 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. @@ -319,39 +337,5 @@ should be added.
- - --Support for GLSL version 1.20 is underway. Status as follows. -
- -mat2x3, mat2x4
, etc. types and functions
-transpose(), outerProduct(), matrixCompMult()
functions
-(but untested)
-invariant
qualifier
-array.length()
method
-float[5] a;
array syntax
-centroid
qualifier
-