suyu/src/video_core
Joshua Ashton bcf58c8210
renderer_vulkan: Check return value of AcquireNextImage
We can get into a really bad state by ignoring this
leading to device loss and using incorrect resources.
2021-04-11 09:27:50 +01:00
..
buffer_cache
command_classes vp9: Avoid memcpy with null pointers 2021-04-05 00:44:38 -04:00
engines
host_shaders astc_decoder: Refactor for style and more efficient memory use 2021-03-25 16:53:51 -04:00
macro
renderer_opengl Merge pull request #5927 from ameerj/astc-compute 2021-03-30 19:31:52 -03:00
renderer_vulkan renderer_vulkan: Check return value of AcquireNextImage 2021-04-11 09:27:50 +01:00
shader
texture_cache astc_decoder: Refactor for style and more efficient memory use 2021-03-25 16:53:51 -04:00
textures astc_decoder: Refactor for style and more efficient memory use 2021-03-25 16:53:51 -04:00
vulkan_common vulkan_common: enable OpenGL interop on other Unices 2021-03-30 00:25:25 +00:00
cdma_pusher.cpp
cdma_pusher.h
CMakeLists.txt astc_decoder: Refactor for style and more efficient memory use 2021-03-25 16:53:51 -04:00
compatible_formats.cpp texture_cache: Blacklist BGRA8 copies and views on OpenGL 2021-03-04 14:14:49 -05:00
compatible_formats.h texture_cache: Blacklist BGRA8 copies and views on OpenGL 2021-03-04 14:14:49 -05:00
delayed_destruction_ring.h
dirty_flags.cpp
dirty_flags.h
dma_pusher.cpp
dma_pusher.h
fence_manager.h
framebuffer_config.h
gpu.cpp video_core/gpu_thread: Implement a ShutDown method. 2021-04-07 22:38:52 +02:00
gpu.h video_core/gpu_thread: Implement a ShutDown method. 2021-04-07 22:38:52 +02:00
gpu_thread.cpp video_core: Use a CV for blocking commands. 2021-04-07 22:38:52 +02:00
gpu_thread.h video_core: Use a CV for blocking commands. 2021-04-07 22:38:52 +02:00
guest_driver.cpp
guest_driver.h
memory_manager.cpp
memory_manager.h
query_cache.h
rasterizer_accelerated.cpp video_core: rasterizer_accelerated: Fix un/signed mismatch. 2021-03-12 21:52:49 -08:00
rasterizer_accelerated.h video_core: rasterizer_accelerated: Use a flat array instead of interval_map for cached pages. 2021-03-02 16:57:53 -08:00
rasterizer_interface.h
renderer_base.cpp
renderer_base.h
shader_cache.h
shader_notify.cpp
shader_notify.h
surface.cpp
surface.h
video_core.cpp
video_core.h