anv: Enable the guardband clip test
authorJason Ekstrand <jason@jlekstrand.net>
Wed, 19 Jun 2019 21:04:54 +0000 (16:04 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Fri, 21 Jun 2019 14:18:59 +0000 (14:18 +0000)
commit4a757d6c31563fd92d7cfb4ab2e8e7b3ad62014c
treee5ecdfb0cb6f0fde627c27d1de37777f11fa9ca3
parent13f0c278c528167b14badf8172827412526d2160
anv: Enable the guardband clip test

In workloads where there is a lot of geometry drawn that crosses over
the edge of the viewport, this should substantially improve clipper
performance.  Not really sure why it's taken 3 years to turn it on but
we never got around to it.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/gen8_cmd_buffer.c
src/intel/vulkan/genX_pipeline.c