2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
ReinUsesLisp 6b00443bc1 vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCreateInfo
Vulkan 1.0 didn't support creating sRGB image views on an ABGR8 VkImage
with storage usage bits. VK_KHR_maintenance2 addressed this allowing to
reduce the usage bits on a VkImageView.

To allow image store on non-sRGB image views when the VkImage is created
with sRGB, always create VkImages without sRGB and add the sRGB format
on the view.
2021-01-24 18:16:43 -03:00
..
audio_core common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT 2021-01-15 16:27:28 -03:00
common Merge pull request #5358 from ReinUsesLisp/rename-insert-padding 2021-01-15 16:19:46 -05:00
core Merge pull request #5358 from ReinUsesLisp/rename-insert-padding 2021-01-15 16:19:46 -05:00
input_common general: Fix various spelling errors 2021-01-02 10:23:41 -05:00
tests common/bit_util: Replace CLZ/CTZ operations with standardized ones 2021-01-15 02:15:32 -05:00
video_core vk_texture_cache: Support image store on sRGB images with VkImageViewUsageCreateInfo 2021-01-24 18:16:43 -03:00
web_service
yuzu yuzu: Remove unused variables in Qt code 2021-01-14 03:05:41 -05:00
yuzu_cmd config: Enable docked mode by default 2021-01-10 09:37:38 -05:00
.clang-format
CMakeLists.txt Merge pull request #5352 from ReinUsesLisp/remove-tester 2021-01-15 01:48:02 -05:00