summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/spirv_emit_context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader_recompiler: fix potential OOB accessv19932022-01-171-3/+4
| | | | Found by static analysis with PVS-Studio. Original check wasn't actually checking for OOB and would segfault in case of it.
* Remove spirv handle legacy related codevonchenplus2021-12-181-143/+0
|
* shader_recompiler: Adjust emit_context includesameerj2021-12-061-1/+1
|
* shader_recompiler: Rename backend emit_context filesameerj2021-12-051-0/+1585