This website requires JavaScript.
Explore
Help
Sign In
yuan
/
suyu
Watch
1
Star
0
Fork
0
You've already forked suyu
mirror of
https://git.suyu.dev/suyu/suyu.git
synced
2025-09-14 07:46:46 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
suyu
/
src
/
video_core
History
Sebastian Valle
8df011a57f
Merge pull request
#483
from bunnei/sonic
...
Several GPU fixes to boot Sonic Mania
2018-05-30 07:31:46 -05:00
..
debug_utils
…
engines
gl_shader_decompiler: Partially implement F2F_R instruction.
2018-05-29 23:10:44 -04:00
renderer_opengl
Merge pull request
#483
from bunnei/sonic
2018-05-30 07:31:46 -05:00
textures
GPU: Implemented the R8 texture format (0x1D)
2018-05-29 21:49:37 -05:00
CMakeLists.txt
…
command_processor.cpp
GPU: Allow command lists to rebind a channel to another engine in the middle of the command list.
2018-05-24 17:32:46 -05:00
command_processor.h
…
gpu.cpp
…
gpu.h
…
macro_interpreter.cpp
…
macro_interpreter.h
…
memory_manager.cpp
GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.
2018-05-20 14:25:56 -05:00
memory_manager.h
GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl.
2018-05-20 14:25:56 -05:00
rasterizer_interface.h
…
renderer_base.cpp
renderer: Create rasterizer and cleanup.
2018-03-22 19:46:37 -04:00
renderer_base.h
…
utils.h
…
video_core.cpp
…
video_core.h
…