summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* Fixed stage and result field names in json reflection (#5927)Stan2024-12-21
* Fix WASM build (#5925)Anders Leino2024-12-20
* 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
* Enable more examples in CI (#5915)Anders Leino2024-12-19
* Add HLSL texture sample with status intrinsics (#5901)Darren Wihandi2024-12-19
* Readme corrections (#5874)Ellie Hermaszewska2024-12-19
* Report error when generated spirv is empty. (#5899)Yong He2024-12-19
* Fix issues reported by 'shellcheck' (#5913)Anders Leino2024-12-19
* Refresh list of failing examples (#5904)Anders Leino2024-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 slang example tests to CI (#5879)Anders Leino2024-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
* Update 09-reflection.md (#5886)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
* install mono for toc generation (#5877)Ellie Hermaszewska2024-12-16
* Enable exprs for all supported GLSL layout qualifiers (#5857)Darren2024-12-15
* Update reflection API chapter in User Guide (#5868)Theresa Foley2024-12-13
* Make slang-rhi's NVAPI support conditional on SLANG_ENABLE_NVAPI (#5855)Ellie Hermaszewska2024-12-12
* Bit extract (#5847)kaizhangNV2024-12-12
* use Release over RelWithDebInfo for ci (#5846)Ellie Hermaszewska2024-12-12
* Add an example for using the reflection API (#5839)Theresa Foley2024-12-12
* WGSL: Fix issue where global calls are generated (#5768)Anders Leino2024-12-12
* Add SLANG_ENABLE_DXIL (#5853)Ellie Hermaszewska2024-12-13
* Correctly distinguish between windows and MSVC (#5851)Ellie Hermaszewska2024-12-13
* Set default hidden visibility for all source on gcc (#5850)Ellie Hermaszewska2024-12-13
* Add missing header for _getpid() (#5852)Ellie Hermaszewska2024-12-13
* Bump imgui for include fix (#5854)Ellie Hermaszewska2024-12-13
* Correct casing of windows includes (#5849)Ellie Hermaszewska2024-12-12
* Fix prebuilt dependencies filenames on non-windows platforms (#5848)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
* Use perfect forwardnig to preserve the parameters for log (#5841)Jay Kwak2024-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
* A small mistake. (#5819)HappyLi32024-12-10