diff options
author | Ilia Mirkin <[email protected]> | 2016-05-17 01:30:52 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-05-23 22:22:05 -0400 |
commit | f236f1f506f06440886450392f01992998fca7af (patch) | |
tree | fafefdb04795af1d00af29a757118ffdd7e6c3e5 /docs/GL3.txt | |
parent | 9f5ccaf4dcdb308e5ce9f680b5ae267abb9c130a (diff) |
nvc0: expose robust buffer access
We apparently pass all the relevant CTS tests. There are probably some
shortcomings, but they can be addressed down the line.
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/GL3.txt')
-rw-r--r-- | docs/GL3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index ff940ff3f8e..aa58e4acba9 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -177,7 +177,7 @@ GL 4.3, GLSL 4.30: GL_ARB_invalidate_subdata DONE (all drivers) GL_ARB_multi_draw_indirect DONE (i965, nvc0, r600, radeonsi, llvmpipe, softpipe, swr) GL_ARB_program_interface_query DONE (all drivers) - GL_ARB_robust_buffer_access_behavior DONE (i965, radeonsi) + GL_ARB_robust_buffer_access_behavior DONE (i965, nvc0, radeonsi) GL_ARB_shader_image_size DONE (i965, radeonsi, softpipe) GL_ARB_shader_storage_buffer_object DONE (i965, nvc0, radeonsi, softpipe) GL_ARB_stencil_texturing DONE (i965/gen8+, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr) |