diff options
author | Ilia Mirkin <[email protected]> | 2015-09-18 19:08:35 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-09-21 08:31:29 -0400 |
commit | 72ebd532a163fd92d96a94a4260da1bfb75a62c8 (patch) | |
tree | b2062d54aa8143795ee60b84bd1d9e03d3439cde /docs/GL3.txt | |
parent | 7d5162bdc0850c80f4b9427a2aac6b42c7dcceaa (diff) |
radeonsi: implement TXQS support
Signed-off-by: Ilia Mirkin <[email protected]>
Tested-by: Fredrik Bruhn <[email protected]>
Reviewed-by: Marek Olšák <[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 bd44d1293f5..92941cf0d74 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -194,7 +194,7 @@ GL 4.5, GLSL 4.50: GL_ARB_derivative_control DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_direct_state_access DONE (all drivers) GL_ARB_get_texture_sub_image DONE (all drivers) - GL_ARB_shader_texture_image_samples DONE (i965, nv50, nvc0, r600) + GL_ARB_shader_texture_image_samples DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_texture_barrier DONE (nv50, nvc0, r600, radeonsi) GL_KHR_context_flush_control DONE (all - but needs GLX/EGL extension to be useful) GL_KHR_robust_buffer_access_behavior not started |