You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuzu/src/video_core
bunnei 8a537a2021
Merge pull request #1637 from FernandoS27/cache
Improved GPU Caches lookup Speed
7 years ago
..
debug_utils debug_utils: Remove unused includes 7 years ago
engines gl_rasterizer: Minor cleanup 7 years ago
renderer_opengl Merge pull request #1662 from FreddyFunk/CopySurface-Optimization 7 years ago
textures Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666) 7 years ago
CMakeLists.txt rasterizer_cache: Add missing virtual destructor to RasterizerCacheObject 7 years ago
command_processor.cpp global: Use std::optional instead of boost::optional (#1578) 7 years ago
command_processor.h video_core: Move command buffer loop. 7 years ago
gpu.cpp GPU: Improved implementation of maxwell DMA (Subv). 7 years ago
gpu.h Merge pull request #1329 from raven02/bgr5a1u 7 years ago
macro_interpreter.cpp maxwell_3d: Restructure macro upload to use a single macro code memory. 7 years ago
macro_interpreter.h maxwell_3d: Restructure macro upload to use a single macro code memory. 7 years ago
memory_manager.cpp memory_manager: Do not MapBufferEx over already in use memory. 7 years ago
memory_manager.h memory_manager: Do not MapBufferEx over already in use memory. 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 gl_rasterizer: Add rasterizer cache code to handle accerated fermi copies. 7 years ago
renderer_base.cpp video_core/renderer_base: Remove GL include from the renderer base class files 7 years ago
renderer_base.h global: Use std::optional instead of boost::optional (#1578) 7 years ago
surface.cpp Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666) 7 years ago
surface.h Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB (#1666) 7 years ago
utils.h video_core: Move OpenGL specific utils to its renderer 7 years ago
video_core.cpp renderer_opengl: Namespace OpenGL code 7 years ago
video_core.h core: Namespace EmuWindow 7 years ago