From 2ced2647fb6787170545205eb01afe167c6604ea Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 15 Dec 2008 18:30:40 -0700 Subject: mesa: updated GLSL docs (cherry picked from commit c4341fe80acf75bf5417ffeb85fe6902218b752a) --- docs/shading.html | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/shading.html b/docs/shading.html index 0e1a5e1a7b..aaffe9635d 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -15,13 +15,14 @@ OpenGL Shading Language.

-Last updated on 28 March 2007. +Last updated on 15 December 2008.

Contents

+ + +

GLSL 1.20 support

+ +

+GLSL version 1.20 is supported in Mesa 7.3. +Among the features/differences of GLSL 1.20 are: +

+ + +

Unsupported Features

@@ -40,12 +64,8 @@ in Mesa:

@@ -293,11 +313,11 @@ Extra NOP instructions will also be inserted.

Compiler Validation

-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. -- cgit v1.2.3