summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-glslang-compiler.cpp
AgeCommit message (Expand)Author
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-07Add WGSL support for slang-test (#5174)Anders Leino
2024-07-17Use slang-glslang.dll for spirv-validation (#4642)Jay Kwak
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2023-10-09Run curated spirv-opt passes through slang-glslang. (#3266)Yong He
2023-08-04Add option to use original entrypoint in spirv output. (#3047)Yong He
2023-05-22Source embedding for output (#2889)jsmall-nvidia
2023-04-11Artifact simplification (#2781)jsmall-nvidia
2023-03-10Add struct version to DownstreamCompiler::CompileOptions interface (#2692)jsmall-nvidia
2022-12-02Cleanup crypto utilities (#2549)skallweitNV
2022-10-17Shader cache index implementation (#2452)lucy96chen
2022-10-13Add getVersionString() to IDownstreamCompiler (#2446)lucy96chen
2022-09-01Passing source to Downstream compilation as artifacts (#2382)jsmall-nvidia
2022-08-26DownstreamCompileOptions using POD types (#2381)jsmall-nvidia
2022-08-22Improve binary compatibility for DownstreamCompiler types (#2371)jsmall-nvidia
2022-08-22Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia
2022-08-16IDownstreamCompiler interface (#2361)jsmall-nvidia
2022-08-10Artifact and ICastable (#2351)jsmall-nvidia
2021-07-19Enable swiftshader in linux CI builds (#1909)Yong He
2021-06-02Downstream compiler location fix. (#1866)jsmall-nvidia
2021-05-28Glslang refactor bugfix (#1863)jsmall-nvidia
2021-05-19Glslang as DownstreamCompiler (#1846)jsmall-nvidia