summaryrefslogtreecommitdiff
path: root/source/core
AgeCommit message (Expand)Author
2020-09-23Simplify workflow when using NVAPI (#1556)Tim Foley
2020-09-18Serialization fixes based on review of #1547 (#1551)jsmall-nvidia
2020-09-17Share debug information between AST and IR (#1547)jsmall-nvidia
2020-09-17Embed default prelude for CUDA (#1546)Tim Foley
2020-09-16Search for multiple NVRTC versions (#1543)Tim Foley
2020-09-01Support dynamic existential shader parameters in render-test (#1525)Yong He
2020-08-28Add OrderedDictionary to core. (#1523)Yong He
2020-08-21Vulkan update/NVAPI support (#1511)jsmall-nvidia
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-07-31Fix for bug where memory that has been allocated with new T[] (within a list)...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-06-30Clean up unused code for IR object ownership (#1416)Tim Foley
2020-06-18Prelude is associated with SourceLanguage (#1398)jsmall-nvidia
2020-05-26Improvements around hashing (#1355)jsmall-nvidia
2020-05-25Remove non-ascii characters from source file.Yong He
2020-05-20AST dumping via C++ Extractor reflection (#1348)jsmall-nvidia
2020-05-07Enhanced C++ extractor (#1340)jsmall-nvidia
2020-05-04C++ Extractor (#1337)jsmall-nvidia
2020-04-27Add support for generic load/store on byte-addressed buffers (#1334)Tim Foley
2020-04-23Fix typo in TypeTextUtil::getCompileTargetName(SlangCompileTarget target) (#1...jsmall-nvidia
2020-04-16Workaround for matching of dxc diagnostics (#1324)jsmall-nvidia
2020-04-08Initial work to support OptiX output for ray tracing shaders (#1307)Tim Foley
2020-03-31Improve diagnostic parsing from GCC. (#1303)jsmall-nvidia
2020-03-30CUDA version handling (#1301)jsmall-nvidia
2020-03-25Better diagnostics on failure on CUDA. (#1288)jsmall-nvidia
2020-03-09CUDA support for vector/matrix Wave intrinsics (#1266)jsmall-nvidia
2020-03-05Feature/glslang spirv version (#1256)jsmall-nvidia
2020-03-02Renamed UnownedStringSlice::size to getLength to make match String. (#1254)jsmall-nvidia
2020-03-02Additional Wave Intrinsic Support (#1252)jsmall-nvidia
2020-03-02Feature/profile tool (#1251)jsmall-nvidia
2020-02-27Fix unix ProcessUtil::getClockTick (#1246)jsmall-nvidia
2020-02-18Added support for Targets to TypeTextUtil. (#1226)jsmall-nvidia
2020-02-18CUDA/CPU resource coverage (#1224)jsmall-nvidia
2020-02-12Nvrtc disable warnings/Float literal improvements (#1220)jsmall-nvidia
2020-02-11Small improvements around List (#1216)jsmall-nvidia
2020-02-06Literal handling improvements (#1202)jsmall-nvidia
2020-02-04CUDA/C++ backend improvements (#1198)jsmall-nvidia
2020-01-27CUDA implement StructuredBuffer/ByteAddressBuffer as pointer/count as is on C...jsmall-nvidia
2020-01-24Texture Sample available in CUDA (#1176)jsmall-nvidia
2020-01-21CUDA support improvements (#1168)jsmall-nvidia
2020-01-08Setup of runtime cuda device (#1162)jsmall-nvidia
2020-01-08CUDA generated first test compiles. (#1161)jsmall-nvidia
2019-12-19WIP CUDA source emit (#1157)jsmall-nvidia
2019-12-12Feature/source downstream compiler (#1153)jsmall-nvidia
2019-12-12Use DownstreamCompiler for all downstream compilers (#1152)jsmall-nvidia
2019-12-12Slang compiles CUDA source via NVRTC (#1151)jsmall-nvidia
2019-12-10DownstreamCompiler abstraction (#1149)jsmall-nvidia