| .. |
|
buffer_cache
|
buffer_cache: Minor fixes
|
4 years ago |
|
command_classes
|
codec: Add missing <string_view> include
|
4 years ago |
|
engines
|
Fix blend equation enum error
|
4 years ago |
|
host_shaders
|
astc_decoder: Reduce workgroup size
|
5 years ago |
|
macro
|
xbyak: Update include path
|
5 years ago |
|
renderer_opengl
|
buffer_cache: Minor fixes
|
4 years ago |
|
renderer_vulkan
|
Merge pull request #7019 from ameerj/videocore-jthread
|
4 years ago |
|
texture_cache
|
slot_vector: Add missing <algorithm> include
|
4 years ago |
|
textures
|
Merge pull request #6879 from ameerj/decoder-assert
|
5 years ago |
|
vulkan_common
|
Merge pull request #7011 from ameerj/vk-validation-0x0
|
4 years ago |
|
CMakeLists.txt
|
cmake: Add VDPAU and NVDEC support to FFmpeg
|
5 years ago |
|
cdma_pusher.cpp
|
Slightly refactor NVDEC and codecs for readability and safety
|
5 years ago |
|
cdma_pusher.h
|
Address PR feedback
|
5 years ago |
|
compatible_formats.cpp
|
texture_cache: Blacklist BGRA8 copies and views on OpenGL
|
5 years ago |
|
compatible_formats.h
|
texture_cache: Blacklist BGRA8 copies and views on OpenGL
|
5 years ago |
|
delayed_destruction_ring.h
|
video_core: Add a delayed destruction ring abstraction
|
5 years ago |
|
dirty_flags.cpp
|
shader: Accelerate pipeline transitions and use dirty flags for shaders
|
5 years ago |
|
dirty_flags.h
|
shader: Accelerate pipeline transitions and use dirty flags for shaders
|
5 years ago |
|
dma_pusher.cpp
|
BufferCache: Additional download fixes.
|
5 years ago |
|
dma_pusher.h
|
video_core: Resolve more variable shadowing scenarios
|
5 years ago |
|
fence_manager.h
|
Fence Manager: remove reference fencing.
|
5 years ago |
|
framebuffer_config.h
|
video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.
|
5 years ago |
|
gpu.cpp
|
gpu: Use std::jthread for async gpu thread
|
4 years ago |
|
gpu.h
|
gpu: Use std::jthread for async gpu thread
|
4 years ago |
|
gpu_thread.cpp
|
gpu: Use std::jthread for async gpu thread
|
4 years ago |
|
gpu_thread.h
|
gpu: Use std::jthread for async gpu thread
|
4 years ago |
|
memory_manager.cpp
|
video_core/memory_manager: Add missing <algorithm> include
|
4 years ago |
|
memory_manager.h
|
Texture Cache: Address feedback.
|
5 years ago |
|
query_cache.h
|
common: Move settings to common from core.
|
5 years ago |
|
rasterizer_accelerated.cpp
|
rasterizer: Update pages in batches
|
5 years ago |
|
rasterizer_accelerated.h
|
video_core: rasterizer_cache: Use u16 for cached page count.
|
5 years ago |
|
rasterizer_interface.h
|
shader: Remove old shader management
|
5 years ago |
|
renderer_base.cpp
|
renderers: Add explicit invert_y bool to screenshot callback
|
5 years ago |
|
renderer_base.h
|
renderers: Add explicit invert_y bool to screenshot callback
|
5 years ago |
|
shader_cache.cpp
|
shader: Initial OpenGL implementation
|
5 years ago |
|
shader_cache.h
|
shader: Initial OpenGL implementation
|
5 years ago |
|
shader_environment.cpp
|
shader_environment: Add missing <algorithm> include
|
4 years ago |
|
shader_environment.h
|
shader_environment: Receive cache version from outside
|
5 years ago |
|
shader_notify.cpp
|
vk_pipeline_cache,shader_notify: Add shader notifications
|
5 years ago |
|
shader_notify.h
|
vk_pipeline_cache,shader_notify: Add shader notifications
|
5 years ago |
|
surface.cpp
|
Reaper: Address Feedback.
|
5 years ago |
|
surface.h
|
Reaper: Address Feedback.
|
5 years ago |
|
transform_feedback.cpp
|
transform_feedback: Read buffer stride from index instead of layout
|
5 years ago |
|
transform_feedback.h
|
shader: Split profile and runtime info headers
|
5 years ago |
|
video_core.cpp
|
configure_graphics: Add GPU nvdec decoding as an option
|
5 years ago |
|
video_core.h
|
Frontend/GPU: Refactor context management
|
6 years ago |