| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix "Propietary" typo elsewhere | 2024-01-07 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #12435 from liamwhite/type-check | 2023-12-22 | 1 | -1/+11 | |
| |\ | | | | | shader_recompiler: ensure derivatives for textureGrad are f32 | ||||
| | * | shader_recompiler: ensure derivatives for textureGrad are f32 | 2023-12-21 | 1 | -1/+11 | |
| | | | |||||
| * | | shader_recompiler: use float image operations on load/store when required | 2023-12-21 | 1 | -1/+24 | |
| |/ | |||||
| * | shader_recompiler: use minimal clip distance array | 2023-12-18 | 1 | -1/+5 | |
| | | |||||
| * | Merge branch 'master' into ssbo-align | 2023-11-26 | 3 | -5/+85 | |
| |\ | |||||
| | * | Merge pull request #12066 from ameerj/nvidia-nsanity | 2023-11-19 | 2 | -0/+80 | |
| | |\ | | | | | | | shader_recompiler: add byteswap pattern workaround for Nvidia | ||||
| | | * | shader_recompiler: add byteswap pattern workaround for Nvidia | 2023-11-17 | 2 | -0/+80 | |
| | | | | |||||
| | * | | shader_recompiler: Fix spelling of "derivate" (#12067) | 2023-11-18 | 1 | -5/+5 | |
| | |/ | |||||
| * / | shader_recompiler: Align SSBO offsets to meet host requirements | 2023-10-31 | 2 | -5/+10 | |
| |/ | | | | Co-Authored-By: Billy Laws <blaws05@gmail.com> | ||||
| * | Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagation | 2023-08-18 | 1 | -1/+226 | |
| | | |||||
| * | ssa_rewrite_pass: use proper maps | 2023-07-23 | 1 | -6/+5 | |
| | | |||||
| * | shaders: Track local memory usage | 2023-06-25 | 1 | -0/+4 | |
| | | |||||
| * | Merge pull request #10699 from liamwhite/conditional-barrier | 2023-06-12 | 2 | -0/+45 | |
| |\ | | | | | shader_recompiler: remove barriers in conditional control flow when device lacks support | ||||
| | * | shader_recompiler: remove barriers in conditional control flow when device ↵ | 2023-06-10 | 2 | -0/+45 | |
| | | | | | | | | | lacks support | ||||
| * | | shader_recompiler: translate f64 to f32 when unsupported on host | 2023-06-10 | 2 | -0/+186 | |
| |/ | |||||
| * | buffer_cache: Add logic for non-NVN storage buffer tracking | 2023-02-25 | 1 | -1/+7 | |
| | | |||||
| * | Merge pull request #9588 from liamwhite/bylaws-reverts | 2023-02-19 | 2 | -10/+5 | |
| |\ | | | | | Revert "shader_recompiler: Align SSBO offsets to meet host requirements" | ||||
| | * | Revert "shader_recompiler: Align SSBO offsets to meet host requirements" | 2023-01-07 | 2 | -10/+5 | |
| | | | | | | | | | This reverts commit 8804a4eb23e0c4f3e4bab03dee7c204bd38bf21e. | ||||
| * | | Merge pull request #9699 from ameerj/texture-pass-desc | 2023-01-29 | 1 | -2/+9 | |
| |\ \ | | | | | | | texture_pass: Fix texture descriptors comparisons | ||||
| | * | | texture_pass: Fix texture descriptors comparisons | 2023-01-28 | 1 | -2/+9 | |
| | | | | |||||
| * | | | Merge pull request #9698 from ameerj/texture-pass-handle | 2023-01-29 | 1 | -7/+7 | |
| |\ \ \ | | | | | | | | | texture_pass: Refactor texture handle retrieval | ||||
| | * | | | texture_pass: Refactor texture handle retrieval | 2023-01-28 | 1 | -7/+7 | |
| | | | | | |||||
| * | | | | Merge pull request #9694 from ameerj/txq-mips | 2023-01-29 | 1 | -1/+2 | |
| |\ \ \ \ | |/ / / |/| | | | shader_recompiler: TXQ: Skip QueryLevels when possible | ||||
| | * | | | shader_recompiler: TXQ: Skip QueryLevels when possible | 2023-01-28 | 1 | -1/+2 | |
| | |/ / | |||||
| * | | | Merge pull request #9682 from ameerj/shader-s32 | 2023-01-28 | 1 | -4/+4 | |
| |\ \ \ | |/ / |/| | | shader_recompiler: Remove S32 IR type | ||||
| | * | | shader_recompiler: Remove S32 IR type | 2023-01-25 | 1 | -4/+4 | |
| | |/ | | | | | | | | | | | The frontend IR opcodes do not distinguish between signed and unsigned integer types. Fixes broken shaders when IR validation/graphics debugging is enabled for shaders that used BitCastS32F32 | ||||
| * / | spirv: fix multisampled image fetch | 2023-01-23 | 1 | -0/+8 | |
| |/ | |||||
| * | Run clang-format | 2023-01-05 | 1 | -1/+2 | |
| | | |||||
| * | shader_recompiler: Align SSBO offsets to meet host requirements | 2023-01-05 | 2 | -5/+9 | |
| | | | | | We can take advantage of SSBO addresses being passed in a constant bufer to account for the extra alignment requirements in the shader itself. | ||||
| * | Video_core: Address feedback | 2023-01-04 | 1 | -0/+3 | |
| | | |||||
| * | ShaderCompiler: Inline driver specific constants. | 2023-01-03 | 1 | -1/+29 | |
| | | |||||
| * | MacroHLE: Add HLE replacement for base vertex and base instance. | 2023-01-01 | 2 | -4/+43 | |
| | | |||||
| * | shader_recompiler: add gl_Layer translation GS for older hardware | 2022-12-01 | 2 | -0/+69 | |
| | | |||||
| * | Merge pull request #9167 from vonchenplus/tess | 2022-11-11 | 1 | -0/+3 | |
| |\ | | | | | video_core: Fix few issues in Tess stage | ||||
| | * | video_core: Fix few issues in Tess stage | 2022-11-07 | 1 | -0/+3 | |
| | | | |||||
| * | | ir/texture_pass: Use host_info instead of querying Settings::values (#9176) | 2022-11-11 | 2 | -7/+11 | |
| |/ | |||||
| * | video_core: Fix SNORM texture buffer emulating error (#9001) | 2022-11-04 | 1 | -0/+49 | |
| | | |||||
| * | Merge pull request #8858 from vonchenplus/mipmap | 2022-11-03 | 2 | -0/+78 | |
| |\ | | | | | video_core: Generate mipmap texture by drawing | ||||
| | * | Merge branch 'master' into mipmap | 2022-09-20 | 1 | -5/+5 | |
| | |\ | |||||
| | * | | video_core: Generate mipmap texture by drawing | 2022-09-20 | 2 | -0/+78 | |
| | | | | |||||
| * | | | Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass" | 2022-10-25 | 1 | -89/+9 | |
| | | | | |||||
| * | | | General: Fix compilation for GCC | 2022-10-06 | 1 | -1/+1 | |
| | | | | |||||
| * | | | Shader Decompiler: implement better tracking for Vulkan samplers. | 2022-10-06 | 1 | -9/+59 | |
| | | | | |||||
| * | | | Shader Decompiler: Check for shift when deriving composite samplers. | 2022-10-06 | 1 | -3/+31 | |
| | |/ |/| | |||||
| * | | style: General style changes to match with the rest of the codebase | 2022-08-31 | 1 | -5/+5 | |
| |/ | |||||
| * | video_code: support rectangle texture | 2022-08-25 | 2 | -1/+29 | |
| | | |||||
| * | GCC 12 fixes | 2022-04-28 | 1 | -1/+1 | |
| | | |||||
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 13 | -39/+26 | |
| | | | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | ||||
| * | shader_recompiler: support const buffer indirect addressing on OpenGL SPIR-V | 2022-04-01 | 1 | -7/+2 | |
| | | |||||