2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core
Lioncash 6a03badcbc astc: Initialize vector size directly in Decompress
There's no need to perform a separate resize.
2018-07-17 23:58:14 -04:00
..
debug_utils
engines GPU: Added register definitions for the stencil parameters. 2018-07-17 15:00:21 -05:00
renderer_opengl gl_rasterizer_cache: Implement texture format G8R8. 2018-07-15 01:33:42 -04:00
textures astc: Initialize vector size directly in Decompress 2018-07-17 23:58:14 -04:00
CMakeLists.txt
command_processor.cpp Update clang format 2018-07-02 21:45:47 -04:00
command_processor.h
gpu.cpp
gpu.h GPU: Implemented the Z24S8 depth format and load the depth framebuffer. 2018-07-02 12:42:04 -05:00
macro_interpreter.cpp
macro_interpreter.h
memory_manager.cpp GPU: Allow GpuToCpuAddress to return boost::none for unmapped addresses. 2018-07-02 09:42:48 -05:00
memory_manager.h
rasterizer_interface.h GPU: Bind and clear the render target when the CLEAR_BUFFERS register is written to. 2018-07-03 16:56:44 -05:00
renderer_base.cpp
renderer_base.h
utils.h
video_core.cpp Rename logging macro back to LOG_* 2018-07-02 21:45:47 -04:00
video_core.h