Re: [Mesa-dev] [PATCH] anv: Get rid of gen fall-through

2017-10-13 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 13/10/17 06:57, Jason Ekstrand wrote: 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

[Mesa-dev] [PATCH] anv: Get rid of gen fall-through

2017-10-12 Thread Jason Ekstrand
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