Stenzek 134daf3b00 Vulkan: Extend the NVIDIA MSAA bug to render-pass based clears
Calling vkCmdClearAttachments with a partial rect, or specifying a
render area in a render pass with the load op set to clear can cause the
GPU to lock up, or raise a bounds violation. This only occurs on MSAA
framebuffers, and it seems when there are multiple clears in a single
command buffer. Worked around by back to the slow path (drawing quads)
when MSAA is enabled.
2017-09-07 17:05:43 +10:00
..
2017-08-22 16:40:34 +02:00
2017-08-25 19:14:14 +02:00
2017-08-25 17:31:50 +02:00
2017-08-22 13:35:20 +02:00
2017-03-08 01:24:18 -08:00