diff options
author | Dave Airlie <[email protected]> | 2016-05-13 14:35:33 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-11-21 09:00:52 +1000 |
commit | 464c2d80834e4ccf7f28fb62b82a2fa13e6445fb (patch) | |
tree | 1c6f03a46fbadfe95eed07e399f661e64d4b73cb /docs | |
parent | 971b3c019b7309c32048b68f61af03d1ae2b7d10 (diff) |
r600: add cull distance support
This passes all the tests in piglit.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/17.4.0.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 25a0e754609..d4ec38a236b 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -211,7 +211,7 @@ GL 4.5, GLSL 4.50 -- all DONE: nvc0, radeonsi GL_ARB_ES3_1_compatibility DONE (i965/hsw+) GL_ARB_clip_control DONE (freedreno, i965, nv50, r600, llvmpipe, softpipe, swr) GL_ARB_conditional_render_inverted DONE (freedreno, i965, nv50, r600, llvmpipe, softpipe, swr) - GL_ARB_cull_distance DONE (i965, nv50, llvmpipe, softpipe, swr) + GL_ARB_cull_distance DONE (i965, nv50, r600, llvmpipe, softpipe, swr) GL_ARB_derivative_control DONE (i965, nv50, r600) GL_ARB_direct_state_access DONE (all drivers) GL_ARB_get_texture_sub_image DONE (all drivers) diff --git a/docs/relnotes/17.4.0.html b/docs/relnotes/17.4.0.html index 12a48643654..ec2386b3305 100644 --- a/docs/relnotes/17.4.0.html +++ b/docs/relnotes/17.4.0.html @@ -47,6 +47,7 @@ Note: some of the new features are only available with certain drivers. <li>Disk shader cache support for i965 when MESA_GLSL_CACHE_DISABLE environment variable is set to "0" or "false"</li> <li>GL_ARB_shader_atomic_counters and GL_ARB_shader_atomic_counter_ops on r600/evergreen+</li> <li>GL_ARB_shader_image_load_store and GL_ARB_shader_image_size on r600/evergreen+</li> +<li>GL_ARB_cull_distance on r600/evergreen+</li> <li>OpenGL 4.2 on r600/evergreen with hw fp64 support</li> </ul> |