summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2013-01-12 00:19:18 +0000
committerDave Airlie <airlied@redhat.com>2013-01-12 00:19:18 +0000
commit4f1e037acf1daf2eed76d8a3ff5890619723193f (patch)
treedafa581f2581ad00c09301d9025540ea9dfb2c27
parent5039ad6bc5cec5c49f01380aa270248aae77811e (diff)
docs/GL3.txt: update GL3 status for r600g.
Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--docs/GL3.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt
index 34cce729ba3..567781d909a 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -41,15 +41,15 @@ GLX_ARB_create_context (GLX 1.4 is required) DONE
GL 3.1:
-GLSL 1.40 DONE (i965)
-Forward compatibile context support/deprecations DONE (i965)
+GLSL 1.40 DONE (i965, r600)
+Forward compatibile context support/deprecations DONE (i965, r600)
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)
16 vertex texture image units DONE
-Texture buffer objs (GL_ARB_texture_buffer_object) DONE for OpenGL 3.1 contexts (i965)
+Texture buffer objs (GL_ARB_texture_buffer_object) DONE for OpenGL 3.1 contexts (i965, r600)
Rectangular textures (GL_ARB_texture_rectangle) DONE (i965, r300, r600, swrast)
-Uniform buffer objs (GL_ARB_uniform_buffer_object) DONE (i965)
+Uniform buffer objs (GL_ARB_uniform_buffer_object) DONE (i965, r600, swrast)
Signed normalized textures (GL_EXT_texture_snorm) DONE (i965, r300, r600)