Re: [Mesa-dev] [PATCH 23/25] anv: Set framebuffer to NULL in secondary command buffers

2016-11-10 Thread Nanley Chery
On Sat, Oct 22, 2016 at 10:50:54AM -0700, Jason Ekstrand wrote: > Nothing that is allowed to be called within a secondary now relies on the > framebuffer. > --- > src/intel/vulkan/genX_cmd_buffer.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) This patch is, Reviewed-by: Nanley Chery

[Mesa-dev] [PATCH 23/25] anv: Set framebuffer to NULL in secondary command buffers

2016-10-22 Thread Jason Ekstrand
Nothing that is allowed to be called within a secondary now relies on the framebuffer. --- src/intel/vulkan/genX_cmd_buffer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/intel/vulkan/genX_cmd_buffer.c b/src/intel/vulkan/genX_cmd_buffer.c index 78b9bcc..f43c643 100644