anv: Get rid of gen fall-through
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 11 Sep 2017 04:27:13 +0000 (21:27 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 16 Oct 2017 15:04:56 +0000 (08:04 -0700)
commitb03b19f558ca167fbdcacf743cb6b28fe8e046bf
tree2dd158d31a95a1a90a1b16cb23df821a3fa8549e
parent9cec35579c91fc5b24607e1b0de2562b29bbc6ba
anv: Get rid of gen fall-through

In the early days of the Vulkan driver, we thought it would be a good
idea to just make genN just fall back to the genN-1 code if it didn't
need to be any different for genN.  While this seemed like a good idea,
it ultimately ended up being far simpler to just recompile everything.
We haven't been using the fall-through functionality for some time so
we're better off just deleting it so it doesn't accidentally start
causing problems.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_entrypoints_gen.py