summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/decode/xmad.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23shader: Remove old shader managementReinUsesLisp1-156/+0
2020-07-21video_core: Allow copy elision to take place where applicableLioncash1-7/+8
2020-05-09shader_ir: Separate float-point comparisons in ordered and unorderedReinUsesLisp1-6/+6
2020-03-23xmad: fix clang build errormakigumo1-4/+5
2020-03-13nit & remove some optional paramNguyen Dac Nam1-10/+11
2020-03-13shader_decode: implement XMAD mode CSfuNguyen Dac Nam1-9/+41
2019-07-17shader_ir: Rename Get/SetTemporal to Get/SetTemporaryLioncash1-6/+6
2019-06-06shader: Use shared_ptr to store nodes and move initialization to fileReinUsesLisp1-0/+1
2019-04-18video_core: Silent -Wswitch warningsReinUsesLisp1-2/+3
2019-04-08Correct XMAD mode, psl and high_b on different encodings.Fernando Sahmkow1-9/+30
2019-02-03shader_ir: Rename BasicBlock to NodeBlockReinUsesLisp1-1/+1
2019-02-03shader_ir: Pass decoded nodes as a whole instead of per basic blocksReinUsesLisp1-1/+1
2019-01-30shader_ir: Unify constant buffer offset valuesReinUsesLisp1-2/+3
2019-01-16shader_ir: Fixup clang buildReinUsesLisp1-4/+6
2019-01-15shader_decode: Fixup XMADReinUsesLisp1-1/+1
2019-01-15shader_ir: Pass to decoder functions basic block's codeReinUsesLisp1-1/+1
2019-01-15shader_decode: Improve zero flag implementationReinUsesLisp1-0/+1
2019-01-15shader_decode: Use BitfieldExtract instead of shift + andReinUsesLisp1-20/+6
2019-01-15video_core: Return safe values after an assert hitsReinUsesLisp1-4/+4
2019-01-15shader_decode: Fixup clang-formatReinUsesLisp1-1/+1
2019-01-15shader_decode: Implement XMADReinUsesLisp1-1/+85
2019-01-15shader_ir: Initial implementationReinUsesLisp1-0/+24