52 Commits (09dbaa2674952384075845b21815e7e62b39ca83)

Author SHA1 Message Date
ReinUsesLisp 063d3e22d6 gl_shader_decompiler: Move entries to a separate function 6 years ago
Fernando Sahmkow 2baf1e1ed4 Shader_Cache: setup connection of ConstBufferLocker 6 years ago
Lioncash 1f2a584d55 shader_ir: Use std::array with pair instead of unordered_map 6 years ago
Fernando Sahmkow 9e8c57f049 Shader_IR: allow else derivation to be optional. 6 years ago
Fernando Sahmkow 7b55e1c0b1 Shader_Ir: Refactor Decompilation process and allow multiple decompilation modes. 6 years ago
Fernando Sahmkow 5d3c5df7f4 gl_shader_decompiler: Implement AST decompiling 7 years ago
Fernando Sahmkow f1ed22419c shader_ir: Declare Manager and pass it to appropiate programs. 7 years ago
Fernando Sahmkow ae03b1ebc7 VideoCore: Corrections to the MME Inliner and removal of hacky instance management. 6 years ago
ReinUsesLisp df0203dd87 shader_ir: Implement ST_S 7 years ago
ReinUsesLisp 11138d67ad shader/decode: Implement S2R Tic 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
ReinUsesLisp a54be6ef96 shader: Allow tracking of indirect buffers without variable offset 7 years ago
Fernando Sahmkow 92be9d01aa shader_ir: propagate shader size to the IR 7 years ago
ReinUsesLisp a650406899 gl_shader_decompiler: Implement gl_ViewportIndex and gl_Layer in vertex shaders 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 c410a37168 shader/shader_ir: Place implementations of constructor and destructor in cpp file 7 years ago
ReinUsesLisp d6193e2e36 shader: Add physical attributes commentaries 7 years ago
ReinUsesLisp f96020b2ae shader_ir/memory: Implement physical input attributes 7 years ago
ReinUsesLisp f6194ce3fe shader: Remove unused AbufNode Ipa mode 7 years ago
ReinUsesLisp 7a56d07632 video_core: Silent -Wswitch warnings 7 years ago
ReinUsesLisp 6ea1afc2bc shader_ir/decode: Fix half float pre-operations and remove MetaHalfArithmetic 7 years ago
ReinUsesLisp 6d47914b88 shader_ir/decode: Implement half float saturation 7 years ago
ReinUsesLisp a87fe3ea63 renderer_opengl: Implement half float NaN comparisons 7 years ago
ReinUsesLisp b6a805df3b shader_ir: Avoid using static on heap-allocated objects 7 years ago
ReinUsesLisp 92c948999b shader_ir: Rename BasicBlock to NodeBlock 7 years ago
ReinUsesLisp 719c83a4c2 shader_decode: Improve zero flag implementation 7 years ago
ReinUsesLisp c75f5c634a shader_ir: Remove composite primitives and use temporals instead 7 years ago
ReinUsesLisp 44fce20a01 shader_decode: Use BitfieldExtract instead of shift + and 7 years ago
ReinUsesLisp 5896358e4a shader_decode: Rework HSETP2 7 years ago
ReinUsesLisp 9cf3fe7511 shader_decode: Implement POPC 7 years ago
ReinUsesLisp dc93729f47 video_core: Return safe values after an assert hits 7 years ago
ReinUsesLisp 74ee18de5e shader_ir: Add condition code helper 7 years ago
ReinUsesLisp 283dd9fb61 shader_ir: Add predicate combiner helper 7 years ago
ReinUsesLisp d28033adca shader_ir: Add comparison helpers 7 years ago
ReinUsesLisp c0d053482c shader_ir: Add half float helpers 7 years ago
ReinUsesLisp e46dd3ce5f shader_ir: Add integer helpers 7 years ago
ReinUsesLisp b91929bf10 shader_ir: Add float helpers 7 years ago
ReinUsesLisp 83e750c9ae shader_ir: Add setters 7 years ago
ReinUsesLisp 394f906044 shader_ir: Add local memory getters 7 years ago
ReinUsesLisp 311d1af657 shader_ir: Add internal flag getters 7 years ago
ReinUsesLisp a66682374f shader_ir: Add attribute getters 7 years ago
ReinUsesLisp 9d5d96500c shader_ir: Add constant buffer getters 7 years ago
ReinUsesLisp 7f89f99c60 shader_ir: Add register getter 7 years ago
ReinUsesLisp f43041efe1 shader_ir: Add immediate node constructors 7 years ago
ReinUsesLisp 25f868d8be shader_ir: Initial implementation 7 years ago