summaryrefslogtreecommitdiffstats
path: root/slang.h
Commit message (Expand)AuthorAge
* Add `IGlobalSession::getSessionDescDigest`. (#3669)Yong He2024-03-04
* Fix various crashes when generating debug info. (#3650)Yong He2024-02-29
* Allow default values for `extern` symbols. (#3632)Yong He2024-02-26
* Add slangc interface to compile and use ir modules. (#3615)Yong He2024-02-23
* Add API for querying and reusing precompiled binary modules. (#3614)Yong He2024-02-22
* Refactor compiler option representations. (#3598)Yong He2024-02-20
* Support loading serialized modules. (#3588)Yong He2024-02-15
* Atomics+Wave ops intrinsics fixes. (#3542)Yong He2024-02-02
* WIP: CMake (#3326)Ellie Hermaszewska2023-12-08
* Unify stdlib `Texture` types into one generic type. (#3327)Yong He2023-11-16
* Add GLSL Compatibility. (#3321)Yong He2023-11-14
* Parameter binding and gfx fixes. (#3302)Yong He2023-11-01
* Type layouts for structured buffers with counters (#3269)Ellie Hermaszewska2023-10-17
* Run curated spirv-opt passes through slang-glslang. (#3266)Yong He2023-10-09
* s/depreciated/deprecated/ (#3153)Ellie Hermaszewska2023-08-29
* Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska2023-08-28
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* SPIR-V WIP (#3064)Ellie Hermaszewska2023-08-15
* Support per field matrix layout (#3101)Yong He2023-08-14
* Add spirv-dis as a downstream compiler (#3059)Ellie Hermaszewska2023-08-07
* nsight Aftermath crash example (#2984)jsmall-nvidia2023-07-18
* Add perf benchmark utility. (#2977)Yong He2023-07-11
* Pointer layout support (#2930)jsmall-nvidia2023-06-27
* Add API for querying total compile time. (#2898)Yong He2023-05-23
* Add slangc options for reporting downstream compile time. (#2878)Yong He2023-05-10
* Various dxc/fxc compatibility fixes. (#2863)Yong He2023-05-02
* vkd3d and dxvk integration (#2823)Ellie Hermaszewska2023-04-29
* Minor tidyings around d3d usage (#2854)Ellie Hermaszewska2023-04-29
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Bump glm and stb + small neatenings (#2831)Ellie Hermaszewska2023-04-25
* Improvements outputting containers (#2815)jsmall-nvidia2023-04-20
* Changes for vkd3d proton (#2813)Ellie Hermaszewska2023-04-20
* Reading artifact hierarchy from file system interface (#2787)jsmall-nvidia2023-04-12
* Add SLANG_IID_PPV_ARGS (#2784)Ellie Hermaszewska2023-04-07
* Upgrade `slang-llvm` (#2741)jsmall-nvidia2023-03-27
* Add PyTorch C++ binding generation. (#2734)Yong He2023-03-26
* Add `[CudaDeviceExport]` to allow exporting CUDA device functions. (#2708)Yong He2023-03-16
* Support for PDB output from DXC (#2693)jsmall-nvidia2023-03-10
* Add struct version to DownstreamCompiler::CompileOptions interface (#2692)jsmall-nvidia2023-03-10
* Take into account the optimization level requested in TargetDesc (#2649)Ellie Hermaszewska2023-02-21
* s/TRACTING/TRACING/ (#2567)Ellie Hermaszewska2022-12-20
* Refactor shader cache (#2558)skallweitNV2022-12-12
* Cleanup crypto utilities (#2549)skallweitNV2022-12-02
* FileStream-based implementation for updating cache index file (#2485)lucy96chen2022-11-29
* Squash warnings (#2515)Ellie Hermaszewska2022-11-16
* Mesh shader support (#2464)Ellie Hermaszewska2022-11-16
* Shader cache bugfixes and test additions (#2467)lucy96chen2022-10-29
* Shader cache index implementation (#2452)lucy96chen2022-10-17
* Shader caching (#2432)lucy96chen2022-10-12
* IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia2022-10-03