..
buffer_cache
buffer_cache: Eliminate redundant map lookup in MarkRegionAsWritten()
6 years ago
engines
video_core: Initialize renderer with a GPU
5 years ago
host_shaders
video_core/host_shaders: Add CMake integration for string shaders
5 years ago
macro
Merge pull request #4542 from ReinUsesLisp/gpu-init-base
5 years ago
renderer_opengl
Merge pull request #4569 from ReinUsesLisp/glsl-cmake
5 years ago
renderer_vulkan
vk_device: Fix driver id check on AMD for VK_EXT_extended_dynamic_state
5 years ago
shader
Merge pull request #4524 from lioncash/memory-log
5 years ago
texture_cache
Merge pull request #4389 from ogniK5377/redundant-format-type
5 years ago
textures
textures/decoders: Fix block linear to pitch copies
5 years ago
CMakeLists.txt
video_core/host_shaders: Add CMake integration for string shaders
5 years ago
compatible_formats.cpp
video_core: Rearrange pixel format names
6 years ago
compatible_formats.h
compatible_formats: Add missing header guard
6 years ago
dirty_flags.cpp
DirtyFlags: relax need to set render_targets as dirty
6 years ago
dirty_flags.h
DirtyFlags: relax need to set render_targets as dirty
6 years ago
dma_pusher.cpp
DmaPusher: Remove dead code in step
6 years ago
dma_pusher.h
DmaPusher: Remove dead code in step
6 years ago
fence_manager.h
video_core/fence_manager: Remove unnecessary includes
5 years ago
gpu.cpp
video_core: Initialize renderer with a GPU
5 years ago
gpu.h
video_core: Initialize renderer with a GPU
5 years ago
gpu_asynch.cpp
video_core: Initialize renderer with a GPU
5 years ago
gpu_asynch.h
video_core: Initialize renderer with a GPU
5 years ago
gpu_synch.cpp
video_core: Initialize renderer with a GPU
5 years ago
gpu_synch.h
video_core: Initialize renderer with a GPU
5 years ago
gpu_thread.cpp
video_core: Remove unused variables
6 years ago
gpu_thread.h
GPU: Implement Flush Requests for Async mode.
6 years ago
guest_driver.cpp
gl_shader_cache: Rework shader cache and remove post-specializations
6 years ago
guest_driver.h
gl_shader_cache: Rework shader cache and remove post-specializations
6 years ago
memory_manager.cpp
Merge pull request #4574 from lioncash/const-fn
5 years ago
memory_manager.h
memory_manager: Make use of [[nodiscard]] in the interface
5 years ago
morton.cpp
video_core: Rearrange pixel format names
6 years ago
morton.h
renderer_opengl: Use block linear swizzling for CPU framebuffers
6 years ago
query_cache.h
configuration: implement per-game configurations (#4098)
6 years ago
rasterizer_accelerated.cpp
core: memory: Move to Core::Memory namespace.
6 years ago
rasterizer_accelerated.h
core: memory: Move to Core::Memory namespace.
6 years ago
rasterizer_interface.h
{maxwell_3d,buffer_cache}: Implement memory barriers using 3D registers
6 years ago
renderer_base.cpp
video_core: Initialize renderer with a GPU
5 years ago
renderer_base.h
video_core: Initialize renderer with a GPU
5 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
shader_cache.h
shader_cache: Make use of std::erase_if
6 years ago
shader_notify.cpp
Fix style issues
6 years ago
shader_notify.h
async shaders
6 years ago
surface.cpp
video_core: Rearrange pixel format names
6 years ago
surface.h
video_core: Rearrange pixel format names
6 years ago
video_core.cpp
video_core: Initialize renderer with a GPU
5 years ago
video_core.h
Frontend/GPU: Refactor context management
6 years ago