radeonsi: enable multi-draw related pipe caps
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Thu, 28 Jul 2016 16:01:54 +0000 (17:01 +0100)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Tue, 9 Aug 2016 13:56:04 +0000 (15:56 +0200)
commite4cb3af524cb02ec7cd23a64da033cfb7193a3cb
treef0785e1ee181697b13339a2f60d394a953b8507f
parent6d7177f01b231e9fe79a558c28d2b562a218d7ea
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>
docs/GL3.txt
docs/relnotes/12.1.0.html
src/gallium/drivers/radeonsi/si_pipe.c