summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glsl/glsl_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.
* glsl_context_get_set: Add alternative cbuf type for broken driversameerj2021-12-301-3/+4
| | | | 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.
* Remove glsl handle legacy related codevonchenplus2021-12-181-38/+0
|
* shader_recompiler: Adjust emit_context includesameerj2021-12-061-1/+1
|
* shader_recompiler: Rename backend emit_context filesameerj2021-12-051-0/+718