| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-05 | shader_decode: SULD.D -> SINT actually same as UNORM. | namkazy | |
| 2020-04-05 | shader_decode: SULD.D fix decode SNORM component | namkazy | |
| 2020-04-05 | clang-format | namkazy | |
| 2020-04-05 | shader_decode: get sampler descriptor from registry. | namkazy | |
| 2020-04-05 | tweaking. | namkazy | |
| 2020-04-05 | cleanup unuse params | namkazy | |
| 2020-04-05 | cleanup debug code. | namkazy | |
| 2020-04-05 | reimplement get component type, uncomment mistaken code | namkazy | |
| 2020-04-05 | remove disable optimize | namkazy | |
| 2020-04-05 | [wip] reimplement SULD.D | namkazy | |
| 2020-04-05 | add shader stage when init shader ir | namkazy | |
| 2020-04-05 | clang-fix | Nguyen Dac Nam | |
| 2020-04-05 | shader: image - import PredCondition | Nguyen Dac Nam | |
| 2020-04-05 | shader: SULD.D bits32 implement more complexer method. | Nguyen Dac Nam | |
| 2020-04-05 | shader: SULD.D import StoreType | Nguyen Dac Nam | |
| 2020-04-05 | shader: implement SULD.D bits32 | Nguyen Dac Nam | |
| 2020-04-04 | shader/other: Add error message for some S2R registers | ReinUsesLisp | |
| 2020-04-04 | shader_bytecode: Rename MOV_SYS to S2R | ReinUsesLisp | |
| 2020-04-04 | shader_ir: Add error message for EXIT.FCSM_TR | ReinUsesLisp | |
| 2020-04-02 | shader/memory: Silence no return value warning | ReinUsesLisp | |
| Silences a warning about control paths not all returning a value. | |||
| 2020-04-01 | shader_decompiler: Remove FragCoord.w hack and change IPA implementation | ReinUsesLisp | |
| Credits go to gdkchan and Ryujinx. The pull request used for this can be found here: https://github.com/Ryujinx/Ryujinx/pull/1082 yuzu was already using the header for interpolation, but it was missing the FragCoord.w multiplication described in the linked pull request. This commit finally removes the FragCoord.w == 1.0f hack from the shader decompiler. While we are at it, this commit renames some enumerations to match Nvidia's documentation (linked below) and fixes component declaration order in the shader program header (z and w were swapped). https://github.com/NVIDIA/open-gpu-doc/blob/master/Shader-Program-Header/Shader-Program-Header.html | |||
| 2020-03-31 | Merge pull request #3561 from ReinUsesLisp/f2f-conversion | Fernando Sahmkow | |
| shader/conversion: Fix F2F rounding operations with different sizes | |||
| 2020-03-31 | Merge pull request #3577 from ReinUsesLisp/lea | Fernando Sahmkow | |
| shader/lea: Fix LEA implementation | |||
| 2020-03-31 | clang-format | Nguyen Dac Nam | |
| 2020-03-31 | shader_decode: fix by suggestion | Nguyen Dac Nam | |
| 2020-03-30 | clang-format | namkazy | |
| 2020-03-30 | shader_decode: ATOM/ATOMS: add function to avoid code repetition | namkazy | |
| 2020-03-30 | shader_decode: implement ATOM operation for S32 and U32 | Nguyen Dac Nam | |
| 2020-03-30 | clang-format | namkazy | |
| 2020-03-30 | shader_decode: implement ATOMS instr partial. | Nguyen Dac Nam | |
| 2020-03-30 | shader: node - update correct comment | Nguyen Dac Nam | |
| 2020-03-30 | shader_decode: add Atomic op for common usage | Nguyen Dac Nam | |
| 2020-03-28 | shader/lea: Simplify generated LEA code | ReinUsesLisp | |
| 2020-03-27 | shader/lea: Fix op_a and op_b usages | ReinUsesLisp | |
| They were swapped. | |||
| 2020-03-27 | shader/lea: Remove const and use move when possible | ReinUsesLisp | |
| 2020-03-26 | shader/conversion: Fix F2F rounding operations with different sizes | ReinUsesLisp | |
| Rounding operations only matter when the conversion size of source and destination is the same, i.e. .F16.F16, .F32.F32 and .F64.F64. When there is a mismatch (.F16.F32), these bits are used for IEEE rounding, we don't emulate this because GLSL and SPIR-V don't support configuring it per operation. | |||
| 2020-03-25 | Merge pull request #3544 from makigumo/myfork/patch-2 | bunnei | |
| xmad: fix clang build error | |||
| 2020-03-25 | Merge pull request #3520 from ReinUsesLisp/legacy-varyings | bunnei | |
| gl_shader_decompiler: Implement legacy varyings | |||
| 2020-03-23 | xmad: fix clang build error | makigumo | |
| 2020-03-19 | Merge pull request #3505 from namkazt/patch-8 | bunnei | |
| shader_decode: implement XMAD mode CSfu | |||
| 2020-03-15 | Merge pull request #3502 from namkazt/patch-3 | Rodrigo Locatti | |
| shader_decode: Reimplement BFE instructions | |||
| 2020-03-15 | shader/shader_ir: Track usage in input attribute and of legacy varyings | ReinUsesLisp | |
| 2020-03-15 | shader/shader_ir: Fix clip distance usage stores | ReinUsesLisp | |
| 2020-03-15 | shader/shader_ir: Change declare output attribute to a switch | ReinUsesLisp | |
| 2020-03-14 | clang-format | Nguyen Dac Nam | |
| 2020-03-14 | nit | Nguyen Dac Nam | |
| 2020-03-13 | shader/transform_feedback: Expose buffer stride | ReinUsesLisp | |
| 2020-03-13 | shader/transform_feedback: Add host API friendly TFB builder | ReinUsesLisp | |
| 2020-03-13 | nit & remove some optional param | Nguyen Dac Nam | |
| 2020-03-13 | shader_decode: implement XMAD mode CSfu | Nguyen Dac Nam | |
