alan-baker
|
d35a78db57
|
Switch SPIRV-Tools to use spirv.hpp11 internally (#4981)
Fixes #4960
* Switches to using enum classes with an underlying type to avoid
undefined behaviour
|
2022-11-04 17:27:10 -04:00 |
|
luzpaz
|
65ecfd1093
|
Fix various source comment (doxygen) typos (#4680)
Found via `codespell -q 3 -L fo,lod,parm
|
2022-01-26 15:13:08 -05:00 |
|
Vasyl Teliman
|
f0d110e305
|
Invalidate analyses (#4260)
Some reduction opportunities don't invalidate all analyses. This PR
fixes the situation (although we might invalidate more analyses than
required).
|
2021-05-14 15:00:51 +01:00 |
|
Alastair Donaldson
|
3118276370
|
spirv-reduce: Remove unused struct members (#3329)
Adds a reduction pass to remove unused members from structs.
|
2020-05-14 15:36:38 +01:00 |
|