summaryrefslogtreecommitdiff
path: root/tests/slang-extension
AgeCommit message (Expand)Author
2025-09-05Add warnings for overflows of integer types (#8281)jarcherNV
2025-09-02render-test: Change D3D12 default to sm_6_5 (#8320)James Helferty (NVIDIA)
2025-08-09Fix atomics error diagnostics (#8117)venkataram-nv
2024-12-21Fixed stage and result field names in json reflection (#5927)Stan
2024-12-03Conform non-suffixed integer literals (#5717)Darren Wihandi
2024-10-17Cleanup atomic intrinsics. (#5324)Yong He
2024-09-30Add COM API for querying metadata. (#5168)Yong He
2024-07-24Add generic descriptor indexing intrinsic (#4389)dubiousconst282
2024-06-12Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV
2024-05-29Improve compile time performance. (#3857)Yong He
2024-04-23Switch to direct-to-spirv backend as default. (#4002)Yong He
2024-04-19Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV
2024-04-16Force Inline all the InterlockedAdd functions in stdlib (#3965)sriramm-nv
2023-08-21Compile append and consume structured buffers to glsl. (#3142)Yong He
2023-04-04Preliminary support for realtime clock (#2772)jsmall-nvidia
2023-03-23Fix optimization pass not converging. (#2725)Yong He
2023-02-24More control flow simplifications. (#2673)Yong He
2022-08-17Warning on lossy implicit casts. (#2367)Yong He
2021-10-08Hotfix/reenable vk test (#1969)jsmall-nvidia
2021-10-07Disable test crashing CI (#1965)jsmall-nvidia
2021-07-21Work to mitigate SPIR-V bloat (#1914)Theresa Foley
2021-01-15Convert more tests to use shader objects (#1659)Tim Foley
2020-10-06InterlockedExchangeU64 support on RWByteAddressBuffer (#1572)jsmall-nvidia
2020-09-21Enable all dynamic dispatch tests on CUDA. (#1552)Yong He
2020-08-26Added more Atomic support for int64 types on RWByteAddressBuffer (#1515)jsmall-nvidia
2020-08-24RWByteAddressBuffer::InterlockedCompareExchangeU64 (#1513)jsmall-nvidia
2020-08-24NVAPI improvements (#1512)jsmall-nvidia
2020-08-21Vulkan update/NVAPI support (#1511)jsmall-nvidia
2020-08-19Int64 atomic add RWByteAddressBuffer support (#1504)jsmall-nvidia
2020-08-18Support for float atomics on RWByteAddressBuffer (#1502)jsmall-nvidia