aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/move_special_register.cpp
AgeCommit message (Collapse)Author
2023-08-27Shader Recompiler: Auto stub special registers and dump pipelines on exception.Fernando Sahmkow
2022-11-07video_core: Fix few issues in Tess stageFengChen
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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-22shader: Add loggingReinUsesLisp
2021-07-22shader: Stub SR_AFFINITYFernandoS27
2021-07-22shader: Initial OpenGL implementationReinUsesLisp
2021-07-22shader: Implement SR_Y_DIRECTIONFernandoS27
2021-07-22shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp
2021-07-22shader: Stub SR_INVOCATION_INFOReinUsesLisp
2021-07-22shader: Implement SR_THREAD_KILLReinUsesLisp
2021-07-22shader: Add subgroup masksReinUsesLisp
2021-07-22shader: Address FeedbackFernandoS27
2021-07-22shader: Implement SR_LaneIdFernandoS27
2021-07-22shader: Stub VOTE.VTGFernandoS27
2021-07-22shader: Initial instruction supportReinUsesLisp