summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-09-26Update slang-rhi (#5160)Simon Kallweit
2024-09-26Move texture format inference to frontend and add reflection api for it. (#5155)Yong He
2024-09-19Re-enable slang-test for WGSL (#5120)Jay Kwak
2024-09-19Allow lookups of overloaded methods. (#5110)Sai Praveen Bangaru
2024-09-19refactor render test to use latest slang-rhi (#5119)Simon Kallweit
2024-09-17Implement math intrinsics for WGSL (#5078)Jay Kwak
2024-09-16Add API method to specialize function reference with argument types (#4966)Sai Praveen Bangaru
2024-09-05Initial -embed-spirv support (#4974)cheneym2
2024-09-05Remove unused package in primary benchmark script (#5014)venkataram-nv
2024-09-05Document All Capability Atoms and Profiles (#5008)ArielG-NV
2024-09-03Add Path::removeNonEmpty() to remove non-empty dir (#4984)kaizhangNV
2024-08-30Updated MDL shader sources for benchmarks (#4965)venkataram-nv
2024-08-30capture component type (#4967)kaizhangNV
2024-08-30Draft: integrate slang-rhi (#4970)Simon Kallweit
2024-08-28Migrate 3 more examples to slang-unit-test (#4927)kaizhangNV
2024-08-27Add ability to specialize generic references to functions, types and more (#4...Sai Praveen Bangaru
2024-08-27Migrate examples (#4920)kaizhangNV
2024-08-26Feature/record unit test (#4910)kaizhangNV
2024-08-22Feature/capture unit test (#4898)kaizhangNV
2024-08-15Refactoring benchmark CI pipeline (#4855)venkataram-nv
2024-08-15Make precompileForTargets work with Slang API (#4845)cheneym2
2024-08-15fix getVKAdapters on MoltenVK (#4852)skallweitNV
2024-08-13FIx issue with specializing witness tables (#4839)Sai Praveen Bangaru
2024-08-07Reduce dependency on std library (#4785)skallweitNV
2024-08-07More reflection API features. (#4740)Sai Praveen Bangaru
2024-07-31Allow generic type deduction from ParameterBlock arguments. (#4766)Yong He
2024-07-31Feature/replayer (#4750)kaizhangNV
2024-07-31Fix IR lowering for generic interface types. (#4761)Yong He
2024-07-30Fixes for Metal ParameterBlock support. (#4752)Yong He
2024-07-25Add `_Internal`/`External` atom enforcement and validation. (#4702)ArielG-NV
2024-07-24Add generic descriptor indexing intrinsic (#4389)dubiousconst282
2024-07-24Cleanup global memory allocations on shutdown. (#4731)Yong He
2024-07-23Feature/capture (#4625)kaizhangNV
2024-07-19Support parameter block in metal shader objects. (#4671)Yong He
2024-07-18Initial implementation for decl-tree reflection API (#4666)Sai Praveen Bangaru
2024-07-18Remove generated file from source and build at build time (#4649)Ellie Hermaszewska
2024-07-17Move the file public header files to `include` dir (#4636)kaizhangNV
2024-07-15gfx/metal uniform data binding and memory leak fix. (#4644)Yong He
2024-07-10Add reflection API for functions. (#4587)Yong He
2024-07-10Do not include vk xlib headers from vulkan.h when SLANG_ENABLE_XLIB is not se...Ellie Hermaszewska
2024-06-27Ray tracing validation (#4418)ccummingsNV
2024-06-12Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV
2024-06-12Extend the COM-based API to support whole program compilation. (#4355)Yong He
2024-06-11[gfx] Metal improvements (#4337)skallweitNV
2024-06-11[gfx] Metal texture fixes (#4331)skallweitNV
2024-06-11Remove duplicate `VkPhysicalDeviceComputeShaderDerivativesFeaturesNV` extensi...ArielG-NV
2024-06-10Address glslang ordering requirments for 'derivative_group_*NV' (#4323)ArielG-NV
2024-06-10[gfx] Metal graphics support (#4324)skallweitNV
2024-06-07Precompute UIntSet from individual capabilities inside generator (#4269)ArielG-NV
2024-06-07Metal compute tests (#4292)skallweitNV