| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #13075 from liamwhite/mali-having-a-bad-time | 2024-02-22 | 3 | -3/+10 | |
| |\ | | | | | shader_recompiler: throw on missing geometry streams in geometry shaders | ||||
| | * | shader_recompiler: throw on missing geometry streams in geometry shaders | 2024-02-19 | 3 | -3/+10 | |
| | | | |||||
| * | | shader_recompiler: fix non-const offset for arrayed image types | 2024-02-15 | 1 | -4/+10 | |
| | | | |||||
| * | | Revert "shader_recompiler: use only ConstOffset for OpImageFetch" | 2024-02-15 | 2 | -7/+38 | |
| |/ | | | | This reverts commit f296a9ce9a1a144d322d54d4628dba6f8a800cb7. | ||||
| * | shader_recompiler: use only ConstOffset for OpImageFetch | 2024-02-05 | 2 | -38/+7 | |
| | | |||||
| * | Merge pull request #12644 from liamwhite/vkspec-image-offset | 2024-01-18 | 2 | -23/+55 | |
| |\ | | | | | shader_recompiler: fix Offset operand usage for non-OpImage*Gather | ||||
| | * | shader_recompiler: fix Offset operand usage for non-OpImage*Gather | 2024-01-11 | 2 | -23/+55 | |
| | | | |||||
| * | | Merge remote-tracking branch 'origin/master' into typos3 | 2024-01-16 | 3 | -8/+86 | |
| |\ \ | |||||
| | * | | shader_recompiler: emulate 8-bit and 16-bit storage writes with cas loop | 2024-01-11 | 3 | -8/+86 | |
| | |/ | |||||
| * / | Fix more typos | 2024-01-15 | 1 | -2/+2 | |
| |/ | |||||
| * | Fix "Propietary" typo elsewhere | 2024-01-07 | 2 | -4/+4 | |
| | | |||||
| * | Merge pull request #12437 from ameerj/gl-amd-fixes | 2024-01-04 | 3 | -8/+8 | |
| |\ | | | | | OpenGL: Fixes and workaround updates for AMD | ||||
| | * | spirv_emit_context: Fix BaseInstance for OGL spirv | 2023-12-21 | 1 | -1/+1 | |
| | | | |||||
| | * | emit_glsl_image: Use inlined texelFetch offsets | 2023-12-20 | 2 | -7/+7 | |
| | | | |||||
| * | | shader_recompiler: use default value for clip distances array | 2023-12-26 | 1 | -7/+13 | |
| | | | |||||
| * | | shader_recompiler: respect clip distance limits in indexed store | 2023-12-26 | 1 | -18/+28 | |
| | | | |||||
| * | | 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 | 6 | -20/+158 | |
| |/ / | |||||
| * | | shader_recompiler: use minimal clip distance array | 2023-12-18 | 3 | -2/+9 | |
| | | | |||||
| * | | shader_recompiler: ignore clip distances beyond driver support level | 2023-12-18 | 3 | -1/+8 | |
| |/ | |||||
| * | Merge pull request #12196 from ameerj/glsl-cbuf-sizes | 2023-12-03 | 1 | -1/+4 | |
| |\ | | | | | GLSL: Use known cbuf sizes when possible | ||||
| | * | GLSL: Prefer known used cbuf sizes | 2023-11-26 | 1 | -1/+4 | |
| | | | |||||
| * | | Merge branch 'master' into ssbo-align | 2023-11-26 | 16 | -59/+147 | |
| |\| | |||||
| | * | renderer_vulkan: ignore viewport stores on non-supporting drivers | 2023-11-19 | 3 | -1/+6 | |
| | | | |||||
| | * | Merge pull request #12066 from ameerj/nvidia-nsanity | 2023-11-19 | 4 | -0/+82 | |
| | |\ | | | | | | | shader_recompiler: add byteswap pattern workaround for Nvidia | ||||
| | | * | shader_recompiler: add byteswap pattern workaround for Nvidia | 2023-11-17 | 4 | -0/+82 | |
| | | | | |||||
| | * | | shader_recompiler: Fix spelling of "derivate" (#12067) | 2023-11-18 | 9 | -58/+59 | |
| | |/ | |||||
| * | | shader_recompiler: Align SSBO offsets in GlobalMemory functions | 2023-10-31 | 4 | -5/+15 | |
| | | | |||||
| * | | shader_recompiler: Align SSBO offsets to meet host requirements | 2023-10-31 | 4 | -6/+12 | |
| |/ | | | | Co-Authored-By: Billy Laws <blaws05@gmail.com> | ||||
| * | Merge pull request #11847 from ameerj/glsl-shfl-fix | 2023-10-23 | 2 | -4/+9 | |
| |\ | | | | | emit_glsl_warp: Fix shfl_in_bounds conditional | ||||
| | * | emit_glsl_warp: Fix shfl_in_bounds conditional | 2023-10-22 | 2 | -4/+9 | |
| | | | |||||
| * | | Manually robust on Maxwell and earlier | 2023-10-19 | 3 | -4/+59 | |
| |/ | |||||
| * | ci: fix new codespell errors | 2023-10-02 | 1 | -1/+1 | |
| | | |||||
| * | emit_spirv: fix incorrect use of descriptor index in image atomics | 2023-09-22 | 2 | -13/+9 | |
| | | |||||
| * | shader_recompiler: skip sampler for buffer textures (#11435) | 2023-09-14 | 3 | -6/+2 | |
| | | |||||
| * | Merge pull request #11436 from liamwhite/bad-format | 2023-09-10 | 1 | -1/+6 | |
| |\ | | | | | shader_recompiler: always declare image format for image buffers | ||||
| | * | shader_recompiler: always declare image format for image buffers | 2023-09-02 | 1 | -1/+6 | |
| | | | |||||
| * | | Merge pull request #11434 from danilaml/fix-warnings | 2023-09-06 | 1 | -2/+0 | |
| |\ \ | |/ |/| | msvc: set warning level to /W4 globally | ||||
| | * | msvc: set warning level to /W4 globally | 2023-09-03 | 1 | -2/+0 | |
| | | | | | | | | | And fix a bunch of warnings | ||||
| * | | Merge pull request #11383 from FernandoS27/are-you-a-wabbit | 2023-09-02 | 1 | -1/+2 | |
| |\ \ | |/ |/| | Fix regressions that damaged compute indirect & use reinterpret for copies with different byteblocksizes | ||||
| | * | Shader Recompiler: Auto stub special registers and dump pipelines on exception. | 2023-08-27 | 1 | -1/+2 | |
| | | | |||||
| * | | shader_recompiler: fix emulation of 3D textureGrad | 2023-09-01 | 2 | -3/+34 | |
| |/ | |||||
| * | Shader Recomnpiler: implement textuzreGrad 3D emulation constant propagation | 2023-08-18 | 8 | -11/+261 | |
| | | |||||
| * | Fix shader dumps with nvdisasm | 2023-08-03 | 1 | -1/+1 | |
| | | | | | | skip fragment shaders when rasterizer is disabled initialize env_ptrs | ||||
| * | ssa_rewrite_pass: use proper maps | 2023-07-23 | 1 | -6/+5 | |
| | | |||||
| * | shaders: Track local memory usage | 2023-06-25 | 2 | -0/+5 | |
| | | |||||
| * | emit_glasm: Fix lmem size computation | 2023-06-25 | 1 | -1/+1 | |
| | | |||||
| * | Remove memory allocations in some hot paths | 2023-06-22 | 4 | -4/+5 | |
| | | |||||
| * | Merge pull request #10699 from liamwhite/conditional-barrier | 2023-06-12 | 5 | -0/+51 | |
| |\ | | | | | shader_recompiler: remove barriers in conditional control flow when device lacks support | ||||