diff options
author | Jason Ekstrand <[email protected]> | 2017-09-10 21:27:13 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-10-16 08:04:56 -0700 |
commit | b03b19f558ca167fbdcacf743cb6b28fe8e046bf (patch) | |
tree | 2dd158d31a95a1a90a1b16cb23df821a3fa8549e /src/gallium/drivers | |
parent | 9cec35579c91fc5b24607e1b0de2562b29bbc6ba (diff) |
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 <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
0 files changed, 0 insertions, 0 deletions