summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-26SPIR-V optimization diagnostics (#1989)jsmall-nvidia
2021-10-25Enabling slang-llvm for host-callable (#1975)jsmall-nvidia
2021-10-22Feature/update slang binaries (#1988)jsmall-nvidia
2021-10-21Passing associated type arguments to existential parameters + packing for `bo...Yong He
2021-10-21Diagnostic for no type conformance + bug fix. (#1985)Yong He
2021-10-21Upgrade slang-binaries (#1986)jsmall-nvidia
2021-10-20Initial `slang-pack` integration (#1974)jsmall-nvidia
2021-10-20Selecting downstream compiler on code gen transition (#1980)jsmall-nvidia
2021-10-20Re-enable swiftshader. (#1984)Yong He
2021-10-19Generalize heterogenous code emit (#1968)David Siher
2021-10-18GFX: implement mutable shader objects. (#1963)Yong He
2021-10-14Fix a crash in `specializeDynamicAssociatedTypeLookup`. (#1979)Yong He
2021-10-13Updated glslang binaries (#1977)jsmall-nvidia
2021-10-13Update spirv/glslang generated files (#1976)jsmall-nvidia
2021-10-11Update stdlib docs/small fixes (#1972)jsmall-nvidia
2021-10-11Support for GL_NV_ray_tracing_motion_blur vk extension (#1964)jsmall-nvidia
2021-10-09Upgrade to GLSLANG 11.16.0+ (#1962)jsmall-nvidia
2021-10-09Small improvements for premake linking on linux (#1958)jsmall-nvidia
2021-10-09Disable swiftshader temporarily (#1971)jsmall-nvidia
2021-10-08Basic VK buffer barrier test (#1967)Kai Yao
2021-10-08Hotfix/reenable vk test (#1969)jsmall-nvidia
2021-10-07Return diagnostics data when encountering module load error by exception (#1966)Kai Yao
2021-10-07Disable test crashing CI (#1965)jsmall-nvidia
2021-10-04Modified barrier API to accept multiple resources per call (#1959)Kai Yao
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-10-04Get native handles for TextureResource and BufferResource (#1960)lucy96chen
2021-10-01Add getNativeHandle() to ICommandQueue and ICommandBuffer (#1952)lucy96chen
2021-09-30VK Resource Barrier (#1955)Kai Yao
2021-09-30Fix aarch64 build on github (#1957)Yong He
2021-09-30Fix GitHub release (#1956)Yong He
2021-09-29Fix ARM64 detection for MSVC (#1951)Chad Engler
2021-09-29Add ISession::loadModuleFromSource. (#1950)Yong He
2021-09-28Fix AbortCompilationException leaking through loadModule API. (#1949)Yong He
2021-09-28Improvements to the unit test framework. (#1948)Yong He
2021-09-24Add existing device handle support unit test (#1946)lucy96chen
2021-09-24Move existing unit tests to a standalone dll. (#1945)Yong He
2021-09-23Add method to retrieve native handles (#1944)lucy96chen
2021-09-22Add gfx unit testing framework. (#1943)Yong He
2021-09-21Support for existing device/instance handles in Vulkan (#1942)lucy96chen
2021-09-15Allow D3D12Device to use an existing device handle (#1940)lucy96chen
2021-09-15Fix incorrect WIN32 macros and missing Windows.h inclusion (#1939)Pablo Delgado
2021-09-14Avoid upcasting to f32 in 16bit float-uint bit cast. (#1938)Yong He
2021-09-14Bring heterogeneous-hello-world back up to date. (#1935)David Siher
2021-09-13Fix a crash in gfx d3d TransientHeap implementation. (#1937)Yong He
2021-09-13Bug fix in 16bit type emit, vk validation error fix. (#1936)Yong He
2021-09-10First Slang LLVM integration (#1934)jsmall-nvidia
2021-09-09`reinterpret` and 16-bit value packing. (#1933)Yong He
2021-09-09Fix `spSetDumpIntermediates`. (#1931)Yong He
2021-09-08Fix return code bug in createTypeConformance (#1930)Yong He
2021-09-03Fix crash: dynamic dispatch of generic interface method. (#1929)Yong He