You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Fernando Sahmkow f159a12820
Merge pull request #3480 from ReinUsesLisp/vk-disabled-ubo
6 years ago
..
buffer_cache buffer_cache: Delay buffer destructions 6 years ago
engines state_tracker: Remove type traits with named structures 6 years ago
renderer_opengl gl_shader_manager: Fix interaction between graphics and compute 6 years ago
renderer_vulkan Merge pull request #3480 from ReinUsesLisp/vk-disabled-ubo 6 years ago
shader Merge pull request #3451 from ReinUsesLisp/indexed-textures 6 years ago
texture_cache renderer_opengl: Reintroduce dirty flags for render targets 6 years ago
textures textures: Fix anisotropy hack 6 years ago
CMakeLists.txt dirty_flags: Deduplicate code between OpenGL and Vulkan 6 years ago
dirty_flags.cpp dirty_flags: Deduplicate code between OpenGL and Vulkan 6 years ago
dirty_flags.h video_core/dirty_flags: Address feedback 6 years ago
dma_pusher.cpp video_core: Reintroduce dirty flags infrastructure 6 years ago
dma_pusher.h gpu: Rewrite virtual memory manager using PageTable. 7 years ago
gpu.cpp video_core/gpu: Remove unused functions 6 years ago
gpu.h Merge pull request #3461 from ReinUsesLisp/r32i-rt 6 years ago
gpu_asynch.cpp Core: Wait for GPU to be idle before shutting down. 7 years ago
gpu_asynch.h Core: Wait for GPU to be idle before shutting down. 7 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. 7 years ago
gpu_thread.cpp core: frontend: Refactor scope_acquire_window_context to scope_acquire_context. 6 years ago
gpu_thread.h gpu_thread: Use MPSCQueue for GPU commands. 6 years ago
guest_driver.cpp Shader_IR: Address Feedback 6 years ago
guest_driver.h Shader_IR: Address feedback. 6 years ago
macro_interpreter.cpp video_core/macro_interpreter: Make definitions of most private enums/unions hidden 7 years ago
macro_interpreter.h video_core/macro_interpreter: Make definitions of most private enums/unions hidden 7 years ago
memory_manager.cpp video_core: memory_manager: Flush/invalidate asynchronously on Unmap. 6 years ago
memory_manager.h prefer system reference over global accessor 7 years ago
morton.cpp texture: Implement R32I 6 years ago
morton.h renderer_opengl: Use block linear swizzling for CPU framebuffers 7 years ago
query_cache.h query_cache: Address feedback 6 years ago
rasterizer_accelerated.cpp Added missing include 7 years ago
rasterizer_accelerated.h core: Prepare various classes for memory read/write migration 7 years ago
rasterizer_cache.cpp rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject 8 years ago
rasterizer_cache.h rasterizer_cache: Protect inherited caches from submission level 7 years ago
rasterizer_interface.h video_core: Reintroduce dirty flags infrastructure 6 years ago
renderer_base.cpp video_core/engines: Remove unnecessary includes 7 years ago
renderer_base.h renderer_opengl: Add texture mailbox support for presenter thread. 6 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 video_core/surface: Add R32_SINT render target format 6 years ago
surface.h texture: Implement R32I 6 years ago
video_core.cpp yuzu: Implement Vulkan frontend 6 years ago
video_core.h video_core/gpu: Create threads separately from initialization 7 years ago