summaryrefslogtreecommitdiff
path: root/tests/hlsl-intrinsic
AgeCommit message (Expand)Author
2025-02-27Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)Yong He
2025-02-10Add support for Metal subgroup/simd operations (#6247)Darren Wihandi
2025-02-02Add support for WGSL subgroup operations (#6213)Darren Wihandi
2025-01-29Implement WaveMultiPrefix* for SPIRV and GLSL (#6182)Darren Wihandi
2025-01-24Add bgra8 format (#6163)Darren Wihandi
2025-01-22Use SPIRV integer vector dot product instructions (#6141)Darren Wihandi
2025-01-17Implement Quad Control intrinsics (#5981)Darren Wihandi
2025-01-17test-server should use d3d12core.dll from bin directory (#6095)Jay Kwak
2025-01-16Implement Packed Dot Product intrinsics (#6068)Darren Wihandi
2025-01-16support SV_ViewIndex for Metal (#6103)Darren Wihandi
2025-01-09Add CalculateLevelOfDetail* overloads for comparison samplers (#6018)Darren Wihandi
2025-01-08Add SampleCmpLevel intrinsics (#6004)Darren Wihandi
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He
2024-12-28Implement HLSL pack/unpack math intrinsics (#5934)Darren Wihandi
2024-12-26Add packed 8bit builtin types (#5939)Darren Wihandi
2024-12-21Fixed stage and result field names in json reflection (#5927)Stan
2024-12-19Add base vertex and base instance system values (#5918)Darren Wihandi
2024-12-19Add HLSL texture sample with status intrinsics (#5901)Darren Wihandi
2024-12-10Enable exprs for GLSL binding layout qualifiers (#5807)Darren
2024-12-03Conform non-suffixed integer literals (#5717)Darren Wihandi
2024-11-26wgpu: Enable Metal-like legalization for byte addressible buffers (#5681)Anders Leino
2024-11-21Refresh of disabled WGPU tests (#5614)Anders Leino
2024-11-20Add Matrix overload for exp10() core lib function (#5620)bprb
2024-11-20WGSL: Support isnan, isinf, etc.. (#5609)Anders Leino
2024-11-05Fixing the wrong implementation of some math intrinsic (#5491)kaizhangNV
2024-11-04Various WGSL fixes. (#5490)Yong He
2024-10-28Replace the word stdlib or standard-library with core-module for source code ...Jay Kwak
2024-10-17Cleanup atomic intrinsics. (#5324)Yong He
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-08-14Do not zero-initialize groupshared and rayquery variables (#4838)ArielG-NV
2024-08-12Warn when inout parameter is never written (#4777)venkataram-nv
2024-07-18Metal: `Interlocked` (atomic) member function support for buffers (#4655)ArielG-NV
2024-07-18Update spirv-header and spirv-tools to Jun/2024 (#4679)Jay Kwak
2024-07-18Fix bug with uninititialized warnings in nested scopes (#4677)venkataram-nv
2024-07-16SCCP instead of CFG since SCCP removes code of unused branches, not CFG (#4640)ArielG-NV
2024-07-10Implement non member function atomic texture support (#4544)ArielG-NV
2024-07-10Support status argument for GatherXXX (#4490)Jay Kwak
2024-07-10Add individual tests for scalar double intrinsics (#4591)Ellie Hermaszewska
2024-07-09Fix Lexer to recognize swizzling on an integer scalar value (#4515)Jay Kwak
2024-07-05Correct type for double log10 (#4550)Ellie Hermaszewska
2024-06-28Implement CheckAccessFullyMapped (#4509)Jay Kwak
2024-06-27Extend `countbits` intrinsic for vector types (#4499)venkataram-nv
2024-06-27Implement `uint2` variant of `asdouble` intrinsic (#4488)venkataram-nv
2024-06-25Add intrinsic for `IsHelperLane()` in HLSL (#4471)venkataram-nv
2024-06-24Added float2x2 cast to float4 (and vise versa) (#4432)ArielG-NV
2024-06-14Improve Direct SPIRV Backend Test Coverage (#4396)ArielG-NV
2024-06-13Metal: misc fixes and enable more tests. (#4374)Yong He
2024-06-10enable more metal tests (#4326)skallweitNV
2024-06-07Metal compute tests (#4292)skallweitNV
2024-04-23Switch to direct-to-spirv backend as default. (#4002)Yong He