summaryrefslogtreecommitdiff
path: root/source/slang
AgeCommit message (Expand)Author
2025-01-08Add SampleCmpLevel intrinsics (#6004)Darren Wihandi
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He
2025-01-07 Check whether array element is fully specialized (#6000)kaizhangNV
2025-01-07Use disassemble API from SPIRV-Tools (#6001)Jay Kwak
2025-01-06Add support for textureLod with sampler2DArrayShadow (#6009)Julius Ikkala
2025-01-05Fix GLSL mix(T,T,bool) SPIR-V output (#6006)Julius Ikkala
2025-01-04Make 'shared' keyword map to 'groupshared' in GLSL mode (#6003)Julius Ikkala
2025-01-03Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)Yong He
2025-01-03Fix parameter location reflection for pure data paramblocks. (#5956)Yong He
2025-01-02Correct IR generation for no-diff pointer type (#5976)kaizhangNV
2025-01-01Fixed incorrect condition in Session::queryInterface. (#5978)Pétur Darri Pétursson
2024-12-31add missing IR_LEAF_ISA for MetalMeshType (#5975)Darren Wihandi
2025-01-01Fix reflection for metal vector [[id]] location. (#5943)Yong He
2024-12-31Add terminateRayEXT & ignoreIntersectionEXT (#5974)Julius Ikkala
2024-12-31Fix `getInheritanceInfo` for `ExtractExistentialType`. (#5971)Yong He
2024-12-30Check for undefined %id in spirv_asm block. (#5966)Yong He
2024-12-30LanguageServer: fix highlighting of wrapper type. (#5968)Yong He
2024-12-30Add `RaytracingAccelerationStructure::__init(uint64_t)`. (#5967)Yong He
2024-12-30Check mismatching method parameter direction against interface declaration. (...Yong He
2024-12-30Fix requirement candidate lookup to prefer decls in the same paraent as the i...Yong He
2024-12-30Skip uninitialized-use warning on hitAttributeEXT-decorated globals (#5952)Julius Ikkala
2024-12-29Prevent constant folding for specialization constants (#5953)Julius Ikkala
2024-12-28Implement HLSL pack/unpack math intrinsics (#5934)Darren Wihandi
2024-12-27Fix parsing GLSL SSBO arrays / bindless descriptors (#5932)Julius Ikkala
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-20Check subscript/property accessor for differentiability. (#5922)Yong He
2024-12-20Fix crash during loop unrolling. (#5920)Yong He
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-19Report error when generated spirv is empty. (#5899)Yong He
2024-12-18Fix the parser issue for not recognize Generic<T>[N] (#5912)kaizhangNV
2024-12-18Check decl nesting for namespaces. (#5910)Yong He
2024-12-18Support explicit `[vk::location(n)]` binding on metal/wgsl. (#5907)Yong He
2024-12-18Fix metadata of register space and varying params. (#5906)Yong He
2024-12-18Allow `Optional`, `Tuple` and `bool` to be used in varying input/output. (#5889)Yong He
2024-12-17Add verification logic on push and specialization constants. (#5887)Yong He
2024-12-17Support specializing generic entrypoints in `findAndCheckEntryPoint`. (#5890)Yong He
2024-12-17Implement bitcast for 64-bit date type (#5895)kaizhangNV
2024-12-17Fix entrypoint auto discovery logic. (#5885)Yong He
2024-12-18Fix `getArgumentValueFloat` when arg is int. (#5888)Yong He
2024-12-16Support matrix negation in metal backend. (#5891)Yong He
2024-12-15Enable exprs for all supported GLSL layout qualifiers (#5857)Darren
2024-12-12Bit extract (#5847)kaizhangNV
2024-12-12WGSL: Fix issue where global calls are generated (#5768)Anders Leino
2024-12-11Fix language server check skipping when explicit module decl exists. (#5845)Yong He
2024-12-12Bump spirv-header/tools/glslang (#5834)Ellie Hermaszewska
2024-12-11LSP: fix "documentSymbol failed" error. (#5842)Yong He
2024-12-11Fix the logic to determine whether lower generic pass should run. (#5837)Yong He
2024-12-11Fix loop hoisting logic in redundancy pass. (#5836)Yong He