X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fshading.html;h=77a0ee413d90492a0f04eb48fad2b0ebbc5a9c4b;hb=be84d53d445419062173216ffc7e5e111fe23353;hp=2cd17c76ac927fede0709978942559766d26ed6a;hpb=0c31661e73dd2979df22a275452efc71c7064f81;p=mesa.git diff --git a/docs/shading.html b/docs/shading.html index 2cd17c76ac9..77a0ee413d9 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -1,55 +1,100 @@ - + + + + + Shading Language Support + + + -Shading Language Support +
+

The Mesa 3D Graphics Library

+
- + +
- - -

Shading Language Support

+

Shading Language Support

This page describes the features and status of Mesa's support for the - + OpenGL Shading Language.

-

-Last updated on 28 March 2007. -

-

Contents

- -

Unsupported Features

+

Environment Variables

-The following features of the shading language are not yet supported +The MESA_GLSL environment variable can be set to a comma-separated +list of keywords to control some aspects of the GLSL compiler and shader +execution. These are generally used for debugging. +

+ +

+Example: export MESA_GLSL=dump,nopt +

+ + +

GLSL Version

+ +

+The GLSL compiler currently supports version 3.30 of the shading language. +

+ +

+Several GLSL extensions are also supported: +

+ + + +

Unsupported Features

+ +

XXX update this section

+ +

+The following features of the shading language are not yet fully supported in Mesa:

@@ -57,8 +102,7 @@ All other major features of the shading language should function.

-
-

Implementation Notes

+

Implementation Notes

+ +