docs: Update GL3.txt.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 10 Jul 2012 23:51:49 +0000 (16:51 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 10 Jul 2012 23:53:49 +0000 (16:53 -0700)
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>
docs/GL3.txt

index d7e2e9b33e72f488008f48f946e806af6dc2b4af..8357289ea3db3462094940c8202110979e13be2e 100644 (file)
@@ -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)