Lioncash 9403979c22 video_core/const_buffer_locker: Make use of std::tie in HasEqualKeys() 6 лет назад
..
buffer_cache 73aaf365e7 buffer_cache: Remove brace initialized for objects with default constructor 6 лет назад
debug_utils 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 лет назад
engines b03242067d Merge pull request #3098 from ReinUsesLisp/shader-invalidations 6 лет назад
renderer_opengl 6df6caaf5f Merge pull request #3143 from ReinUsesLisp/indexing-bug 6 лет назад
renderer_vulkan c8a48aacc0 video_core: Unify ProgramType and ShaderStage into ShaderType 6 лет назад
shader 9403979c22 video_core/const_buffer_locker: Make use of std::tie in HasEqualKeys() 6 лет назад
texture_cache 4681381a34 format_lookup_table: Address feedback 6 лет назад
textures 096f339a2a video_core: Silence implicit conversion warnings 6 лет назад
CMakeLists.txt c8a48aacc0 video_core: Unify ProgramType and ShaderStage into ShaderType 6 лет назад
dma_pusher.cpp e52c895559 GPU: Flush commands on every dma pusher step. 7 лет назад
dma_pusher.h 22d3dfbcd4 gpu: Rewrite virtual memory manager using PageTable. 7 лет назад
gpu.cpp ef9b31783d Merge pull request #2912 from FernandoS27/async-fixes 6 лет назад
gpu.h 1bdae0fe29 common_func: Use std::array for INSERT_PADDING_* macros. 6 лет назад
gpu_asynch.cpp 3f104464de Core: Wait for GPU to be idle before shutting down. 6 лет назад
gpu_asynch.h 3f104464de Core: Wait for GPU to be idle before shutting down. 6 лет назад
gpu_synch.cpp 9a76e94b3d gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig 7 лет назад
gpu_synch.h 3f104464de Core: Wait for GPU to be idle before shutting down. 6 лет назад
gpu_thread.cpp 9ec84fc592 gpu_thread: Don't spin wait if there are no GPU commands. 6 лет назад
gpu_thread.h 3f104464de Core: Wait for GPU to be idle before shutting down. 6 лет назад
macro_interpreter.cpp 125caf5d6e video_core/macro_interpreter: Make definitions of most private enums/unions hidden 6 лет назад
macro_interpreter.h 125caf5d6e video_core/macro_interpreter: Make definitions of most private enums/unions hidden 6 лет назад
memory_manager.cpp a1845d1dd3 prefer system reference over global accessor 7 лет назад
memory_manager.h a1845d1dd3 prefer system reference over global accessor 7 лет назад
morton.cpp 3f9262195b Video_Core: Implement texture format E5B9G9R9_SHAREDEXP. 6 лет назад
morton.h 9cdf5c6c31 renderer_opengl: Use block linear swizzling for CPU framebuffers 7 лет назад
rasterizer_accelerated.cpp bd2aff3e26 rasterizer_accelerated: Add intermediary for GPU rasterizers 6 лет назад
rasterizer_accelerated.h bd2aff3e26 rasterizer_accelerated: Add intermediary for GPU rasterizers 6 лет назад
rasterizer_cache.cpp 9de523fd90 rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject 7 лет назад
rasterizer_cache.h 4705d1b523 rasterizer_cache: Protect inherited caches from submission level 7 лет назад
rasterizer_interface.h 68f5aff64f Maxwell3D: Corrections and refactors to MME instance refactor 6 лет назад
renderer_base.cpp f9ee0dc7ee video_core/engines: Remove unnecessary includes 7 лет назад
renderer_base.h 9a76e94b3d gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig 7 лет назад
sampler_cache.cpp c5047540c9 video_core: Abstract vk_sampler_cache into a templated class 7 лет назад
sampler_cache.h c5047540c9 video_core: Abstract vk_sampler_cache into a templated class 7 лет назад
surface.cpp 80eacdf89b texture_cache: Use a table instead of switch for texture formats 6 лет назад
surface.h 80eacdf89b texture_cache: Use a table instead of switch for texture formats 6 лет назад
video_core.cpp 096f339a2a video_core: Silence implicit conversion warnings 6 лет назад
video_core.h 6d0551196d video_core/gpu: Create threads separately from initialization 7 лет назад