summaryrefslogtreecommitdiff
path: root/build/visual-studio
AgeCommit message (Expand)Author
2022-12-02Cleanup crypto utilities (#2549)skallweitNV
2022-12-01Enable multithread build in premake (#2545)jsmall-nvidia
2022-11-30Cleanup DigestBuilder and MD5HashGen (#2539)skallweitNV
2022-11-29Refactored reverse-mode implementation to use 4 separate passes. (#2531)Sai Praveen Bangaru
2022-11-28Add LockFile helper class (#2535)skallweitNV
2022-11-22Refactor Auto-diff passes (#2526)Sai Praveen Bangaru
2022-11-18Data flow validation pass for diagnosing derivative loss. (#2523)Yong He
2022-11-16Mesh shader support (#2464)Ellie Hermaszewska
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-29Shader cache bugfixes and test additions (#2467)lucy96chen
2022-10-26Legalize array return types. (#2463)Yong He
2022-10-19PersistentShaderCache integration (#2453)lucy96chen
2022-10-17Shader cache index implementation (#2452)lucy96chen
2022-10-13Shader cache index header (#2448)lucy96chen
2022-10-12Shader caching (#2432)lucy96chen
2022-10-10Support multi-level break + single-return conversion + general inline. (#2436)Yong He
2022-10-03IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia
2022-09-29Split out MemoryFileSystem (#2422)jsmall-nvidia
2022-09-29RIFF filesystem improvements (#2418)jsmall-nvidia
2022-09-28Fix release CI script. (#2421)Yong He
2022-09-28Fix build script for macos aarch64. (#2420)Yong He
2022-09-28Make github CI build aarch64 binaries on release. (#2417)Yong He
2022-09-01Upgrade slang-llvm (#2390)jsmall-nvidia
2022-08-26DownstreamCompileOptions using POD types (#2381)jsmall-nvidia
2022-08-24Compiler time evaluation of all int and bool operators. (#2376)Yong He
2022-08-22Improve binary compatibility for DownstreamCompiler types (#2371)jsmall-nvidia
2022-08-22Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia
2022-08-20Call `gfx` in slang program. (#2370)Yong He
2022-08-17Move -Werror to CI (#2362)Eric Engestrom
2022-08-16Add gfx interface definition in Slang. (#2364)Yong He
2022-08-16IDownstreamCompiler interface (#2361)jsmall-nvidia
2022-08-16Move metadata/diagnostics to associated types (#2358)jsmall-nvidia
2022-08-16Remove CompileResult to use IArtifact (#2357)jsmall-nvidia
2022-08-10Add `none` literal that is convertible to `Optional`. (#2356)Yong He
2022-08-10`is` and `as` operator and `Optional<T>`. (#2355)Yong He
2022-08-10Yet more refactoring around Artifact (#2352)jsmall-nvidia
2022-08-09Artifact split interface and implementation (#2349)jsmall-nvidia
2022-08-05Added a new differential type system and various improvements (#2343)Sai Praveen Bangaru
2022-08-04Split debug-layer into smaller files (#2344)lucy96chen
2022-08-03Improvements around Artifact (#2346)jsmall-nvidia
2022-08-03Basic pointer usages. (#2342)Yong He
2022-07-27Split render-cpu into smaller files (#2340)lucy96chen
2022-07-25Split render-cuda.cpp into smaller files (#2334)lucy96chen
2022-07-25Allow `class` to implement COM interface, [DLLExport] (#2338)Yong He
2022-07-21Upgrade SPIR-V Tools and GLSLANG (#2335)jsmall-nvidia
2022-07-12Support `class` types. (#2321)Yong He
2022-06-30Split render-d3d11.cpp into smaller files (#2307)lucy96chen
2022-06-27Language server fixes and improvements (#2304)Yong He
2022-06-24Handling of temporary files (#2299)jsmall-nvidia
2022-06-23Added basic syntax to mark and request function derivatives, as well as the f...Sai Praveen Bangaru