Re: [Mesa-dev] [PATCH] anv: fix segfault in anv_BindImageMemory

2016-11-22 Thread Jason Ekstrand
It's not a problem on sky lake :-) For a very convoluted reason but yeah, we should fix this. Thanks! Reviewed-by: Jason Ekstrand On Tue, Nov 22, 2016 at 10:06 PM, Dave Airlie wrote: > From: Dave Airlie > > Since bind image memory started memsetting surfaces, the > device node can't be NULL

[Mesa-dev] [PATCH] anv: fix segfault in anv_BindImageMemory

2016-11-22 Thread Dave Airlie
From: Dave Airlie Since bind image memory started memsetting surfaces, the device node can't be NULL, since we lookup device->info.has_llc. Not sure why it ever was NULL before. Fixes some things on my Ivybridge. Signed-off-by: Dave Airlie --- src/intel/vulkan/anv_wsi.c | 2 +- 1 file change