aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/decode/xmad.cpp
AgeCommit message (Expand)Author
2019-07-16shader_ir: Rename Get/SetTemporal to Get/SetTemporaryLioncash
2019-06-05shader: Use shared_ptr to store nodes and move initialization to fileReinUsesLisp
2019-04-18video_core: Silent -Wswitch warningsReinUsesLisp
2019-04-08Correct XMAD mode, psl and high_b on different encodings.Fernando Sahmkow
2019-02-03shader_ir: Rename BasicBlock to NodeBlockReinUsesLisp
2019-02-03shader_ir: Pass decoded nodes as a whole instead of per basic blocksReinUsesLisp
2019-01-30shader_ir: Unify constant buffer offset valuesReinUsesLisp
2019-01-15shader_ir: Fixup clang buildReinUsesLisp
2019-01-15shader_decode: Fixup XMADReinUsesLisp
2019-01-15shader_ir: Pass to decoder functions basic block's codeReinUsesLisp
2019-01-15shader_decode: Improve zero flag implementationReinUsesLisp
2019-01-15shader_decode: Use BitfieldExtract instead of shift + andReinUsesLisp
2019-01-15video_core: Return safe values after an assert hitsReinUsesLisp
2019-01-15shader_decode: Fixup clang-formatReinUsesLisp
2019-01-15shader_decode: Implement XMADReinUsesLisp
2019-01-15shader_ir: Initial implementationReinUsesLisp