diff options
author | Martin Peres <[email protected]> | 2015-01-29 16:54:08 +0200 |
---|---|---|
committer | Fredrik Höglund <[email protected]> | 2015-02-01 22:50:35 +0100 |
commit | 9272022353ff614d59a50f4a7fe6ceab3f784184 (patch) | |
tree | faee9e13d29badd82150dbd85b122e92ea9cc9e1 /docs | |
parent | 12ebd7e20e0d9448128854f9435f7d02889ae3e9 (diff) |
doc: break down ARB_direct_state_access in GL3.txt
A student was wondering what was going on + I started working on it too.
CC: Laura Ekstrand <[email protected]>
Signed-off-by: Martin Peres <[email protected]>
Reviewed-by: Laura Ekstrand <[email protected]>
Signed-off-by: Fredrik Höglund <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 648f5ac865b..2dc14046bab 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -191,7 +191,16 @@ GL 4.5, GLSL 4.50: GL_ARB_conditional_render_inverted DONE (i965, nv50, nvc0, llvmpipe, softpipe) GL_ARB_cull_distance not started GL_ARB_derivative_control DONE (i965, nv50, nvc0, r600) - GL_ARB_direct_state_access started (Laura Ekstrand) + GL_ARB_direct_state_access started + - Transform Feedback object started (Martin Peres) + - Buffer object started (Laura Ekstrand) + - Framebuffer object started (Laura Ekstrand) + - Renderbuffer object not started + - Texture object started (Laura Ekstrand) + - Vertex array object not started + - Sampler object not started + - Program Pipeline object not started + - Query object started (Martin Peres) GL_ARB_get_texture_sub_image started (Brian Paul) GL_ARB_shader_texture_image_samples not started GL_ARB_texture_barrier DONE (nv50, nvc0, r300, r600, radeonsi) |