summaryrefslogtreecommitdiff
path: root/slang.h
AgeCommit message (Expand)Author
2023-04-12Reading artifact hierarchy from file system interface (#2787)jsmall-nvidia
2023-04-07Add SLANG_IID_PPV_ARGS (#2784)Ellie Hermaszewska
2023-03-27Upgrade `slang-llvm` (#2741)jsmall-nvidia
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He
2023-03-16Add `[CudaDeviceExport]` to allow exporting CUDA device functions. (#2708)Yong He
2023-03-10Support for PDB output from DXC (#2693)jsmall-nvidia
2023-03-10Add struct version to DownstreamCompiler::CompileOptions interface (#2692)jsmall-nvidia
2023-02-21Take into account the optimization level requested in TargetDesc (#2649)Ellie Hermaszewska
2022-12-20s/TRACTING/TRACING/ (#2567)Ellie Hermaszewska
2022-12-12Refactor shader cache (#2558)skallweitNV
2022-12-02Cleanup crypto utilities (#2549)skallweitNV
2022-11-29FileStream-based implementation for updating cache index file (#2485)lucy96chen
2022-11-16Squash warnings (#2515)Ellie Hermaszewska
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-10-29Shader cache bugfixes and test additions (#2467)lucy96chen
2022-10-17Shader cache index implementation (#2452)lucy96chen
2022-10-12Shader caching (#2432)lucy96chen
2022-10-03IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia
2022-09-15Language feature: pointer sized int types. (#2401)Yong He
2022-09-01Make ISlangFileSystem derive from ICastable (#2386)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-24Use enums with backing types in Slang API (#2375)jsmall-nvidia
2022-08-22Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia
2022-08-16Add gfx interface definition in Slang. (#2364)Yong He
2022-08-10Artifact and ICastable (#2351)jsmall-nvidia
2022-06-22 More Language Server Improvements. (#2289)Yong He
2022-06-08Actual global support (#2262)jsmall-nvidia
2022-06-07Major language server features. (#2264)Yong He
2022-06-02COM interfaces with host callable (#2258)jsmall-nvidia
2022-05-18Support for querying which parameters are used in emitted code (#2239)Alexey Panteleev
2022-05-17Configuration for warnings (#2241)Alexey Panteleev
2022-05-04Enable building for aarch64 on MacOS (#2219)Craig Kolb
2022-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-03-02Small fix to use SlangResult (#2149)jsmall-nvidia
2022-02-17Add target option to force `scalar` layout for storage buffers. (#2135)Yong He
2022-02-11Add interface for querying downstream compiler time (#2127)Yong He
2022-02-10gfx: support shader record overwrite and fix QueryPool. (#2123)Yong He
2022-02-10gfx: support d3d12 root parameters (#2122)Yong He
2022-02-10Fix MacOSX build issues (#2124)jsmall-nvidia
2022-02-09Various fixes to gfx. (#2120)Yong He
2022-01-31Revise entrypoint renaming interface. (#2113)Yong He
2022-01-21Add entry-point name override feature. (#2089)Yong He
2021-11-15Update gfx interface. (#2015)Yong He
2021-10-20Selecting downstream compiler on code gen transition (#1980)jsmall-nvidia
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-09-29Fix ARM64 detection for MSVC (#1951)Chad Engler
2021-09-29Add ISession::loadModuleFromSource. (#1950)Yong He
2021-09-10First Slang LLVM integration (#1934)jsmall-nvidia
2021-08-26Add API to control interface specialization. (#1925)Yong He