summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-05-16Fix broken -emit-spirv-via-glsl test option (#7091)sricker-nvidia
2025-05-14Make Command Line Reference readthedocs compatible (#7048)aidanfnv
2025-05-12Make CUDA version capabilities reach NVRTC (#7074)Theresa Foley
2025-05-12Cleanups related to RIFF support (#7041)Theresa Foley
2025-05-11Add a new option "-capability" to slang-test and render-test (#7054)Jay Kwak
2025-05-10Update build to allow setting more external paths (#7044)lujinwangnv
2025-05-06Retry when a few unit tests failed. (#6912)Jay Kwak
2025-05-06Update C++ standard to C++20 (#6980)Ellie Hermaszewska
2025-05-05Correct incorrect enum usage on metal (#6994)Ellie Hermaszewska
2025-05-02Fix seg-fault in cudaCodeGenBug test (#6985)Jay Kwak
2025-05-02Fix intermittent failure of slang-unit-test-tool/ReplayRecord (#6981)Jay Kwak
2025-04-28Add Slang Byte Code generation and interpreter. (#6896)Yong He
2025-04-26Added getCanonicalGenericConstraints2 (sorts constraints and allows more gene...Ronan
2025-04-25Update spirv-tools to for SDK v2025.2 (#6893)Gangzheng Tong
2025-04-24update slang-rhi (#6587)Simon Kallweit
2025-04-23Fixed various queryInterface implementations (#6863)AlexisPollonni
2025-04-22A new approach to AST serialization (#6854)Theresa Foley
2025-04-18Check the available VK extensions before using CoopVec APIs in GFX (#6849)Jay Kwak
2025-04-17Add Yet Another Source Code Generator (#6844)Theresa Foley
2025-04-17Fix compiler warning with clang 18.1.8 on windows (#6843)Jay Kwak
2025-04-12Add slang-test check for D3D11 double support (#6761)aidanfnv
2025-04-11Fix benchmark/compile.py nested f-string and deprecated constant issues (#6773)Gangzheng Tong
2025-04-07Return non-escaped strings from user-defined attributes (#6735)aidanfnv
2025-04-07Support for Payload Access Qualifiers (#3448) (#6595)Harsh Aggarwal (NVIDIA)
2025-04-04fix(d3d11): correct parameter in VSSetConstantBuffers1 from uavCount … (#6690)Harsh Aggarwal (NVIDIA)
2025-04-03Implement parameter block to slang-gfx for Metal backend (#6577)kaizhangNV
2025-03-25Improve embed tool to search all include directories as determined by CMake (...Sai Praveen Bangaru
2025-03-24Don't load cached builtin module in slang-bootstrap. (#6667)Yong He
2025-03-16Add help screen to slang-test (#6611)Gangzheng Tong
2025-03-13test for link type layout caching (#6567)Ellie Hermaszewska
2025-03-13test that link time extern struct layouts are visible for nested types (#6568)Ellie Hermaszewska
2025-03-12Migrate render-test away from deprecated compile request API (#6514)Anders Leino
2025-03-11Don't crash when precompiling twice (#6576)cheneym2
2025-03-11Add missing error check (#6570)cheneym2
2025-03-05Support SPIR-V deferred linking option (#6500)cheneym2
2025-03-05Fix codegen bug when targeting PTX with new API (#6506)Anders Leino
2025-03-03Document how unit tests are defined and run (#6448)Anders Leino
2025-02-28Fix build error when SLANG_ENABLE_TESTS is set to OFF (#6420)Jay Kwak
2025-02-28Resolve 'extern' types during type layout generation if possible (#6450)Ellie Hermaszewska
2025-02-28Prepare for render test api migration (#6498)Anders Leino
2025-02-27Remove adapter option from slang-test (#6475)Mukund Keshava
2025-02-27update slang-rhi (shader object refactor) (#6251)Simon Kallweit
2025-02-27Allow `.member` syntax on vector and scalars. (#6424)Yong He
2025-02-26Fix precompiledTargetModule tests (#6455)cheneym2
2025-02-24Add implementation for 'uploadTextureData' in metal (#6443)kaizhangNV
2025-02-23Improve performance when compiling small shaders. (#6396)Yong He
2025-02-21Fix slang raytracing test (#6404)ksavoie-nv
2025-02-20Metal fix (#6413)kaizhangNV
2025-02-19Show adapter info in slang-test (#6388)cheneym2
2025-02-18Cleanups for render-api (#6360)Anders Leino