summaryrefslogtreecommitdiff
path: root/source/compiler-core/slang-dxc-compiler.cpp
AgeCommit message (Expand)Author
2025-04-07Support for Payload Access Qualifiers (#3448) (#6595)Harsh Aggarwal (NVIDIA)
2025-04-02Enable "-HV 2021" option for DXC (#6445)Jay Kwak
2025-02-11Add raypayload decoration to ray payload structs (#6164)Ellie Hermaszewska
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-29preparation for clang format (#5422)Ellie Hermaszewska
2024-08-06Remove disassemle debug code (#4779)cheneym2
2024-08-05Initial support for precompiled DXIL in slang-modules (#4755)cheneym2
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2023-09-07Add -repro-fallback-directory (#3188)jsmall-nvidia
2023-08-31Add SPIRV atomics intrinsics and fix buffer layout lowering. (#3170)Yong He
2023-05-22Source embedding for output (#2889)jsmall-nvidia
2023-04-14Some small fixes with Windows/DX usage (#2797)Ellie Hermaszewska
2023-04-14Enable SLANG_ENABLE_DXIL_SUPPORT on non-Windows platforms (#2750)Ellie Hermaszewska
2023-04-11Artifact simplification (#2781)jsmall-nvidia
2023-03-10Support for PDB output from DXC (#2693)jsmall-nvidia
2023-03-10Add struct version to DownstreamCompiler::CompileOptions interface (#2692)jsmall-nvidia
2022-12-02Cleanup crypto utilities (#2549)skallweitNV
2022-11-03Disable HLSL2021 by default (#2488)jsmall-nvidia
2022-11-02Shader Execution Reordering (via NVAPI) (#2484)jsmall-nvidia
2022-10-17Shader cache index implementation (#2452)lucy96chen
2022-10-13Shader cache index header (#2448)lucy96chen
2022-10-13Add getVersionString() to IDownstreamCompiler (#2446)lucy96chen
2022-09-01Make FileSystem files and OS files distinct (#2383)jsmall-nvidia
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-16Remove CompileResult to use IArtifact (#2357)jsmall-nvidia
2022-08-09Artifact split interface and implementation (#2349)jsmall-nvidia
2022-04-27Make artifact an interface (#2195)jsmall-nvidia
2022-04-26Improvements around Artifacts (#2192)jsmall-nvidia
2022-04-26Linking in DXC (#2190)jsmall-nvidia
2021-06-02Downstream compiler location fix. (#1866)jsmall-nvidia
2021-05-21Downstream option handling (#1850)jsmall-nvidia
2021-05-19Glslang as DownstreamCompiler (#1846)jsmall-nvidia
2021-05-14DXC as DownstreamCompiler (#1845)jsmall-nvidia