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