diff options
author | Glenn Kennard <[email protected]> | 2014-08-15 10:30:58 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-08-15 12:23:06 +0200 |
commit | afa7df9b78c0e7b14d2069faa8bc83aa2548b8e5 (patch) | |
tree | e71382ef5b1e3007e0a191b96bee59e2d80f0185 /docs/GL3.txt | |
parent | f1370fed2cfea49c40c259d40d1a26402fc5dd56 (diff) |
r600g: Implement ARB_derivative_control
Requires Evergreen/Cayman
marek: update release notes
Signed-off-by: Glenn Kennard <[email protected]>
Signed-off-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 12b8f62283c..b38e42c19dc 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -188,7 +188,7 @@ GL 4.5, GLSL 4.50: GL_ARB_clip_control not started GL_ARB_conditional_render_inverted not started GL_ARB_cull_distance not started - GL_ARB_derivative_control DONE (i965, nv50, nvc0) + GL_ARB_derivative_control DONE (i965, nv50, nvc0, r600) GL_ARB_direct_state_access not started GL_ARB_get_texture_sub_image started (Brian Paul) GL_ARB_shader_texture_image_samples not started |