summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into ssbo-alignGravatar Ameer J2023-11-265-18/+20
|\
| * Merge pull request #12066 from ameerj/nvidia-nsanityGravatar liamwhite2023-11-191-0/+1
| |\
| | * shader_recompiler: add byteswap pattern workaround for NvidiaGravatar Ameer J2023-11-171-0/+1
| * | shader_recompiler: Fix spelling of "derivate" (#12067)Gravatar Ameer J2023-11-184-18/+19
| |/
* / shader_recompiler: Align SSBO offsets to meet host requirementsGravatar Ameer J2023-10-311-1/+1
|/
* Shader Recompiler: Auto stub special registers and dump pipelines on exception.Gravatar Fernando Sahmkow2023-08-271-1/+2
* Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagationGravatar Fernando Sahmkow2023-08-185-5/+9
* Merge pull request #10699 from liamwhite/conditional-barrierGravatar Matías Locatti2023-06-121-0/+3
|\
| * shader_recompiler: remove barriers in conditional control flow when device la...Gravatar Liam2023-06-101-0/+3
* | shader_recompiler: translate f64 to f32 when unsupported on hostGravatar Liam2023-06-101-0/+3
|/
* shader_recompiler: fix copy-paste errorGravatar Liam2023-05-261-1/+1
* Fix Tears of the Kingdom flickering clouds and depths.Gravatar Kelebek12023-05-111-6/+1
* Merge pull request #9588 from liamwhite/bylaws-revertsGravatar liamwhite2023-02-191-1/+1
|\
| * Revert "shader_recompiler: Align SSBO offsets to meet host requirements"Gravatar Liam2023-01-071-1/+1
* | shader_recompiler/value.h: Remove lingering references to S32Gravatar ameerj2023-02-041-11/+0
* | Move to Clang Format 15Gravatar Levi Behunin2023-01-292-8/+8
* | Merge pull request #9694 from ameerj/txq-mipsGravatar liamwhite2023-01-294-12/+16
|\ \
| * | shader_recompiler: TXQ: Skip QueryLevels when possibleGravatar ameerj2023-01-284-12/+16
* | | shader_recompiler: Remove S32 IR typeGravatar ameerj2023-01-256-27/+15
|/ /
* / Avoid OOB array access reading passthrough attr maskGravatar Billy Laws2023-01-071-1/+1
|/
* Run clang-formatGravatar Billy Laws2023-01-051-13/+19
* shader_recompiler: Add support for lowering geometry passthroughGravatar Billy Laws2023-01-051-40/+66
* shader_recompiler: Align SSBO offsets to meet host requirementsGravatar Billy Laws2023-01-051-1/+1
* Video_core: Address feedbackGravatar Fernando Sahmkow2023-01-042-0/+3
* MacroHLE: Add HLE replacement for base vertex and base instance.Gravatar Fernando Sahmkow2023-01-015-1/+19
* Merge pull request #9300 from ameerj/pchGravatar liamwhite2022-12-031-1/+0
|\
| * value.h: remove recursive includeGravatar ameerj2022-11-291-1/+0
* | Merge pull request #9289 from liamwhite/fruit-companyGravatar liamwhite2022-12-035-3/+8
|\ \
| * | general: fix compile for Apple ClangGravatar Liam2022-11-225-3/+8
| |/
* / shader_recompiler: add gl_Layer translation GS for older hardwareGravatar Liam2022-12-012-0/+90
|/
* Merge pull request #9167 from vonchenplus/tessGravatar liamwhite2022-11-115-5/+8
|\
| * video_core: Fix few issues in Tess stageGravatar FengChen2022-11-075-5/+8
* | ir/texture_pass: Use host_info instead of querying Settings::values (#9176)Gravatar Morph2022-11-111-1/+1
|/
* video_core: Fix SNORM texture buffer emulating error (#9001)Gravatar Feng Chen2022-11-046-15/+38
* Merge pull request #8858 from vonchenplus/mipmapGravatar bunnei2022-11-034-0/+14
|\
| * video_core: Generate mipmap texture by drawingGravatar FengChen2022-09-204-0/+14
* | Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass"Gravatar Feng Chen2022-10-252-9/+0
* | Merge pull request #8873 from vonchenplus/fix_legacy_location_errorGravatar bunnei2022-10-241-19/+28
|\ \
| * | Address feedbackGravatar FengChen2022-10-171-6/+6
| * | video_core: Fix legacy to generic location unpairedGravatar FengChen2022-09-201-15/+24
| |/
* / Shader Decompiler: Fix dangerous behavior of invalid iterator insertion.Gravatar Fernando Sahmkow2022-10-061-3/+3
|/
* video_code: support rectangle textureGravatar FengChen2022-08-252-0/+7
* chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-271-4/+2
* general: fix compilation on GCC 12Gravatar Liam2022-06-131-1/+1
* structured_control_flow: Remove constexpr Flow::BlockGravatar lat9nq2022-06-131-6/+0
* general: Avoid ambiguous format_to compilation errorsGravatar Lioncash2022-05-142-2/+2
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-23137-411/+274
* fix: typosGravatar Andrea Pappacoda2022-04-022-2/+2
* dead_code_elimination_pass: Remove unreachable Phi argumentsGravatar ameerj2022-03-232-0/+9
* Merge pull request #8038 from liamwhite/exit-register-detectionGravatar Ameer J2022-03-211-0/+4
|\