Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-15 | Fix more typos | Viktor Szépe | |
2023-12-03 | Merge pull request #12196 from ameerj/glsl-cbuf-sizes | liamwhite | |
GLSL: Use known cbuf sizes when possible | |||
2023-11-26 | GLSL: Prefer known used cbuf sizes | Ameer J | |
2023-10-31 | shader_recompiler: Align SSBO offsets in GlobalMemory functions | Ameer J | |
2023-06-22 | Remove memory allocations in some hot paths | Kelebek1 | |
2023-02-08 | glsl_emit_context: Remove redeclarations of gl_SampleID and gl_SampleMask | ameerj | |
These built-ins seem to be available without needing to be declared for fragment shaders, similar i.e. to gl_FragDepth | |||
2023-01-27 | glsl: Add MS sampler types | ameerj | |
2022-09-20 | video_core: Generate mipmap texture by drawing | FengChen | |
2022-08-25 | video_code: support rectangle texture | FengChen | |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
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. | |||
2022-04-01 | shader_compiler: support const buffer indirect addressing in GLSL | Liam | |
2022-01-17 | shader_recompiler: fix potential OOB access | v1993 | |
Found by static analysis with PVS-Studio. Original check wasn't actually checking for OOB and would segfault in case of it. | |||
2021-12-29 | glsl_context_get_set: Add alternative cbuf type for broken drivers | ameerj | |
some drivers have a bug bitwise converting floating point cbuf values to uint variables. This adds a workaround for these drivers to make all cbufs uint and convert to floating point as needed. | |||
2021-12-18 | Remove glsl handle legacy related code | vonchenplus | |
2021-12-05 | shader_recompiler: Adjust emit_context includes | ameerj | |
2021-12-05 | shader_recompiler: Rename backend emit_context files | ameerj | |