summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-10-20Cache eviction policy test refinement (#2456)lucy96chen
2022-10-19PersistentShaderCache integration (#2453)lucy96chen
2022-10-17Shader cache index implementation (#2452)lucy96chen
2022-10-13Add getVersionString() to IDownstreamCompiler (#2446)lucy96chen
2022-10-13Make `optimalClearValue` optional in `ITextureResource::Desc` (#2450)Yong He
2022-10-12Add gfx debug layer trampoline for D3D12 interfaces. (#2445)Yong He
2022-10-12Allow setting shader model upon d3d device creation. (#2442)Yong He
2022-10-12Add specialization args test (#2444)lucy96chen
2022-10-12Shader caching (#2432)lucy96chen
2022-10-11Ignore d3d12 tests on x86. (#2439)Yong He
2022-10-06Improvements around absolute paths and file systems (#2433)jsmall-nvidia
2022-10-05Various gfx fixes. (#2434)Yong He
2022-10-03IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia
2022-09-29GFX: support D3D12EnableExperimentalFeatures. (#2424)Yong He
2022-09-29Split out MemoryFileSystem (#2422)jsmall-nvidia
2022-09-29Add "wave-ops" feature to D3D12 device (#2423)skallweitNV
2022-09-29RIFF filesystem improvements (#2418)jsmall-nvidia
2022-09-28Fix gfx debug layer crashes. (#2416)Yong He
2022-09-28Improvements around diagnostic controls (#2414)jsmall-nvidia
2022-09-26Use d3d12/vk debug layer when gfx debug layer is enabled. (#2411)Yong He
2022-09-22GFX: improve d3d12 performance. (#2408)Yong He
2022-09-19Fix d3d12 implementation of `uploadBufferData`. (#2402)Yong He
2022-09-15Run simple compute kernel in gfx-smoke test. (#2400)Yong He
2022-09-15Language feature: pointer sized int types. (#2401)Yong He
2022-09-01Make ISlangFileSystem derive from ICastable (#2386)jsmall-nvidia
2022-09-01Use Artifact in slang-test (#2385)jsmall-nvidia
2022-09-01Make FileSystem files and OS files distinct (#2383)jsmall-nvidia
2022-09-01Passing source to Downstream compilation as artifacts (#2382)jsmall-nvidia
2022-08-26DownstreamCompileOptions using POD types (#2381)jsmall-nvidia
2022-08-25Fix for Vulkan ray tracing test using a non-zero raygen shader index (#2380)lucy96chen
2022-08-24Use enums with backing types in Slang API (#2375)jsmall-nvidia
2022-08-22Make Optional<PointerType> lower to PointerType instead of a struct. (#2373)Yong He
2022-08-22Replace DownstreamCompileResult with Artifact (#2369)jsmall-nvidia
2022-08-20Call `gfx` in slang program. (#2370)Yong He
2022-08-16Add gfx interface definition in Slang. (#2364)Yong He
2022-08-16IDownstreamCompiler interface (#2361)jsmall-nvidia
2022-08-10Artifact and ICastable (#2351)jsmall-nvidia
2022-08-10Language server pointer type support + add `DLLImport` test (#2350)Yong He
2022-08-04Split debug-layer into smaller files (#2344)lucy96chen
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-19Yet more improvements/fixes to cpu-target.md (#2330)jsmall-nvidia
2022-07-12Support `class` types. (#2321)Yong He
2022-07-12Fixed incorrectly scoped variable causing crashes on certain linux toolchains...Sai Praveen Bangaru
2022-07-06WAR for double/host-callable/x86 (#2314)jsmall-nvidia
2022-06-30Language server: extract documentation from ordinary comments (#2308)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