From: Brian Paul
Date: Tue, 29 Jul 2008 22:46:08 +0000 (-0600)
Subject: document GLSL 1.20 status
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1a5c99f4b5ccbc71f3649092c723b5e295456314;p=mesa.git
document GLSL 1.20 status
---
diff --git a/docs/shading.html b/docs/shading.html
index 02f393cc9e5..2cd17c76ac9 100644
--- a/docs/shading.html
+++ b/docs/shading.html
@@ -28,6 +28,7 @@ Contents
Stand-alone GLSL Compiler
Compiler Implementation
Compiler Validation
+GLSL 1.20 support
@@ -318,5 +319,39 @@ should be added.
+
+
+GLSL 1.20 support
+
+
+Support for GLSL version 1.20 is underway. Status as follows.
+
+
+Supported
+
+mat2x3, mat2x4
, etc. types and functions
+transpose(), outerProduct(), matrixCompMult()
functions
+(but untested)
+- precision qualifiers (lowp, mediump, highp)
+
+
+Partially Complete
+
+
+Not Completed
+
+array.length()
method
+float[5] a;
array syntax
+centroid
qualifier
+- unsized array constructors
+
- initializers for uniforms
+
- const initializers calling built-in functions
+
+
+
+
+