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-05-26 00:53:58 -07:00
2016-01-17 20:11:45 -05:00
2017-03-26 23:08:33 -04:00
2017-06-15 21:34:04 +02:00
2017-08-22 16:40:34 +02:00
2017-04-18 21:55:23 +10:00
2015-05-25 13:22:31 +02:00
2017-05-18 17:01:12 -07:00
2017-08-08 12:09:50 +02:00
2016-01-17 20:11:45 -05:00