radv/aco: Enable NGG GS by default.
authorTimur Kristóf <timur.kristof@gmail.com>
Thu, 1 Oct 2020 14:59:18 +0000 (16:59 +0200)
committerTimur Kristóf <timur.kristof@gmail.com>
Fri, 9 Oct 2020 13:26:15 +0000 (15:26 +0200)
commit9bf92d4357179c197256dae1e2b02ed4ad1f0fae
treecc6cb72168d356602dd0433ad320e0645915b179
parentdd73719856c0e571d2d0863609e2175a1f0f8de6
radv/aco: Enable NGG GS by default.

ACO NGG GS now supports everything we need except streamout
(aka. transform feedback), but we don't use NGG anyway when
streamout is needed.

Also add a note to the new features txt.

Signed-off-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6964>
docs/relnotes/new_features.txt
src/amd/vulkan/radv_device.c
src/amd/vulkan/radv_pipeline.c
src/amd/vulkan/radv_private.h
src/amd/vulkan/radv_query.c