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.
 
 
 
 
 
 
Lioncash 4addab6160 shader/shader_ir: Amend three comment typos 7 years ago
..
debug_utils debug_utils: Remove unused includes 7 years ago
engines Merge pull request #1927 from ReinUsesLisp/shader-ir 7 years ago
renderer_opengl Merge pull request #1927 from ReinUsesLisp/shader-ir 7 years ago
shader shader/shader_ir: Amend three comment typos 7 years ago
textures Fixed uninitialized memory due to missing returns in canary 7 years ago
CMakeLists.txt video_core: Rename glsl_decompiler to gl_shader_decompiler 7 years ago
dma_pusher.cpp dma_pushbuffer: Optimize to avoid loop and copy on Push. 7 years ago
dma_pusher.h dma_pushbuffer: Optimize to avoid loop and copy on Push. 7 years ago
gpu.cpp Fixed uninitialized memory due to missing returns in canary 7 years ago
gpu.h gpu: Rewrite GPU command list processing with DmaPusher class. 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: Do not allow 0 to be a valid GPUVAddr. 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 Improved GPU Caches lookup Speed 7 years ago
rasterizer_interface.h Rename step 1 and step 2 to be a little more descriptive 7 years ago
renderer_base.cpp yuzu, video_core: Screenshot functionality 7 years ago
renderer_base.h yuzu, video_core: Screenshot functionality 7 years ago
surface.cpp gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist. 7 years ago
surface.h gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist. 7 years ago
video_core.cpp video_core: Silent implicit conversion warning 7 years ago
video_core.h yuzu, video_core: Screenshot functionality 7 years ago