summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2025-02-14Fix metal issue (#6361)kaizhangNV
2025-02-13Disallow only resources in constant buffers in parameterblocks on metal (#6342)Ellie Hermaszewska
2025-02-13Reflection Fixes. (#6346)Yong He
2025-02-13Migrate slang-test away from deprecated Slang API (#6343)Anders Leino
2025-02-12Allow LHS of `where` to be any type. (#6333)Yong He
2025-02-12Correct dependencies on core module source (#6340)Ellie Hermaszewska
2025-02-07Add test for visibility in translation unit with multiple source files (#6306)Anders Leino
2025-02-05Enable D3D12 experimental feature to use coopvec (#6290)Jay Kwak
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2025-02-04Correct NVAPI include (#6263)Ellie Hermaszewska
2025-01-31Update Slang-RHI and enable any debug layers up-front (#6226)Anders Leino
2025-01-30Support cooperative vector including Vulkan-Header (#6228)Jay Kwak
2025-01-30Support cooperative vector (#6223)Jay Kwak
2025-01-28Fix geometry shader related modifier lowering. (#6197)Yong He
2025-01-28Add a unit test to cover type-conformance compilation API. (#6178)Yong He
2025-01-24Fix static build and install (#6158)Dario Mylonopoulos
2025-01-22Cache and reuse glsl module. (#6152)Yong He
2025-01-17test-server should use d3d12core.dll from bin directory (#6095)Jay Kwak
2025-01-17Add groupshared atomic array test. (#6107)Yong He
2025-01-17Avoid using the backend validation when using test server (#6094)Jay Kwak
2025-01-15Fix argument buffer tier2 layout computation. (#6101)Yong He
2025-01-08slang-test: Ensure runtime is consistent (#6021)Anders Leino
2025-01-07Add backtraces to examples (#5973)Anders Leino
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He
2025-01-07Fix some robustness issues in the examples (#5984)Anders Leino
2025-01-06Properly set D3D12SDKPath (#5993)Jay Kwak
2025-01-03Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)Yong He
2025-01-03Fix parameter location reflection for pure data paramblocks. (#5956)Yong He