summaryrefslogtreecommitdiffstats
path: root/docs/features.txt
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-05-13 16:49:02 +1000
committerDave Airlie <airlied@redhat.com>2016-08-30 09:35:56 +1000
commitf235dc08ac1dcde6eff87597914583f5b2b9aa70 (patch)
treeec3a53be77dd7af6d78a9462c8e7c5e27ad30209 /docs/features.txt
parent5025e88703092cff45868d1637aa517d937081d7 (diff)
downloadexternal_mesa3d-f235dc08ac1dcde6eff87597914583f5b2b9aa70.zip
external_mesa3d-f235dc08ac1dcde6eff87597914583f5b2b9aa70.tar.gz
external_mesa3d-f235dc08ac1dcde6eff87597914583f5b2b9aa70.tar.bz2
radeonsi: add support for cull distances. (v1.1)
This should be all that is required for cull distances to work on radeonsi. v1.1: whitespace cleanup, add docs fix clipdist_mask usage. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'docs/features.txt')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 218fa6c..08731e5 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -211,7 +211,7 @@ GL 4.5, GLSL 4.50:
GL_ARB_ES3_1_compatibility DONE (i965/hsw+, nvc0, radeonsi)
GL_ARB_clip_control DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
GL_ARB_conditional_render_inverted DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe, swr)
- GL_ARB_cull_distance DONE (i965, nv50, nvc0, llvmpipe, softpipe, swr)
+ GL_ARB_cull_distance DONE (i965, nv50, nvc0, radeonsi, llvmpipe, softpipe, swr)
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)