summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-12-11Fix attribute reflection. (#5823)Yong He
2024-12-10A small mistake. (#5819)HappyLi3
2024-12-10Fix a crash when search for files. (#5818)Yong He
2024-12-09Allow pointers to existential values. (#5793)Yong He
2024-12-09Fix reflection for pointer element types. (#5797)Yong He
2024-12-05Remove duplicate call to install() for libslang (#5767)Ellie Hermaszewska
2024-12-02Move c++ parsing code from slang-cpp-extractor to static library (#5675)Lauro Oyen
2024-11-25Fix issue with slang-embed & include ordering (#5680)Sai Praveen Bangaru
2024-11-21Enable some rendering tests (#5623)Anders Leino
2024-11-20Change how DeclRef::toText works (#5592)Sai Praveen Bangaru
2024-11-15Embed core module in wasm build. (#5569)Yong He
2024-11-14[slang-rhi] pass encoders (#5559)Simon Kallweit
2024-11-13Correct include dir for libslang (#5539)Ellie Hermaszewska
2024-11-13Various fixes to enable some WGSL graphics tests (#5548)Anders Leino
2024-11-11Reflection compiler option (#5507)tareksander
2024-11-11[slang-rhi] refactor command encoding (#5487)Simon Kallweit
2024-11-08Fix EHa flag compiler filtering (#5524)cheneym2
2024-11-05Catch all exceptions in render-test (#5495)cheneym2
2024-11-05Update slang-rhi and fix error handling (#5485)cheneym2
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-29preparation for clang format (#5422)Ellie Hermaszewska
2024-10-29format cmake files (#5406)Ellie Hermaszewska
2024-10-25Replace stdlib with core-module on files and projects (#5411)Jay Kwak
2024-10-25Replace stdlib on Slang API with CoreModule (#5405)Jay Kwak
2024-10-24declutter top level CMakeLists.txt (#5391)Ellie Hermaszewska
2024-10-23Fix several bugs with `specializeWithArgTypes()` (#5365)Sai Praveen Bangaru
2024-10-21Recognize a new spirv header json grammar keyword "aliases" (#5367)Jay Kwak
2024-10-21Fix UAV access for 3d texture mips (#5363)ccummingsNV
2024-10-21Fix incorrect setting of array information for 1d texture arrays in D3D12 (#5...ccummingsNV
2024-10-17update slang-rhi (#5258)Simon Kallweit
2024-10-17Fix D3D12Core.dll loading problem (#5315)Jay Kwak
2024-10-16Fix entrypoint naming in glsl backend. (#5320)Yong He
2024-10-15Fix type checking on generic extensions. (#5316)Yong He
2024-10-15 Move C interface from slang.h to slang-deprecated.h (#5301)Ellie Hermaszewska
2024-10-14Misc build fixes. (#5271)Yong He
2024-10-14Fix assert when compiling an entrypoint that calls another entrypoint. (#5268)Yong He
2024-10-10slang-test: retry failed test at the end. (#5255)Yong He
2024-10-09Fix bug related to findAndCheckEntrypoint. (#5241)Yong He
2024-10-07update slang-rhi (#5234)Simon Kallweit
2024-10-07Add WGSL support for slang-test (#5174)Anders Leino
2024-10-04update slang-rhi (#5208)Simon Kallweit
2024-10-04Add interfaces for retrieving separate linkable downstream binaries (#5128)cheneym2
2024-10-04Allow building using external dependencies (#5076)Tobias Frisch
2024-09-30Add COM API for querying metadata. (#5168)Yong He
2024-09-30Update slang-rhi (#5187)Simon Kallweit
2024-09-26Update slang-rhi (#5160)Simon Kallweit
2024-09-26Move texture format inference to frontend and add reflection api for it. (#5155)Yong He
2024-09-19Re-enable slang-test for WGSL (#5120)Jay Kwak
2024-09-19Allow lookups of overloaded methods. (#5110)Sai Praveen Bangaru