From: Brian
Date: Wed, 21 Feb 2007 23:07:03 +0000 (-0700)
Subject: updated info about arrays, predefined uniforms
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6d4cf6be4e79c3a6ab18272577df17389e3834a6;p=mesa.git
updated info about arrays, predefined uniforms
---
diff --git a/docs/shading.html b/docs/shading.html
index 28bd645c5d5..847b231ca4f 100644
--- a/docs/shading.html
+++ b/docs/shading.html
@@ -38,12 +38,9 @@ in Mesa:
-- Arrays
-
- Structs
+
- Dereferencing arrays with non-constant indexes
+
- User-defined structs
- Linking of multiple shaders is not supported
-
- Not all built-in OpenGL state variables are supported yet.
- Common variables such as gl_ModelViewMatrix and gl_NormalMatrix
- are supported.
- Integer operations are not fully implemented (most are implemented
as floating point).