Re: [Mesa-dev] [PATCH 13/14] anv: Enable clip and cull distance support.

2016-11-16 Thread Jason Ekstrand
Mind also checking it off in vulkan/TODO? On Mon, Nov 14, 2016 at 5:41 PM, Kenneth Graunke wrote: > Everything is now in place, and we appear to pass the tests on Gen7+. > > Signed-off-by: Kenneth Graunke > --- > src/intel/vulkan/anv_device.c | 10 +- > 1 file changed, 5 insertions(+),

[Mesa-dev] [PATCH 13/14] anv: Enable clip and cull distance support.

2016-11-14 Thread Kenneth Graunke
Everything is now in place, and we appear to pass the tests on Gen7+. Signed-off-by: Kenneth Graunke --- src/intel/vulkan/anv_device.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 0999fcf..2516f