summaryrefslogtreecommitdiff
path: root/tests/spirv
AgeCommit message (Expand)Author
2024-10-27Add `InterlockedAddF64` intrinsic. (#5412)Yong He
2024-10-24Use DebugDeclare instead of DebugValue. (#5404)Yong He
2024-10-21Fix spirv codegen for pointer to empty structs. (#5355)Yong He
2024-10-19Remove use of Variable Pointer capability. (#5352)Yong He
2024-10-17Cleanup definition of `printf`. (#5330)Yong He
2024-10-17Cleanup atomic intrinsics. (#5324)Yong He
2024-10-16Fix spirv debug info for pointer types. (#5319)Yong He
2024-10-09Fix spirv lowering logic around pointer to unsized array. (#5243)Yong He
2024-09-27Fix hull shader spirv legalization bug. (#5180)Yong He
2024-09-05Fix spirv emit for global pointer variable. (#5009)Yong He
2024-08-30Support specialization constants. (#4963)Yong He
2024-08-26Implement `-fvk-use-dx-layout` (#4912)ArielG-NV
2024-07-30Move SPIRV global variables into a context variable (#4741)ArielG-NV
2024-07-30Fix SPIRV emit for small-integer texture types. (#4753)Yong He
2024-07-25Overhaul IR lowering of pointer types. (#4710)Yong He
2024-07-18Support OpDebugTypePointer for struct member pointer (#4527)Jay Kwak
2024-07-10Specialize address space during spirv legalization. (#4600)Yong He
2024-07-01Supply SPIRV capability for textureQueryLod (#4522)venkataram-nv
2024-06-12Add slangc flag to `-zero-initialize` all variables (#3987)ArielG-NV
2024-06-12Add option to preserve shader parameter declaration in output SPIRV. (#4344)Yong He
2024-06-11Fix global value inlining for spirv_asm blocks. (#4339)Yong He
2024-06-11SPIRV backend: add support for tessellation stages, (#4336)Yong He
2024-06-11Fix `GetAttributeAtVertex` for spirv and glsl targets. (#4334)Yong He
2024-06-10Fix SPIRV emit for `Flat` decoration and TessLevel builtin. (#4318)Yong He
2024-06-10Support all integer typed indices in StructuredBuffer Load/Store/[]. (#4311)Yong He
2024-06-08SPIRV `Block` decoration fixes. (#4303)Yong He
2024-06-01Support different SPIRV versions. (#4254)Yong He
2024-05-30Support SPIR-V DebugTypePointer (#4228)Jay Kwak
2024-05-30Update document regarding pointer (#4248)Jay Kwak
2024-05-14Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)Yong He
2024-05-08Support `getAddress` of a single-element vector swizzle. (#4138)Yong He
2024-05-08Support `[__ref]` attribute to make `this` pass by reference. (#4139)Yong He
2024-05-08Fix legalization of `kIROp_GetLegalizedSPIRVGlobalParamAddr`. (#4141)Yong He
2024-05-03Fix `Ptr::__subscript` to accept any integer index. (#4100)Yong He
2024-05-01SPIRV: Fix performance issue when handling large arrays. (#4064)Yong He
2024-05-01SPIRV: Fix storage class for unwrapped pointers (#4068)cheneym2
2024-04-19Enable NonUniformResourceIndex support for glsl, hlsl and spirv (#3899)sriramm-nv
2024-04-10Properly compile `gl_WorkgroupSize`. (#3925)Yong He
2024-04-03Not emit DepthReplacing when frag shader uses SV_Position. (#3893)Yong He
2024-04-03Update glsl intrinsic for GroupMemoryBarrierWithGroupSync (#3890)Yong He
2024-04-02Fix the erroneous logic of determining whether or not to emit DepthReplacing....Yong He
2024-03-25Fix missing PerPrimitive decoration in mesh shader output. (#3828)Yong He
2024-03-21Partially implement vk_buffer_ref proposal. (#3814)Yong He
2024-03-21Support arrow operator `->` on pointers. (#3812)Yong He
2024-03-20Fix spirv generation for using output stream in a function. (#3806)Yong He
2024-03-18Fix SPIRV for mesh shaders, checks for invalid target code&recursion. (#3788)Yong He
2024-03-12Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)Yong He
2024-03-12Make type names spec-conformant in SPIRV reflect. (#3748)Yong He
2024-03-12[SPIRV] Use VectorTimesScalar opcode. (#3737)Yong He
2024-03-11Add `-fvk-use-dx-position-w` and fix ExecutionMode ordering for geometry shad...Yong He