From: Brian Paul Date: Tue, 16 Dec 2008 01:30:40 +0000 (-0700) Subject: mesa: updated GLSL docs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ced2647fb6787170545205eb01afe167c6604ea;p=mesa.git mesa: updated GLSL docs (cherry picked from commit c4341fe80acf75bf5417ffeb85fe6902218b752a) --- diff --git a/docs/shading.html b/docs/shading.html index 0e1a5e1a7bc..aaffe9635dd 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.