Re: [Mesa-dev] [PATCH] radv: don't crash if we have no framebuffer

2017-08-24 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen Even though this is only a partial solution. On Mon, Aug 21, 2017, at 09:24, Dave Airlie wrote: > From: Dave Airlie > > Recording secondaries with no framebuffer attachment may > make this happen, though this might

[Mesa-dev] [PATCH] radv: don't crash if we have no framebuffer

2017-08-21 Thread Dave Airlie
From: Dave Airlie Recording secondaries with no framebuffer attachment may make this happen, though this might not be the complete solution. (esp if someone does meta stuff in there, would we have to save things, not sure). --- src/amd/vulkan/radv_cmd_buffer.c | 4 1