From 1a5c99f4b5ccbc71f3649092c723b5e295456314 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 29 Jul 2008 16:46:08 -0600 Subject: document GLSL 1.20 status --- docs/shading.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'docs/shading.html') diff --git a/docs/shading.html b/docs/shading.html index 02f393cc9e..2cd17c76ac 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -28,6 +28,7 @@ Contents
  • Stand-alone GLSL Compiler
  • Compiler Implementation
  • Compiler Validation +
  • GLSL 1.20 support @@ -318,5 +319,39 @@ should be added.

    + + +

    GLSL 1.20 support

    + +

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

    + +

    Supported

    +
      +
    • mat2x3, mat2x4, etc. types and functions +
    • transpose(), outerProduct(), matrixCompMult() functions +(but untested) +
    • precision qualifiers (lowp, mediump, highp) +
    + +

    Partially Complete

    +
      +
    • invariant qualifier +
    + +

    Not Completed

    +
      +
    • array.length() method +
    • float[5] a; array syntax +
    • centroid qualifier +
    • unsized array constructors +
    • initializers for uniforms +
    • const initializers calling built-in functions +
    + + + + -- cgit v1.2.3