573 Commits (1de7f0beeb42b8b203efb1ef2726f0ba29393dc1)

Author SHA1 Message Date
Lioncash fcc59b55f7 video_core/control_flow: Make program_size for ScanFlow() a std::size_t 7 years ago
Lioncash 1bad7650ec video_core/control_flow: Place all internally linked types/functions within an anonymous namespace 7 years ago
Lioncash 78f54de493 video_core/shader/decode: Prevent sign-conversion warnings 7 years ago
Fernando Sahmkow 3e0f5631c3 Shader_Ir: correct clang format 7 years ago
Fernando Sahmkow a13b47f080 Shader_Ir: Downgrade precision and rounding asserts to debug asserts. 7 years ago
Lioncash 41e2ad0f26 shader_ir: std::move Node instance where applicable 7 years ago
Lioncash 4d02d971de shader_ir: Rename Get/SetTemporal to Get/SetTemporary 7 years ago
Lioncash 40a74b1546 shader_ir: Remove unused includes 7 years ago
Fernando Sahmkow 88fddaca00 Shader_Ir: Correct tracking to track from right to left 7 years ago
Lioncash 778d8fedfa shader/decode/other: Correct branch indirect argument within BRA handling 7 years ago
ReinUsesLisp a54be6ef96 shader: Allow tracking of indirect buffers without variable offset 7 years ago
Fernando Sahmkow 3533ee4697 shader_ir: Add comments on missing instruction. 7 years ago
Fernando Sahmkow 5f0c400d43 shader_ir: limit explorastion to best known program size. 7 years ago
Fernando Sahmkow 22f04d827f control_flow: Correct block breaking algorithm. 7 years ago
Fernando Sahmkow e56ebe9d99 control_flow: Assert shaders bigger than limit. 7 years ago
Fernando Sahmkow 848229a9ea control_flow: Address feedback. 7 years ago
Fernando Sahmkow cf3a7c0761 shader_ir: Correct parsing of scheduling instructions and correct sizing 7 years ago
Fernando Sahmkow 0164b108ab shader_ir: Correct max sizing 7 years ago
Fernando Sahmkow be5e508cce shader_ir: Remove unnecessary constructors and use optional for ScanFlow result 7 years ago
Fernando Sahmkow d996ab2d77 shader_ir: Corrections, documenting and asserting control_flow 7 years ago
Fernando Sahmkow 82efa35683 shader_ir: Unify blocks in decompiled shaders. 7 years ago
Fernando Sahmkow d7b3d3a823 shader_ir: Decompile Flow Stack 7 years ago
Fernando Sahmkow 92be9d01aa shader_ir: propagate shader size to the IR 7 years ago
Fernando Sahmkow d5d4cc30ec shader_ir: Implement BRX & BRA.CC 7 years ago
Fernando Sahmkow fc89b55635 shader_ir: Remove the old scanner. 7 years ago
Fernando Sahmkow 48e75bade4 shader_ir: Implement a new shader scanner 7 years ago
ReinUsesLisp a650406899 gl_shader_decompiler: Implement gl_ViewportIndex and gl_Layer in vertex shaders 7 years ago
Tobias d15f1f4e9e Delete decode_integer_set.cpp 7 years ago
ReinUsesLisp 48d485d6df shader/texture: Add F16 support for TLDS 7 years ago
ReinUsesLisp 7478665d14 decode/texture: Address feedback 7 years ago
Fernando Sahmkow b62d22a77d texture_cache: Style and Corrections 7 years ago
Fernando Sahmkow d826617314 shader_ir: Fix image copy rebase issues 7 years ago
ReinUsesLisp 7e4a7929f8 shader: Implement bindless images 7 years ago
ReinUsesLisp 224e4e174d shader: Decode SUST and implement backing image functionality 7 years ago
ReinUsesLisp 27cd63a05a shader: Implement texture buffers 7 years ago
ReinUsesLisp e8bd976b4d shader: Split SSY and PBK stack 7 years ago
ReinUsesLisp 419d5bf5db shader/node: Minor changes 7 years ago
ReinUsesLisp 056ff86fc9 shader: Move Node declarations out of the shader IR header 7 years ago
ReinUsesLisp fd392543e8 shader: Use shared_ptr to store nodes and move initialization to file 7 years ago
Lioncash 6dfd67b016 shader/shader_ir: Make Comment() take a std::string by value 7 years ago
Lioncash 9d3cbef5ce shader/decode/*: Add missing newline to files lacking them 7 years ago
Lioncash bf42020f25 shader/decode/*: Eliminate indirect inclusions 7 years ago
Lioncash d9b4b49538 shader/decode/memory: Remove left in debug pragma 7 years ago
ReinUsesLisp 68af52d525 shader/memory: Implement ST (generic memory) 7 years ago
ReinUsesLisp 71ded7da4e shader/memory: Implement LD (generic memory) 7 years ago
ReinUsesLisp 8a83af0af0 shader: Implement S2R Tid{XYZ} and CtaId{XYZ} 7 years ago
Lioncash 5ffa4c6a82 shader/shader_ir: Remove unnecessary inline specifiers 7 years ago
Lioncash b1c14e2810 shader/shader_ir: Simplify constructors for OperationNode 7 years ago
Lioncash 62c55e0086 shader/shader_ir: Remove unnecessary template parameter packs from Operation() overloads where applicable 7 years ago
Lioncash 603d9a632a shader/shader_ir: Mark tracking functions as const member functions 7 years ago