2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core/renderer_vulkan
ReinUsesLisp 48a1687f51
texture_cache: Drop abstracted ComponentType
Abstracted ComponentType was not being used in a meaningful way.
This commit drops its usage.

There is one place where it was being used to test compatibility between
two cached surfaces, but this one is implied in the pixel format.
Removing the component type test doesn't change the behaviour.
2019-11-14 18:21:42 -03:00
..
declarations.h
maxwell_to_vk.cpp texture_cache: Drop abstracted ComponentType 2019-11-14 18:21:42 -03:00
maxwell_to_vk.h texture_cache: Drop abstracted ComponentType 2019-11-14 18:21:42 -03:00
vk_buffer_cache.cpp vk_scheduler: Drop execution context in favor of views 2019-07-07 03:30:22 -03:00
vk_buffer_cache.h vk_scheduler: Drop execution context in favor of views 2019-07-07 03:30:22 -03:00
vk_device.cpp vk_device: Add miscellaneous features and minor style changes 2019-09-13 02:10:07 -03:00
vk_device.h vk_device: Add miscellaneous features and minor style changes 2019-09-13 02:10:07 -03:00
vk_memory_manager.cpp
vk_memory_manager.h
vk_resource_manager.cpp
vk_resource_manager.h
vk_sampler_cache.cpp
vk_sampler_cache.h vk_sampler_cache: Remove unused includes 2019-07-07 13:40:36 -04:00
vk_scheduler.cpp vk_scheduler: Drop execution context in favor of views 2019-07-07 03:30:22 -03:00
vk_scheduler.h vk_scheduler: Drop execution context in favor of views 2019-07-07 03:30:22 -03:00
vk_shader_decompiler.cpp shader_ir/warp: Implement FSWZADD 2019-11-07 20:08:41 -03:00
vk_shader_decompiler.h
vk_stream_buffer.cpp vk_scheduler: Drop execution context in favor of views 2019-07-07 03:30:22 -03:00
vk_stream_buffer.h vk_scheduler: Drop execution context in favor of views 2019-07-07 03:30:22 -03:00
vk_swapchain.cpp
vk_swapchain.h