summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/spirv/spirv_emit_context.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader_recompiler: emulate 8-bit and 16-bit storage writes with cas loopGravatar Liam2024-01-111-0/+3
|
* shader_recompiler: use float image operations on load/store when requiredGravatar Liam2023-12-211-0/+2
|
* Manually robust on Maxwell and earlierGravatar Kelebek12023-10-191-0/+36
|
* shader_recompiler: skip sampler for buffer textures (#11435)Gravatar liamwhite2023-09-141-1/+0
|
* Implement scaled vertex buffer format emulationGravatar Billy Laws2023-06-031-1/+15
| | | | These formats are unsupported by mobile GPUs so they need to be emulated in shaders instead.
* spirv: Fix TXQ with MSAA texturesGravatar ameerj2023-01-291-0/+1
|
* Vulkan: Add a workaround for input_position on Adreno driversGravatar Billy Laws2023-01-051-0/+1
| | | | Adreno drivers will crash compiling geometry shaders if the input position is not wrapped in a gl_in struct.
* Video_core: Address feedbackGravatar Fernando Sahmkow2023-01-041-0/+1
|
* video_core: Fix few issues in Tess stageGravatar FengChen2022-11-071-0/+1
|
* video_core: Generate mipmap texture by drawingGravatar FengChen2022-09-201-0/+4
|
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
| | | | | 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: Reduce unused includesGravatar ameerj2022-03-201-1/+0
|
* shader_recompiler: Use functions for indirect const buffer accessesGravatar Liam2022-03-171-0/+8
|
* Remove spirv handle legacy related codeGravatar vonchenplus2021-12-181-15/+0
|
* shader_recompiler: Rename backend emit_context filesGravatar ameerj2021-12-051-0/+335