diff options
author | Bas Nieuwenhuizen <[email protected]> | 2019-03-17 03:18:29 +0100 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2019-03-18 09:10:55 +0000 |
commit | 8ebc7dcb59a69763cc369af7c723e40a3fd29f7f (patch) | |
tree | 222e432f119129bbafae7214503d02540648e65e /src/vulkan/Android.mk | |
parent | d5974aeeae3d505114a6aa6b51b0c45c17e1baec (diff) |
radv: Allow fast clears with concurrent queue mask for some layouts.
For VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL and
VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL we do not care about
the queue mask because
1) using these is only allowed on the gfx queue
2) transitions for these are only allowed on the gfx queue.
This enables some fast clears for Doom that uses
VK_SHARING_MODE_CONCURRENT.
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'src/vulkan/Android.mk')
0 files changed, 0 insertions, 0 deletions