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.
 
 
 
 
 
 
bunnei 11ac277646 Merge pull request #2147 from ReinUsesLisp/texture-clean 7 years ago
..
debug_utils debug_utils: Remove unused includes 7 years ago
engines Merge pull request #2147 from ReinUsesLisp/texture-clean 7 years ago
renderer_opengl Merge pull request #2147 from ReinUsesLisp/texture-clean 7 years ago
renderer_vulkan Merge pull request #2191 from ReinUsesLisp/maxwell-to-vk 7 years ago
shader shader/decode: Remove extras from MetaTexture 7 years ago
textures gl_rasterizer_cache: Move format conversion to its own file 7 years ago
CMakeLists.txt Merge pull request #2147 from ReinUsesLisp/texture-clean 7 years ago
dma_pusher.cpp dma_pusher: Store command_list_header by copy 7 years ago
dma_pusher.h video_core/dma_pusher: Simplyfy Step() logic. 7 years ago
gpu.cpp gpu: Refactor to take RendererBase instead of RasterizerInterface. 7 years ago
gpu.h video_core/gpu: Make GPU's destructor virtual 7 years ago
gpu_asynch.cpp gpu: Refactor a/synchronous implementations into their own classes. 7 years ago
gpu_asynch.h video_core/gpu: Make GPU's destructor virtual 7 years ago
gpu_synch.cpp gpu: Refactor a/synchronous implementations into their own classes. 7 years ago
gpu_synch.h video_core/gpu: Make GPU's destructor virtual 7 years ago
gpu_thread.cpp gpu_thread: Fix deadlock with threading idle state check. 7 years ago
gpu_thread.h video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype 7 years ago
macro_interpreter.cpp Fixed uninitialized memory due to missing returns in canary 7 years ago
macro_interpreter.h macro_interpreter: Implement AddWithCarry and SubtractWithBorrow. 7 years ago
memory_manager.cpp memory_manager: Check for reserved page status 7 years ago
memory_manager.h memory_manager: Do not allow 0 to be a valid GPUVAddr. 7 years ago
morton.cpp gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist. 7 years ago
morton.h Implemented Tile Width Spacing 7 years ago
rasterizer_cache.cpp rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject 7 years ago
rasterizer_cache.h Devirtualize Register/Unregister and use a wrapper instead. 7 years ago
rasterizer_interface.h common/math_util: Move contents into the Common namespace 7 years ago
renderer_base.cpp video_core/engines: Remove unnecessary includes 7 years ago
renderer_base.h yuzu, video_core: Screenshot functionality 7 years ago
surface.cpp video_core/surface: Remove obsolete TODO in PixelFormatFromRenderTargetFormat() 7 years ago
surface.h video_core: Remove unused Fill surface type 7 years ago
video_core.cpp gl_shader_disk_cache: Pass core system as argument and guard against games without title ids 7 years ago
video_core.h gl_shader_disk_cache: Pass core system as argument and guard against games without title ids 7 years ago