..
buffer_cache
buffer_cache: Add missing includes (#3079)
6 years ago
debug_utils
general: Use deducation guides for std::lock_guard and std::unique_lock
7 years ago
engines
gl_shader_cache: Specialize shader workgroup
6 years ago
renderer_opengl
gl_shader_cache: Specialize shader workgroup
6 years ago
renderer_vulkan
texture_cache: Drop abstracted ComponentType
6 years ago
shader
shader/texture: Handle TLDS texture type mismatches
6 years ago
texture_cache
format_lookup_table: Address feedback
6 years ago
textures
video_core: Silence implicit conversion warnings
6 years ago
CMakeLists.txt
texture_cache: Use a table instead of switch for texture formats
6 years ago
dma_pusher.cpp
GPU: Flush commands on every dma pusher step.
7 years ago
dma_pusher.h
gpu: Rewrite virtual memory manager using PageTable.
7 years ago
gpu.cpp
Merge pull request #2912 from FernandoS27/async-fixes
6 years ago
gpu.h
common_func: Use std::array for INSERT_PADDING_* macros.
6 years ago
gpu_asynch.cpp
Core: Wait for GPU to be idle before shutting down.
6 years ago
gpu_asynch.h
Core: Wait for GPU to be idle before shutting down.
6 years ago
gpu_synch.cpp
gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
7 years ago
gpu_synch.h
Core: Wait for GPU to be idle before shutting down.
6 years ago
gpu_thread.cpp
AsyncGpu: Address Feedback
6 years ago
gpu_thread.h
Core: Wait for GPU to be idle before shutting down.
6 years ago
macro_interpreter.cpp
video_core/macro_interpreter: Make definitions of most private enums/unions hidden
6 years ago
macro_interpreter.h
video_core/macro_interpreter: Make definitions of most private enums/unions hidden
6 years ago
memory_manager.cpp
prefer system reference over global accessor
7 years ago
memory_manager.h
prefer system reference over global accessor
7 years ago
morton.cpp
Video_Core: Implement texture format E5B9G9R9_SHAREDEXP.
6 years ago
morton.h
renderer_opengl: Use block linear swizzling for CPU framebuffers
7 years ago
rasterizer_accelerated.cpp
rasterizer_accelerated: Add intermediary for GPU rasterizers
6 years ago
rasterizer_accelerated.h
rasterizer_accelerated: Add intermediary for GPU rasterizers
6 years ago
rasterizer_cache.cpp
rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject
7 years ago
rasterizer_cache.h
rasterizer_cache: Protect inherited caches from submission level
7 years ago
rasterizer_interface.h
Maxwell3D: Corrections and refactors to MME instance refactor
7 years ago
renderer_base.cpp
video_core/engines: Remove unnecessary includes
7 years ago
renderer_base.h
gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
7 years ago
sampler_cache.cpp
video_core: Abstract vk_sampler_cache into a templated class
7 years ago
sampler_cache.h
video_core: Abstract vk_sampler_cache into a templated class
7 years ago
surface.cpp
texture_cache: Use a table instead of switch for texture formats
6 years ago
surface.h
texture_cache: Use a table instead of switch for texture formats
6 years ago
video_core.cpp
video_core: Silence implicit conversion warnings
6 years ago
video_core.h
video_core/gpu: Create threads separately from initialization
7 years ago