summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/value.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader_recompiler: Remove S32 IR typeameerj2023-01-261-3/+0
| | | | | | The frontend IR opcodes do not distinguish between signed and unsigned integer types. Fixes broken shaders when IR validation/graphics debugging is enabled for shaders that used BitCastS32F32
* video_core: Fix SNORM texture buffer emulating error (#9001)Feng Chen2022-11-041-0/+3
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | 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.
* shader_recompiler: Reduce unused includesameerj2022-03-201-1/+0
|
* glasm: Rework control flow introducing a syntax listReinUsesLisp2021-07-231-8/+0
| | | | | This commit regresses VertexA shaders, their transformation pass has to be adapted to the new control flow.
* shader: Inline common Value gettersReinUsesLisp2021-07-231-107/+0
|
* shader: Inline common Value functions into the headerReinUsesLisp2021-07-231-19/+0
|
* shader: Move microinstruction header to the value headerReinUsesLisp2021-07-231-1/+0
|
* shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp2021-07-231-0/+9
|
* shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq2021-07-231-2/+2
| | | | | | | | | | | | | | | | | Mostly fixing unused *, implicit conversion, braced scalar init, fpermissive, and some others. Some Clang errors likely remain in video_core, and std::ranges is still a pertinent issue in shader_recompiler shader_recompiler: cmake: Force bracket depth to 1024 on Clang Increases the maximum fold expression depth thread_worker: Include condition_variable Don't use list initializers in control flow Co-authored-by: ReinUsesLisp <reinuseslisp@airmail.cc>
* shader: Store type of phi nodes in flagsReinUsesLisp2021-07-231-1/+5
| | | | This is needed because pseudo-instructions where invalidated.
* shader: Refactor PTP and other minor changesReinUsesLisp2021-07-231-14/+0
|
* shader: Implement TLD4.PTPFernandoS272021-07-231-0/+14
|
* shader: Implement DADDameerj2021-07-231-0/+8
|
* shader: Fix control flowReinUsesLisp2021-07-231-1/+5
|
* shader: Add utility to resolve identities on a valueReinUsesLisp2021-07-231-0/+7
|
* shader: Add pools and rename filesReinUsesLisp2021-07-231-1/+1
|
* shader: Make typed IRReinUsesLisp2021-07-231-0/+28
|
* shader: Constant propagation and global memory to storage bufferReinUsesLisp2021-07-231-2/+15
|
* shader: SSA and dominanceReinUsesLisp2021-07-231-0/+37
|
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+124