summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-11-18Test for serializing out and reading back Stdlib (#1605)jsmall-nvidia
2020-11-11Include hierarchy output (#1595)jsmall-nvidia
2020-11-10Use integer RTTI/witness handles in existential tuples. (#1598)Yong He
2020-11-05Standard library save/loadable (#1592)jsmall-nvidia
2020-10-26Value type serialization via C++ Extractor (#1588)jsmall-nvidia
2020-10-23C++ extractor fix for access modifiers (#1586)jsmall-nvidia
2020-10-22Single pass C++ extraction (#1583)jsmall-nvidia
2020-10-15Fix Vk leak (#1579)jsmall-nvidia
2020-10-09Support CUDA bindless texture in dynamic dispatch code. (#1575)Yong He
2020-10-06Use Reflection for (Serial)RefObject Serialization (#1567)jsmall-nvidia
2020-10-02Use new vulkan debug layer. (#1566)Yong He
2020-09-24Enable default cpp prelude. (#1560)Yong He
2020-09-17Front-load cuda module loading to fill in RTTI pointers. (#1548)Yong He
2020-09-17Embed default prelude for CUDA (#1546)Tim Foley
2020-09-14Support shader parameters that are an array of existential type. (#1542)Yong He
2020-09-02[slang-cpp-extractor] Don't modify generated source if there is no change. (#...Yong He
2020-09-02Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)Yong He
2020-09-01Support dynamic existential shader parameters in render-test (#1525)Yong He
2020-08-24NVAPI improvements (#1512)jsmall-nvidia
2020-08-21Vulkan update/NVAPI support (#1511)jsmall-nvidia
2020-08-21Fix stdlib declarations for texture Gather() (#1510)Tim Foley
2020-08-19Remove IncludeHandler. (#1505)jsmall-nvidia
2020-08-18Support for float atomics on RWByteAddressBuffer (#1502)jsmall-nvidia
2020-08-05Refactor enumerating directory contents (#1478)jsmall-nvidia
2020-08-05Change the policy for entry-point uniform parameters on Vulkan (#1476)Tim Foley
2020-08-04Fix leaks in slang-generate (#1472)Yong He
2020-08-03First pass support for Sampler Feedback (#1470)jsmall-nvidia
2020-07-28Change parameter passing convention for CUDA (#1463)Tim Foley
2020-07-24Test frame work improvements (#1452)jsmall-nvidia
2020-07-23Fix for vulkan tests failing (#1456)jsmall-nvidia
2020-07-16Running generators as separate premake project step (#1441)jsmall-nvidia
2020-07-10CUDA/CPU varying compute inputs as IR pass (#1438)Tim Foley
2020-07-06ShortList<T> and core.natvis improvements. (#1430)Yong He
2020-07-02Bug fix in C++ extractor (#1429)jsmall-nvidia
2020-07-02Only call m_api functions if m_api has been validly set on dtor of VulkanDevi...jsmall-nvidia
2020-07-01Ignore tests that don't have all the rendering APIs they require available. (...jsmall-nvidia
2020-06-24Heterogeneous example (#1399)Dietrich Geisler
2020-06-18Prelude is associated with SourceLanguage (#1398)jsmall-nvidia
2020-06-18Improvements around C++ code generation (#1396)jsmall-nvidia
2020-06-17Generate dynamic C++ code for the minimal test case. (#1391)Yong He
2020-06-11Fix problem with C++ extractor ernoneous concating of type tokens (#1382)jsmall-nvidia
2020-06-05Fix FindTypeByName reflection API not finding stdlib types.Yong He
2020-05-28Small improvements to documentation and code around DiagnosticSink (#1359)jsmall-nvidia
2020-05-26Synthesize "active mask" for CUDA (#1352)Tim Foley
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-20AST dumping via C++ Extractor reflection (#1348)jsmall-nvidia
2020-05-19Reduce the size of Token (#1349)jsmall-nvidia
2020-05-18Use 'balance' for extracting array suffix in C++ extractor (#1346)jsmall-nvidia
2020-05-14Add support for parsing array types to C++ extractor. (#1343)jsmall-nvidia
2020-05-08AST nodes using C++ Extractor (#1341)jsmall-nvidia