diff options
author | Glenn Kennard <glenn.kennard@gmail.com> | 2014-08-15 10:30:58 +0200 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2014-08-15 12:23:06 +0200 |
commit | afa7df9b78c0e7b14d2069faa8bc83aa2548b8e5 (patch) | |
tree | e71382ef5b1e3007e0a191b96bee59e2d80f0185 /docs | |
parent | f1370fed2cfea49c40c259d40d1a26402fc5dd56 (diff) |
r600g: Implement ARB_derivative_control
Requires Evergreen/Cayman
marek: update release notes
Signed-off-by: Glenn Kennard <glenn.kennard@gmail.com>
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/10.3.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 12b8f62283..b38e42c19d 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 diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html index 0f22d70ae7..1afa93294f 100644 --- a/docs/relnotes/10.3.html +++ b/docs/relnotes/10.3.html @@ -47,7 +47,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe</li> <li>GL_ARB_clear_texture on i965</li> <li>GL_ARB_compressed_texture_pixel_storage on all drivers</li> -<li>GL_ARB_derivative_control on i965, nv50, nvc0</li> +<li>GL_ARB_derivative_control on i965, nv50, nvc0, r600</li> <li>GL_ARB_draw_indirect on nvc0, radeonsi</li> <li>GL_ARB_explicit_uniform_location (all drivers that support GLSL)</li> <li>GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600</li> |