summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/track.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-10shader_ir/memory: Implement patch storesReinUsesLisp1-0/+1
2019-07-17shader_ir: std::move Node instance where applicableLioncash1-4/+6
2019-07-16Shader_Ir: Correct tracking to track from right to leftFernando Sahmkow1-2/+2
2019-07-15shader: Allow tracking of indirect buffers without variable offsetReinUsesLisp1-10/+15
2019-06-06shader: Use shared_ptr to store nodes and move initialization to fileReinUsesLisp1-9/+9
2019-05-19shader/shader_ir: Mark tracking functions as const member functionsLioncash1-5/+7
2019-03-30shader_ir: Implement immediate register trackingReinUsesLisp1-1/+16
2019-02-25shader/track: Resolve variable shadowing warningsLioncash1-5/+5
2019-02-03shader/track: Search inside of conditional nodesReinUsesLisp1-0/+11
2019-02-03shader_ir: Rename BasicBlock to NodeBlockReinUsesLisp1-3/+3
2019-01-30shader_decode: Implement LDG and basic cbuf trackingReinUsesLisp1-0/+76