shadPS4/src/video_core/texture_cache
TheTurtle 998d046210
video_core: Add depth buffer support and fix some bugs (#172)
* memory: Avoid crash when alignment is zero

* Also remove unused file

* shader_recompiler: Add more instructions

* Also fix some minor issues with a few existing instructions

* control_flow: Don't emit discard for null exports

* renderer_vulkan: Add depth buffer support

* liverpool: Fix wrong color buffer number type and viewport zscale

* Also add some more formats
2024-06-07 16:26:43 +03:00
..
image_view.cpp video_core: Add depth buffer support and fix some bugs (#172) 2024-06-07 16:26:43 +03:00
image_view.h video_core: Add depth buffer support and fix some bugs (#172) 2024-06-07 16:26:43 +03:00
image.cpp video_core: Add depth buffer support and fix some bugs (#172) 2024-06-07 16:26:43 +03:00
image.h video_core: Add depth buffer support and fix some bugs (#172) 2024-06-07 16:26:43 +03:00
sampler.cpp video_core: Add image support 2024-05-27 18:25:45 +03:00
sampler.h video_core: Add image support 2024-05-27 18:25:45 +03:00
slot_vector.h video: Import new shader recompiler + display a triangle (#142) 2024-05-22 01:35:12 +03:00
texture_cache.cpp video_core: Add depth buffer support and fix some bugs (#172) 2024-06-07 16:26:43 +03:00
texture_cache.h video_core: Add depth buffer support and fix some bugs (#172) 2024-06-07 16:26:43 +03:00
tile_manager.cpp renderer_vulkan, config: option to toggle VK validation layer 2024-06-07 11:21:02 +02:00
tile_manager.h texture_cache: detiler image view moved into image class 2024-06-05 18:37:06 +02:00
types.h video: Import new shader recompiler + display a triangle (#142) 2024-05-22 01:35:12 +03:00