From c4341fe80acf75bf5417ffeb85fe6902218b752a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 15 Dec 2008 18:30:40 -0700 Subject: mesa: updated GLSL docs --- docs/shading.html | 70 +++++++++++++++++++++---------------------------------- 1 file changed, 27 insertions(+), 43 deletions(-) diff --git a/docs/shading.html b/docs/shading.html index 2cd17c76ac..b77745fbf3 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -15,23 +15,46 @@ 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

@@ -41,15 +64,10 @@ in Mesa:

@@ -304,11 +322,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. @@ -319,39 +337,5 @@ should be added.

- - -

GLSL 1.20 support

- -

-Support for GLSL version 1.20 is underway. Status as follows. -

- -

Supported

- - -

Partially Complete

- - -

Not Completed

- - - - - -- cgit v1.2.3