summaryrefslogtreecommitdiffstats
path: root/docs/relnotes
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2016-07-28 17:01:54 +0100
committerNicolai Hähnle <nicolai.haehnle@amd.com>2016-08-09 15:56:04 +0200
commite4cb3af524cb02ec7cd23a64da033cfb7193a3cb (patch)
treef0785e1ee181697b13339a2f60d394a953b8507f /docs/relnotes
parent6d7177f01b231e9fe79a558c28d2b562a218d7ea (diff)
downloadexternal_mesa3d-e4cb3af524cb02ec7cd23a64da033cfb7193a3cb.zip
external_mesa3d-e4cb3af524cb02ec7cd23a64da033cfb7193a3cb.tar.gz
external_mesa3d-e4cb3af524cb02ec7cd23a64da033cfb7193a3cb.tar.bz2
radeonsi: enable multi-draw related pipe caps
This enables GL_shader_draw_parameters and GL_ARB_indirect_parameters as well as a properly accelerated implementation of GL_ARB_multi_draw_indirect. Enabling the feature requires a sufficiently uptodate firmware -- those have already been released a long time ago, although this does mean that the feature only works with the amdgpu kernel module, since the radeon module doesn't have a way to query the firmware version. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'docs/relnotes')
-rw-r--r--docs/relnotes/12.1.0.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html
index 3935bb0..1204038 100644
--- a/docs/relnotes/12.1.0.html
+++ b/docs/relnotes/12.1.0.html
@@ -45,6 +45,8 @@ Note: some of the new features are only available with certain drivers.
<ul>
<li>GL_ARB_enhanced_layouts on i965</li>
+<li>GL_ARB_indirect_parameters on radeonsi</li>
+<li>GL_ARB_shader_draw_parameters on radeonsi</li>
<li>GL_ARB_shader_group_vote on nvc0</li>
<li>GL_ARB_ES3_1_compatibility on i965</li>
<li>GL_EXT_window_rectangles on nv50, nvc0</li>