| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-21 | Merge pull request #2777 from ReinUsesLisp/hsetp2-fe3h-fix | bunnei | |
| half_set_predicate: Fix HSETP2_C constant buffer offset | |||
| 2019-08-21 | Merge pull request #2753 from FernandoS27/float-convert | bunnei | |
| Shader_Ir: Implement F16 Variants of F2F, F2I, I2F. | |||
| 2019-08-18 | Merge pull request #2778 from ReinUsesLisp/nop | bunnei | |
| shader_ir: Implement NOP | |||
| 2019-08-04 | shader_ir: Implement NOP | ReinUsesLisp | |
| 2019-08-04 | half_set_predicate: Fix HSETP2_C constant buffer offset | ReinUsesLisp | |
| 2019-07-26 | decode/half_set_predicate: Fix predicates | ReinUsesLisp | |
| 2019-07-25 | Merge pull request #2743 from FernandoS27/surpress-assert | bunnei | |
| Downgrade and suppress a series of GPU asserts and debug messages. | |||
| 2019-07-20 | Shader_Ir: Implement F16 Variants of F2F, F2I, I2F. | Fernando Sahmkow | |
| This commit takes care of implementing the F16 Variants of the conversion instructions and makes sure conversions are done. | |||
| 2019-07-19 | Shader_Ir: Change Debug Asserts for Log Warnings | Fernando Sahmkow | |
| 2019-07-19 | shader/half_set_predicate: Fix HSETP2 implementation | ReinUsesLisp | |
| 2019-07-19 | shader/half_set_predicate: Implement missing HSETP2 variants | ReinUsesLisp | |
| 2019-07-18 | Merge pull request #2738 from lioncash/shader-ir | bunnei | |
| shader-ir: Minor cleanup-related changes | |||
| 2019-07-18 | Shader_Ir: correct clang format | Fernando Sahmkow | |
| 2019-07-18 | Shader_Ir: Downgrade precision and rounding asserts to debug asserts. | Fernando Sahmkow | |
| This commit reduces the sevirity of asserts for FP precision and rounding as this are well known and have little to no consequences in gpu's accuracy. | |||
| 2019-07-17 | Merge pull request #2740 from lioncash/bra | Fernando Sahmkow | |
| shader/decode/other: Correct branch indirect argument within BRA handling | |||
| 2019-07-16 | shader_ir: Rename Get/SetTemporal to Get/SetTemporary | Lioncash | |
| This is more accurate in terms of describing what the functions are actually doing. Temporal relates to time, not the setting of a temporary itself. | |||
| 2019-07-16 | shader/decode/other: Correct branch indirect argument within BRA handling | Lioncash | |
| This appears to have been a copy/paste error introduced within 8a6fc529a968e007f01464abadd32f9b5eb0a26c | |||
| 2019-07-14 | shader: Allow tracking of indirect buffers without variable offset | ReinUsesLisp | |
| While changing this code, simplify tracking code to allow returning the base address node, this way callers don't have to manually rebuild it on each invocation. | |||
| 2019-07-14 | Merge pull request #2692 from ReinUsesLisp/tlds-f16 | Fernando Sahmkow | |
| shader/texture: Add F16 support for TLDS | |||
| 2019-07-09 | shader_ir: Unify blocks in decompiled shaders. | Fernando Sahmkow | |
| 2019-07-09 | shader_ir: Implement BRX & BRA.CC | Fernando Sahmkow | |
| 2019-07-07 | Delete decode_integer_set.cpp | Tobias | |
| 2019-07-07 | shader/texture: Add F16 support for TLDS | ReinUsesLisp | |
| 2019-06-24 | decode/texture: Address feedback | ReinUsesLisp | |
| 2019-06-20 | shader_ir: Fix image copy rebase issues | Fernando Sahmkow | |
| 2019-06-20 | shader: Implement bindless images | ReinUsesLisp | |
| 2019-06-20 | shader: Decode SUST and implement backing image functionality | ReinUsesLisp | |
| 2019-06-20 | shader: Implement texture buffers | ReinUsesLisp | |
| 2019-06-07 | shader: Split SSY and PBK stack | ReinUsesLisp | |
| Hardware testing revealed that SSY and PBK push to a different stack, allowing code like this: SSY label1; PBK label2; SYNC; label1: PBK; label2: EXIT; | |||
| 2019-06-05 | shader: Use shared_ptr to store nodes and move initialization to file | ReinUsesLisp | |
| Instead of having a vector of unique_ptr stored in a vector and returning star pointers to this, use shared_ptr. While changing initialization code, move it to a separate file when possible. This is a first step to allow code analysis and node generation beyond the ShaderIR class. | |||
| 2019-05-29 | Merge pull request #2446 from ReinUsesLisp/tid | bunnei | |
| shader: Implement S2R Tid{XYZ} and CtaId{XYZ} | |||
| 2019-05-24 | Merge pull request #2485 from ReinUsesLisp/generic-memory | bunnei | |
| shader/memory: Implement generic memory stores and loads (ST and LD) | |||
| 2019-05-23 | shader/decode/*: Add missing newline to files lacking them | Lioncash | |
| Keeps the shader code file endings consistent. | |||
| 2019-05-23 | shader/decode/*: Eliminate indirect inclusions | Lioncash | |
| Amends cases where we were using things that were indirectly being satisfied through other headers. This way, if those headers change and eliminate dependencies on other headers in the future, we don't have cascading compilation errors. | |||
| 2019-05-22 | shader/decode/memory: Remove left in debug pragma | Lioncash | |
| 2019-05-20 | shader/memory: Implement ST (generic memory) | ReinUsesLisp | |
| 2019-05-20 | shader/memory: Implement LD (generic memory) | ReinUsesLisp | |
| 2019-05-20 | shader: Implement S2R Tid{XYZ} and CtaId{XYZ} | ReinUsesLisp | |
| 2019-05-19 | Merge pull request #2441 from ReinUsesLisp/al2p | bunnei | |
| shader: Implement AL2P and ALD.PHYS | |||
| 2019-05-09 | video_core/shader/decode/texture: Remove unused variable from GetTld4Code() | Lioncash | |
| 2019-05-04 | shader/decode/texture: Remove unused variable | Lioncash | |
| This isn't used anywhere, so we can get rid of it. | |||
| 2019-05-02 | shader_ir/other: Implement IPA.IDX | ReinUsesLisp | |
| 2019-05-02 | shader_ir/memory: Assert on non-32 bits ALD.PHYS | ReinUsesLisp | |
| 2019-05-02 | shader: Add physical attributes commentaries | ReinUsesLisp | |
| 2019-05-02 | shader_ir/memory: Implement physical input attributes | ReinUsesLisp | |
| 2019-05-02 | shader: Remove unused AbufNode Ipa mode | ReinUsesLisp | |
| 2019-05-02 | shader_ir/memory: Emit AL2P IR | ReinUsesLisp | |
| 2019-04-28 | Merge pull request #2435 from ReinUsesLisp/misc-vc | bunnei | |
| shader_ir: Miscellaneous fixes | |||
| 2019-04-28 | Merge pull request #2322 from ReinUsesLisp/wswitch | bunnei | |
| video_core: Silent -Wswitch warnings | |||
| 2019-04-28 | Merge pull request #2423 from FernandoS27/half-correct | bunnei | |
| Corrections on Half Float operations: HADD2 HMUL2 and HFMA2 | |||
