This website requires JavaScript.
Explore
Help
Sign In
tstarr
/
yuzu
Watch
1
Star
0
Fork
0
You've already forked yuzu
mirror of
https://github.com/starr-dusT/yuzu-mainline
synced
2024-03-05 21:12:25 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
yuzu
/
src
/
video_core
/
engines
History
bunnei
f81b915fd8
Merge pull request
#396
from Subv/shader_ops
...
Shaders: Implemented the FSET instruction.
2018-04-25 22:42:54 -04:00
..
fermi_2d.cpp
GPU: Partially implemented the Fermi2D surface copy operation.
2018-04-25 12:54:26 -05:00
fermi_2d.h
GPU: Partially implemented the Fermi2D surface copy operation.
2018-04-25 12:54:26 -05:00
maxwell_3d.cpp
GPU: Reduce the number of registers of Maxwell3D to 0xE00.
2018-04-25 11:55:28 -05:00
maxwell_3d.h
GPU: Reduce the number of registers of Maxwell3D to 0xE00.
2018-04-25 11:55:28 -05:00
maxwell_compute.cpp
GPU: Macros are specific to the Maxwell3D engine, so handle them internally.
2018-03-18 11:51:45 -05:00
maxwell_compute.h
GPU: Macros are specific to the Maxwell3D engine, so handle them internally.
2018-03-18 11:51:45 -05:00
shader_bytecode.h
Shaders: Added bit decodings for the I2I instruction.
2018-04-25 12:52:55 -05:00