summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2019-12-11 13:30:35 +1000
committerDave Airlie <airlied@redhat.com>2019-12-12 10:29:43 +1000
commit3cd903a6c3b4d0d0744e55e8a537306e99e67d51 (patch)
treee333d1308afdec527c93f66221359e3e28e12509 /docs
parent75f21895de7c945d8fa9105a5d84a9c568488511 (diff)
downloadmesa-3cd903a6c3b4d0d0744e55e8a537306e99e67d51.tar.gz
llvmpipe: enable ARB_shader_draw_parameters.
All the bits should be in place for this now. Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 150e0d5fd22..551e2f8a63a 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -231,7 +231,7 @@ GL 4.6, GLSL 4.60 -- all DONE: radeonsi
GL_ARB_pipeline_statistics_query DONE (i965, nvc0, r600, llvmpipe, softpipe, swr)
GL_ARB_polygon_offset_clamp DONE (freedreno, i965, nv50, nvc0, r600, llvmpipe, swr, virgl)
GL_ARB_shader_atomic_counter_ops DONE (freedreno/a5xx+, i965/gen7+, nvc0, r600, llvmpipe, softpipe, virgl)
- GL_ARB_shader_draw_parameters DONE (i965, nvc0)
+ GL_ARB_shader_draw_parameters DONE (i965, llvmpipe, nvc0)
GL_ARB_shader_group_vote DONE (i965, nvc0)
GL_ARB_spirv_extensions DONE (i965/gen7+)
GL_ARB_texture_filter_anisotropic DONE (freedreno, i965, nv50, nvc0, r600, softpipe (*), llvmpipe (*))