summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAge
* slang-test: Ensure runtime is consistent (#6021)Anders Leino2025-01-08
* Add backtraces to examples (#5973)Anders Leino2025-01-07
* Lower varying parameters as pointers instead of SSA values. (#5919)Yong He2025-01-07
* Fix some robustness issues in the examples (#5984)Anders Leino2025-01-07
* Properly set D3D12SDKPath (#5993)Jay Kwak2025-01-06
* Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)Yong He2025-01-03
* Fix parameter location reflection for pure data paramblocks. (#5956)Yong He2025-01-03
* Allow explicit test root (#5980)bspeice2025-01-01
* Support dispatchComputeIndirect and draw(Indexed)Indirect with count buffer f...AdamYuan2024-12-26
* Fix metadata of register space and varying params. (#5906)Yong He2024-12-18
* Support specializing generic entrypoints in `findAndCheckEntryPoint`. (#5890)Yong He2024-12-17
* Fix entrypoint auto discovery logic. (#5885)Yong He2024-12-17
* Fix `getArgumentValueFloat` when arg is int. (#5888)Yong He2024-12-18
* Fix attribute reflection. (#5823)Yong He2024-12-11
* A small mistake. (#5819)HappyLi32024-12-10
* Fix a crash when search for files. (#5818)Yong He2024-12-10
* Allow pointers to existential values. (#5793)Yong He2024-12-09
* Fix reflection for pointer element types. (#5797)Yong He2024-12-09
* Remove duplicate call to install() for libslang (#5767)Ellie Hermaszewska2024-12-05
* Move c++ parsing code from slang-cpp-extractor to static library (#5675)Lauro Oyen2024-12-02
* Fix issue with slang-embed & include ordering (#5680)Sai Praveen Bangaru2024-11-25
* Enable some rendering tests (#5623)Anders Leino2024-11-21
* Change how DeclRef::toText works (#5592)Sai Praveen Bangaru2024-11-20
* Embed core module in wasm build. (#5569)Yong He2024-11-15
* [slang-rhi] pass encoders (#5559)Simon Kallweit2024-11-14
* Correct include dir for libslang (#5539)Ellie Hermaszewska2024-11-13
* Various fixes to enable some WGSL graphics tests (#5548)Anders Leino2024-11-13
* Reflection compiler option (#5507)tareksander2024-11-11
* [slang-rhi] refactor command encoding (#5487)Simon Kallweit2024-11-11
* Fix EHa flag compiler filtering (#5524)cheneym22024-11-08
* Catch all exceptions in render-test (#5495)cheneym22024-11-05
* Update slang-rhi and fix error handling (#5485)cheneym22024-11-05
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* preparation for clang format (#5422)Ellie Hermaszewska2024-10-29
* format cmake files (#5406)Ellie Hermaszewska2024-10-29
* Replace stdlib with core-module on files and projects (#5411)Jay Kwak2024-10-25
* Replace stdlib on Slang API with CoreModule (#5405)Jay Kwak2024-10-25
* declutter top level CMakeLists.txt (#5391)Ellie Hermaszewska2024-10-24
* Fix several bugs with `specializeWithArgTypes()` (#5365)Sai Praveen Bangaru2024-10-23
* Recognize a new spirv header json grammar keyword "aliases" (#5367)Jay Kwak2024-10-21
* Fix UAV access for 3d texture mips (#5363)ccummingsNV2024-10-21
* Fix incorrect setting of array information for 1d texture arrays in D3D12 (#5...ccummingsNV2024-10-21
* update slang-rhi (#5258)Simon Kallweit2024-10-17
* Fix D3D12Core.dll loading problem (#5315)Jay Kwak2024-10-17
* Fix entrypoint naming in glsl backend. (#5320)Yong He2024-10-16
* Fix type checking on generic extensions. (#5316)Yong He2024-10-15
* Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska2024-10-15
* Misc build fixes. (#5271)Yong He2024-10-14
* Fix assert when compiling an entrypoint that calls another entrypoint. (#5268)Yong He2024-10-14