summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-04-13 12:18:46 -0700
committerEric Anholt <eric@anholt.net>2012-04-16 11:59:29 -0700
commitf084b5ad323f021e9a0f667b977942fb25f69c43 (patch)
tree50500ee423152b803ceb0611dd5efc86d824948f /docs
parent252d99e4fae95a19871a9aa087b6308cbe1755d6 (diff)
docs: Update GLSL 1.40 status.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/GL3.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt
index 30aa12d0f9..0a860bb3c1 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -42,7 +42,8 @@ GLX_ARB_create_context (GLX 1.4 is required) DONE
GL 3.1:
-GLSL 1.40 not started
+GLSL 1.40 missing: UBOS, inverse(),
+ highp change
Instanced drawing (GL_ARB_draw_instanced) DONE (i965, gallium, swrast)
Buffer copying (GL_ARB_copy_buffer) DONE (i965, r300, r600, swrast)
Primitive restart (GL_NV_primitive_restart) DONE (r600)