summaryrefslogtreecommitdiff
path: root/source/slang/slang-options.cpp
AgeCommit message (Expand)Author
2023-07-14Fix vk-shift-* mapping issue (#2993)jsmall-nvidia
2023-07-14Allow setting of HLSLToVulkan options without having a target specified on th...jsmall-nvidia
2023-07-11Add perf benchmark utility. (#2977)Yong He
2023-05-22Source embedding for output (#2889)jsmall-nvidia
2023-05-10Add slangc options for reporting downstream compile time. (#2878)Yong He
2023-05-04Improvements around HLSLToVulkanLayout (#2867)jsmall-nvidia
2023-05-03HLSL->Vulkan binding support (#2865)jsmall-nvidia
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2023-05-02Update slang-options.cppjsmall-nvidia
2023-05-02Markdown CommandOptions (#2860)jsmall-nvidia
2023-04-29CommandOptions (#2856)jsmall-nvidia
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-20Improvements outputting containers (#2815)jsmall-nvidia
2023-04-17Round trip source map (#2810)jsmall-nvidia
2023-04-12Artifact Container (#2783)jsmall-nvidia
2023-04-11Artifact simplification (#2781)jsmall-nvidia
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He
2023-03-17Add support for emitting cuda kernel and host functions. (#2712)Yong He
2023-03-17Support for producing SourceMap on emit (#2707)jsmall-nvidia
2023-03-16Add `[CudaDeviceExport]` to allow exporting CUDA device functions. (#2708)Yong He
2023-03-16Support GL_EXT_fragment_shader_barycentric (#2704)Samuel Kogler
2023-03-10Support for PDB output from DXC (#2693)jsmall-nvidia
2023-01-04Avoid dots in auto-detected filename extensions (#2566)Ellie Hermaszewska
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-09-28Improvements around diagnostic controls (#2414)jsmall-nvidia
2022-09-01Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia
2022-09-01Make FileSystem files and OS files distinct (#2383)jsmall-nvidia
2022-08-24Use enums with backing types in Slang API (#2375)jsmall-nvidia
2022-08-24Assorted Artifact improvements (#2374)jsmall-nvidia
2022-08-11Artifact closer to being able to replace CompileResult (#2354)jsmall-nvidia
2022-08-10Artifact and ICastable (#2351)jsmall-nvidia
2022-08-09Artifact split interface and implementation (#2349)jsmall-nvidia
2022-08-09Support for Items on IArtifact (#2347)jsmall-nvidia
2022-08-03Improvements around Artifact (#2346)jsmall-nvidia
2022-06-02COM interfaces with host callable (#2258)jsmall-nvidia
2022-05-17Configuration for warnings (#2241)Alexey Panteleev
2022-05-05Preliminary Liveness tracking (#2218)jsmall-nvidia
2022-04-27Make artifact an interface (#2195)jsmall-nvidia
2022-04-27Split out Artifact info (#2193)jsmall-nvidia
2022-04-26Improvements around Artifacts (#2192)jsmall-nvidia
2022-04-26Linking in DXC (#2190)jsmall-nvidia
2022-04-15DXIL library support and Artifact type (#2186)jsmall-nvidia
2022-04-11Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley
2022-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-03-16Add -depfile option to save dependency info (#2161)Alexey Panteleev
2022-03-08Slangc improvements: help message, downstream error passthrough (#2152)Alexey Panteleev
2021-12-07Output of IR ids as command line option (#2043)jsmall-nvidia
2021-12-03Improvements to repro diagnostics (#2039)jsmall-nvidia