anv: Disable transform feedback on gen7
authorJason Ekstrand <jason@jlekstrand.net>
Thu, 25 Jul 2019 19:54:20 +0000 (14:54 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Thu, 25 Jul 2019 19:58:14 +0000 (14:58 -0500)
commit295e5a17da53958c58d6029c6e6cf1e4a7149711
tree04b93659ca9bbcfe057957d377590f290ce5841f
parentcd02f60c1e9d0ef37e4defb8e6b00433990fd90c
anv: Disable transform feedback on gen7

It's totally implementable, it's just that the plumbing is a bit
different and we never hooked it up.  Don't advertise a broken feature.

Fixes: 36ee2fd61c8 "anv: Implement the basic form of VK_EXT_transform_feedback"
src/intel/vulkan/anv_extensions.py