diff options
author | Ilia Mirkin <[email protected]> | 2015-08-11 20:38:48 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-09-10 17:39:46 -0400 |
commit | bfc5ace5bda6510d4dd3893a3b8c677a1c85e23e (patch) | |
tree | 2aa142f4f128580d777698102f18728a4d2922c1 /docs/GL3.txt | |
parent | 55ebaa6d003b69c0a159a00d82a1e96f685062d6 (diff) |
i965: enable ARB_shader_texture_image_samples
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Kenneth Graunke <[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 8ad1aac50a5..25350021720 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 not started + GL_ARB_shader_texture_image_samples DONE (i965) 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 |