Re: [Mesa-dev] [PATCH] radv: Fix decompression on multisampled depth buffers

2017-08-07 Thread Bas Nieuwenhuizen
pushed, thanks. On Thu, Aug 3, 2017 at 4:32 PM, Alex Smith wrote: > Need to take the sample count into account in the depth decompress and > resummarize pipelines and render pass. > > Fixes: f4e499ec791 ("radv: add initial non-conformant radv vulkan driver") > Signed-off-by: Alex Smith > Cc: "17

[Mesa-dev] [PATCH] radv: Fix decompression on multisampled depth buffers

2017-08-03 Thread Alex Smith
Need to take the sample count into account in the depth decompress and resummarize pipelines and render pass. Fixes: f4e499ec791 ("radv: add initial non-conformant radv vulkan driver") Signed-off-by: Alex Smith Cc: "17.2" --- Possibly a little late, but I'd really like to get this into 17.2 if p