summaryrefslogtreecommitdiffstats
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 loopLiam2024-01-111-0/+3
|
* shader_recompiler: use float image operations on load/store when requiredLiam2023-12-211-0/+2
|
* Manually robust on Maxwell and earlierKelebek12023-10-191-0/+36
|
* shader_recompiler: skip sampler for buffer textures (#11435)liamwhite2023-09-141-1/+0
|
* Implement scaled vertex buffer format emulationBilly 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 texturesameerj2023-01-291-0/+1
|
* Vulkan: Add a workaround for input_position on Adreno driversBilly 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 feedbackFernando Sahmkow2023-01-041-0/+1
|
* video_core: Fix few issues in Tess stageFengChen2022-11-071-0/+1
|
* video_core: Generate mipmap texture by drawingFengChen2022-09-201-0/+4
|
* general: Convert source file copyright comments over to SPDXMorph2022-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 includesameerj2022-03-201-1/+0
|
* shader_recompiler: Use functions for indirect const buffer accessesLiam2022-03-171-0/+8
|
* Remove spirv handle legacy related codevonchenplus2021-12-181-15/+0
|
* shader_recompiler: Rename backend emit_context filesameerj2021-12-051-0/+335