summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAge
* Correct IR generation for no-diff pointer type (#5976)kaizhangNV2025-01-02
* Allow explicit test root (#5980)bspeice2025-01-01
* Fixed incorrect condition in Session::queryInterface. (#5978)Pétur Darri Pétursson2025-01-01
* add missing IR_LEAF_ISA for MetalMeshType (#5975)Darren Wihandi2024-12-31
* Fix reflection for metal vector [[id]] location. (#5943)Yong He2025-01-01
* Add terminateRayEXT & ignoreIntersectionEXT (#5974)Julius Ikkala2024-12-31
* Fix `getInheritanceInfo` for `ExtractExistentialType`. (#5971)Yong He2024-12-31
* Check for undefined %id in spirv_asm block. (#5966)Yong He2024-12-30
* LanguageServer: fix highlighting of wrapper type. (#5968)Yong He2024-12-30
* Add `RaytracingAccelerationStructure::__init(uint64_t)`. (#5967)Yong He2024-12-30
* Check mismatching method parameter direction against interface declaration. (...Yong He2024-12-30
* Fix requirement candidate lookup to prefer decls in the same paraent as the i...Yong He2024-12-30
* Skip uninitialized-use warning on hitAttributeEXT-decorated globals (#5952)Julius Ikkala2024-12-30
* Prevent constant folding for specialization constants (#5953)Julius Ikkala2024-12-29
* Implement HLSL pack/unpack math intrinsics (#5934)Darren Wihandi2024-12-28
* Fix parsing GLSL SSBO arrays / bindless descriptors (#5932)Julius Ikkala2024-12-27
* Add packed 8bit builtin types (#5939)Darren Wihandi2024-12-26
* Reflection API Wasm Bindings Part1 (#5936)arya2024-12-24
* Fixed stage and result field names in json reflection (#5927)Stan2024-12-21
* Check subscript/property accessor for differentiability. (#5922)Yong He2024-12-20
* Fix crash during loop unrolling. (#5920)Yong He2024-12-20
* 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
* Report error when generated spirv is empty. (#5899)Yong He2024-12-19
* Fix the parser issue for not recognize Generic<T>[N] (#5912)kaizhangNV2024-12-18
* Check decl nesting for namespaces. (#5910)Yong He2024-12-18
* Support explicit `[vk::location(n)]` binding on metal/wgsl. (#5907)Yong He2024-12-18
* Fix metadata of register space and varying params. (#5906)Yong He2024-12-18
* Allow `Optional`, `Tuple` and `bool` to be used in varying input/output. (#5889)Yong He2024-12-18
* Add verification logic on push and specialization constants. (#5887)Yong He2024-12-17
* Support specializing generic entrypoints in `findAndCheckEntryPoint`. (#5890)Yong He2024-12-17
* Implement bitcast for 64-bit date type (#5895)kaizhangNV2024-12-17
* Fix entrypoint auto discovery logic. (#5885)Yong He2024-12-17
* Fix `getArgumentValueFloat` when arg is int. (#5888)Yong He2024-12-18
* Support matrix negation in metal backend. (#5891)Yong He2024-12-16
* Enable exprs for all supported GLSL layout qualifiers (#5857)Darren2024-12-15
* Bit extract (#5847)kaizhangNV2024-12-12
* WGSL: Fix issue where global calls are generated (#5768)Anders Leino2024-12-12
* Correctly distinguish between windows and MSVC (#5851)Ellie Hermaszewska2024-12-13
* Add missing header for _getpid() (#5852)Ellie Hermaszewska2024-12-13
* Correct casing of windows includes (#5849)Ellie Hermaszewska2024-12-12
* Fix language server check skipping when explicit module decl exists. (#5845)Yong He2024-12-11
* Bump spirv-header/tools/glslang (#5834)Ellie Hermaszewska2024-12-12
* LSP: fix "documentSymbol failed" error. (#5842)Yong He2024-12-11
* Fix the logic to determine whether lower generic pass should run. (#5837)Yong He2024-12-11
* Fix loop hoisting logic in redundancy pass. (#5836)Yong He2024-12-11
* Fix attribute reflection. (#5823)Yong He2024-12-11
* Update SPIRV submodules (#5815)Jay Kwak2024-12-11
* Fix anyvalue marshalling for matrix and 64 bit types. (#5827)Yong He2024-12-11
* Fix wgsl float texture format inference silent failure (#5831)Devon2024-12-11