yuzu/src/video_core
Lioncash 811bff009e macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult()
We can reduce the capture scope so that it's not possible for both "reg"
variables to clash with one another.

While we're at it, we can prevent unnecessary copies while we're at it.
2020-06-19 21:57:44 -04:00
..
buffer_cache buffer_cache: Eliminate local variable shadowing 2020-06-19 21:55:02 -04:00
engines Merge pull request #4049 from ReinUsesLisp/separate-samplers 2020-06-13 13:48:27 -04:00
macro macro_jit_x64: Eliminate variable shadowing in Compile_ProcessResult() 2020-06-19 21:57:44 -04:00
renderer_opengl maxwell_to_gl: Miscellaneous changes 2020-06-18 04:56:31 -04:00
renderer_vulkan vk_sampler_cache: Emulate GL_LINEAR/NEAREST minification filters 2020-06-18 04:56:31 -04:00
shader shader/texture: Join separate image and sampler pairs offline 2020-06-05 00:24:51 -03:00
texture_cache texture_cache: Port original code management for 2D vs 3D textures 2020-06-08 05:02:22 -03:00
textures
CMakeLists.txt Merge pull request #4041 from ReinUsesLisp/arb-decomp 2020-06-16 14:56:23 -04:00
dirty_flags.cpp
dirty_flags.h
dma_pusher.cpp DmaPusher: Remove dead code in step 2020-05-16 12:42:27 +10:00
dma_pusher.h DmaPusher: Remove dead code in step 2020-05-16 12:42:27 +10:00
fence_manager.h
gpu_asynch.cpp
gpu_asynch.h
gpu_synch.cpp
gpu_synch.h
gpu_thread.cpp
gpu_thread.h
gpu.cpp
gpu.h
guest_driver.cpp
guest_driver.h
memory_manager.cpp
memory_manager.h
morton.cpp texture: Implement R8G8UI 2020-04-30 13:19:36 -04:00
morton.h renderer_opengl: Use block linear swizzling for CPU framebuffers 2019-08-21 02:17:14 -03:00
query_cache.h
rasterizer_accelerated.cpp
rasterizer_accelerated.h
rasterizer_interface.h
renderer_base.cpp
renderer_base.h
sampler_cache.cpp
sampler_cache.h
shader_cache.h shader_cache: Implement a generic shader cache 2020-06-07 04:32:32 -03:00
surface.cpp
surface.h
video_core.cpp
video_core.h