Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shader/video: Partially implement VMNMX | ReinUsesLisp | 2020-04-12 | 1 | -0/+58 |
* | video_core/shader: Resolve instances of variable shadowing | Lioncash | 2019-10-24 | 1 | -1/+1 |
* | shader: Use shared_ptr to store nodes and move initialization to file | ReinUsesLisp | 2019-06-06 | 1 | -0/+1 |
* | shader/decode/*: Add missing newline to files lacking them | Lioncash | 2019-05-23 | 1 | -1/+1 |
* | shader_ir: Rename BasicBlock to NodeBlock | ReinUsesLisp | 2019-02-03 | 1 | -1/+1 |
* | shader_ir: Pass decoded nodes as a whole instead of per basic blocks | ReinUsesLisp | 2019-02-03 | 1 | -1/+1 |
* | shader_ir: Pass to decoder functions basic block's code | ReinUsesLisp | 2019-01-15 | 1 | -1/+1 |
* | shader_decode: Improve zero flag implementation | ReinUsesLisp | 2019-01-15 | 1 | -4/+1 |
* | shader_decode: Use BitfieldExtract instead of shift + and | ReinUsesLisp | 2019-01-15 | 1 | -9/+3 |
* | shader_decode: Implement VMAD and VSETP | ReinUsesLisp | 2019-01-15 | 1 | -0/+120 |