index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shader_recompiler
/
frontend
/
maxwell
/
translate
/
impl
/
move_special_register.cpp
Age
Commit message (
Collapse
)
Author
2023-08-27
Shader Recompiler: Auto stub special registers and dump pipelines on exception.
Fernando Sahmkow
2022-11-07
video_core: Fix few issues in Tess stage
FengChen
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-07-22
shader: Add logging
ReinUsesLisp
2021-07-22
shader: Stub SR_AFFINITY
FernandoS27
2021-07-22
shader: Initial OpenGL implementation
ReinUsesLisp
2021-07-22
shader: Implement SR_Y_DIRECTION
FernandoS27
2021-07-22
shader: Implement tessellation shaders, polygon mode and invocation id
ReinUsesLisp
2021-07-22
shader: Stub SR_INVOCATION_INFO
ReinUsesLisp
2021-07-22
shader: Implement SR_THREAD_KILL
ReinUsesLisp
2021-07-22
shader: Add subgroup masks
ReinUsesLisp
2021-07-22
shader: Address Feedback
FernandoS27
2021-07-22
shader: Implement SR_LaneId
FernandoS27
2021-07-22
shader: Stub VOTE.VTG
FernandoS27
2021-07-22
shader: Initial instruction support
ReinUsesLisp