Re: [Mesa-dev] [PATCH 07/11] anv: Compile TCS/TES shaders.

2017-01-09 Thread Jason Ekstrand
On Sun, Jan 8, 2017 at 9:26 PM, Kenneth Graunke wrote: > Signed-off-by: Kenneth Graunke > --- > src/intel/vulkan/anv_pipeline.c | 156 ++ > +- > 1 file changed, 154 insertions(+), 2 deletions(-) > > There's one majorly bogus thing here: caching is totally dis

[Mesa-dev] [PATCH 07/11] anv: Compile TCS/TES shaders.

2017-01-08 Thread Kenneth Graunke
Signed-off-by: Kenneth Graunke --- src/intel/vulkan/anv_pipeline.c | 156 +++- 1 file changed, 154 insertions(+), 2 deletions(-) There's one majorly bogus thing here: caching is totally disabled. We set key fields based on the NIR, which breaks the dataflow ex