summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2012-07-10 16:51:49 -0700
committerKenneth Graunke <kenneth@whitecape.org>2012-07-10 16:53:49 -0700
commita0698b000b693fc1345fadd6d418dfd8d7548e44 (patch)
tree625657b9dd25fd3ddbfc8c013db17d6065cbaaf1 /docs
parent551078bb62f526edac274c30671508a33973236f (diff)
downloadexternal_mesa3d-a0698b000b693fc1345fadd6d418dfd8d7548e44.zip
external_mesa3d-a0698b000b693fc1345fadd6d418dfd8d7548e44.tar.gz
external_mesa3d-a0698b000b693fc1345fadd6d418dfd8d7548e44.tar.bz2
docs: Update GL3.txt.
We neglected to list the deprecation model/forward compatible context support. inverse() has been done for a while. None of us know what "highp change" means; GLSL 1.30 already added the ability to recognize precision keywords, and it doesn't look like 1.40 has any new requirements there (precision keywords still have no meaning). Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/GL3.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt
index d7e2e9b..8357289 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -42,8 +42,8 @@ GLX_ARB_create_context (GLX 1.4 is required) DONE
GL 3.1:
-GLSL 1.40 missing: UBOS, inverse(),
- highp change
+GLSL 1.40 needs UBOs (in progress)
+Forward compatibile context support/deprecations not started
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 (i965, r600)