summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-29Update SPIRV submodules and fix tests (#6222)Jay Kwak
2025-01-29Fix combined sampler documentation and warning (#6207)cheneym2
2025-01-29Fix the type coerce issue (#6215)kaizhangNV
2025-01-29Fix loophole in hoisting where an `OpVar`'s uses might not be properly regist...Sai Praveen Bangaru
2025-01-29Implement WaveMultiPrefix* for SPIRV and GLSL (#6182)Darren Wihandi
2025-01-29Fix exact-match witness synthesis for static functions (#6204)Darren Wihandi
2025-01-28Fix UIntSet calcSubtract to handle mismatched buffer sizes (#6205)Darren Wihandi
2025-01-28Proposal for Cooperative Vector in Slang (#6209)Jay Kwak
2025-01-28Add slangpy proposal (#6156)Yong He
2025-01-28Allow requiring glsl language extensions on structs (#6173)Ellie Hermaszewska
2025-01-28Added const version for the operator[] in Matrix (#6186)Norbert Nopper
2025-01-28Delete invalid ASSERT in `isTypeOperandEqual`. (#6196)Yong He
2025-01-28Fix geometry shader related modifier lowering. (#6197)Yong He
2025-01-28Add a unit test to cover type-conformance compilation API. (#6178)Yong He
2025-01-27Add an example for reflection of parameter blocks (#6161)Theresa Foley
2025-01-27Properly plumbing layout for global varyings. (#6198)Yong He
2025-01-27Fix an incorrect iteration with a workList (#6177)Jay Kwak
2025-01-27DNI: try using sparse checkout for MDL-SDK (#6190)kaizhangNV
2025-01-24Fix depth texture sampling on Metal. (#6168)Yong He
2025-01-25Some usability improvements to formatting script (#6153)Anders Leino
2025-01-24Add intptr_t abs/min/max operations for CPU & CUDA targets (#6160)Julius Ikkala
2025-01-24Add bgra8 format (#6163)Darren Wihandi
2025-01-24improve error message on generic value decls (#6169)Darren Wihandi
2025-01-24Fix static build and install (#6158)Dario Mylonopoulos
2025-01-23Fix incorrect resolve of specialization instance (#6162)Jay Kwak
2025-01-22Cache and reuse glsl module. (#6152)Yong He
2025-01-22Add validation for destination of atomic operations (#6093)Anders Leino
2025-01-22Use SPIRV integer vector dot product instructions (#6141)Darren Wihandi
2025-01-22Remove unnecessary parameters from Metal entry point signature (#6131)Darren Wihandi
2025-01-22Bump spirv-tools to 9295a8b94ed0751565fa9cda6d949f5e388b32d9 (#6145)cheneym2
2025-01-22Catch all exceptions from loadModule* and link API calls. (#6143)Anders Leino
2025-01-21Fix bug: IgnoreInheritance in lookup (#6146)kaizhangNV
2025-01-21Fix gcc downstream compiler optimization level corresponding to OptimizationL...spking11
2025-01-21Generate IDs for every witness table (#6129)Julius Ikkala
2025-01-20Fix def-use issue from multi-level break elimination (#6134)Sai Praveen Bangaru
2025-01-18Fix upper 32 bits of 64-bit AnyValue packing (#6127)Julius Ikkala
2025-01-17Make -depfile work for binary modules output too (#6126)Julius Ikkala
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-17Delete CNAMEKhronos Group Web Services
2025-01-17Create CNAMEKhronos Group Web Services
2025-01-17Fix circularity issue when checking multiple generic interface constraints. (...Sai Praveen Bangaru
2025-01-17Add diagnostic for function body followed by a `;`;. (#6122)Yong He
2025-01-17Add groupshared atomic array test. (#6107)Yong He
2025-01-17Allow __subscript<T> syntax. (#6124)Yong He
2025-01-17Refactor _Texture to constrain on texel types. (#6115)Yong He
2025-01-17Fix interface requirement lowering for generic accessors (#6123)Sai Praveen Bangaru
2025-01-17Avoid using the backend validation when using test server (#6094)Jay Kwak
2025-01-17Fix nullptr in generic specialization (#6066)Julius Ikkala
2025-01-17hoist entry point params for wgsl (#6116)Darren Wihandi