1
0
Fork 0
forked from suyu/suyu
suyu/src/video_core
Lioncash 82b7e5c8ee surface_params: Make use of designated initializers where applicable
Provides a convenient way to avoid unnecessary zero initializing.
2020-07-21 02:27:22 -04:00
..
buffer_cache configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
engines video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes 2020-07-10 04:09:32 -03:00
macro Merge pull request #4369 from lioncash/hle-macro 2020-07-17 05:20:41 -04:00
renderer_opengl Merge pull request #4324 from ReinUsesLisp/formats 2020-07-21 00:13:04 -04:00
renderer_vulkan Merge pull request #4324 from ReinUsesLisp/formats 2020-07-21 00:13:04 -04:00
shader Merge pull request #4324 from ReinUsesLisp/formats 2020-07-21 00:13:04 -04:00
texture_cache surface_params: Make use of designated initializers where applicable 2020-07-21 02:27:22 -04:00
textures Merge pull request #4324 from ReinUsesLisp/formats 2020-07-21 00:13:04 -04:00
CMakeLists.txt async shaders 2020-07-17 14:24:57 +10:00
compatible_formats.cpp video_core: Rearrange pixel format names 2020-07-13 01:44:23 -03:00
compatible_formats.h
dirty_flags.cpp
dirty_flags.h
dma_pusher.cpp
dma_pusher.h
fence_manager.h
gpu.cpp async shaders 2020-07-17 14:24:57 +10:00
gpu.h Merge pull request #4324 from ReinUsesLisp/formats 2020-07-21 00:13:04 -04:00
gpu_asynch.cpp
gpu_asynch.h
gpu_synch.cpp
gpu_synch.h
gpu_thread.cpp
gpu_thread.h
guest_driver.cpp
guest_driver.h
memory_manager.cpp
memory_manager.h
morton.cpp video_core: Rearrange pixel format names 2020-07-13 01:44:23 -03:00
morton.h
query_cache.h configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
rasterizer_accelerated.cpp
rasterizer_accelerated.h
rasterizer_interface.h
renderer_base.cpp configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
renderer_base.h
sampler_cache.cpp
sampler_cache.h
shader_cache.h shader_cache: Make use of std::erase_if 2020-07-14 15:49:15 -04:00
shader_notify.cpp Fix style issues 2020-07-18 14:24:32 +10:00
shader_notify.h async shaders 2020-07-17 14:24:57 +10:00
surface.cpp video_core: Rearrange pixel format names 2020-07-13 01:44:23 -03:00
surface.h video_core: Rearrange pixel format names 2020-07-13 01:44:23 -03:00
video_core.cpp configuration: implement per-game configurations (#4098) 2020-07-09 22:42:09 -04:00
video_core.h