summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2025-05-19Map `SV_VertexID` to `gl_VertexIndex-gl_BaseVertex`, add `SV_Vulkan*ID` seman...Darren Wihandi
2025-05-16Support Vulkan memory model (#7057)Jay Kwak
2025-05-17Fix: Preserve inout param modifications with OptiX IgnoreHit() (#6956)Harsh Aggarwal (NVIDIA)
2025-05-16Enable Windows full debug testsuite in CI (#7085)Gangzheng Tong
2025-05-16Address structured buffer `GetDimensions` issues for WGSL, GLSL and SPIRV (#7...Darren Wihandi
2025-05-16Fix correct bindings for bindless resource model [SPIRV and GLSL] (#7131)ArielG-NV
2025-05-16Enforce rule that `export`/`extern` (non cpp) must be `const` (#7113)ArielG-NV
2025-05-16Fix HLSL ByteAddressBuffer Load* parameter integer type (#7117)Darren Wihandi
2025-05-16Allow lambda exprs without captures to coerce to `functype`. (#7129)Yong He
2025-05-16Fix RWStructuredBuffer emission (#7139)Mukund Keshava
2025-05-16Fix broken -emit-spirv-via-glsl test option (#7091)sricker-nvidia
2025-05-15Add checking for hlsl register semantic. (#7118)Yong He
2025-05-15Implement C++ style default member initializer (#7087)kaizhangNV
2025-05-15Implement spec const for generic parameter (#7121)kaizhangNV
2025-05-15Rename 'main' on some backends (#7105)Mukund Keshava
2025-05-15Support tensor addressing (#7060)Jay Kwak
2025-05-15Re-enable spirv-validation, because the issue is no longer repro (#7082)Jay Kwak
2025-05-14Add new coopmat2 functions: Reduce and Transpose (#7027)Jay Kwak
2025-05-14Support the new CoopVec builtins (#7108)Jay Kwak
2025-05-15Do not print errors in _coerce when "JustTrying". (#7064)Jay Kwak
2025-05-14Remove readonly keyword from buffer pointer definitions (#7068)aidanfnv
2025-05-14Infer type while constant folding causes failure (#7090)ArielG-NV
2025-05-14support specialization constant sized array (#6871)kaizhangNV
2025-05-14Error out on invalid vector sizes (#7076)Darren Wihandi
2025-05-13Support Array Sizes using Generic arguments to be initialized via {} (#6720)Sruthik P
2025-05-13Add half-precision matrix type aliases in GLSL (#7066)James Helferty (NVIDIA)
2025-05-12Make CUDA version capabilities reach NVRTC (#7074)Theresa Foley
2025-05-12Ensure to emit 32-bit type for bitfield operations for SPIRV (#7046)kaizhangNV
2025-05-12cluster acceleration structure optix 6431 (#7028)Harsh Aggarwal (NVIDIA)
2025-05-12cuda: Add more formats for texture read/write (#7012)Mukund Keshava
2025-05-10Fix local constants in switch cases (#7053)Julius Ikkala
2025-05-10Add debug information for slang inling (#6621)Mukund Keshava
2025-05-09Fix SPIRV unsigned to signed widening casts (#7051)Darren Wihandi
2025-05-09Fix various intptr_t issues by defining its width in `getIntTypeInfo` (#6786)Julius Ikkala
2025-05-09Fixed name mangling of generic extensions (#6671)Ronan
2025-05-06bitcast require the input has same width with result type (#7018)kaizhangNV
2025-05-07Output default parameter values on language server hover (#6902)Ellie Hermaszewska
2025-05-06Parse char literals as integers (#6989)Julius Ikkala
2025-05-06Add interger pack/unpack intrinsic to glsl (#6997)kaizhangNV
2025-05-05Add a new capability hlsl_2018 that avoid using select/and/or (#7003)Jay Kwak
2025-05-05Add countbits 16-bit and 8-bit support (#6433) (#6897)sricker-nvidia
2025-05-03Add IREnumType to distinguish enums from ints and each other (#6973)Julius Ikkala
2025-05-02Disable an always failing test, partial resident test with dx12 (#6983)Jay Kwak
2025-05-01Add fwidth_coarse and fwidth_fine functions (#6941)pdeayton-nv
2025-05-01Smoke test WASM as a part of CI (#6969)Jay Kwak
2025-04-30Add `IOpaqueDescriptor::descriptorAccess`. (#6967)Yong He
2025-04-30Initial support for immutable lambda expressions. (#6914)Yong He
2025-04-30cuda: Improve entry handling for SV_DispatchThreadID (#6925)Mukund Keshava
2025-04-30Add subscript operator support in cuda (#6830)Mukund Keshava
2025-04-29Support use of `this` with Mesh Shader Outputs (`IRMeshOutputRef`) (#6920)16-Bit-Dog