summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2021-12-17Cleanup refactoring work around the IR builder (#2061)Theresa Foley
2021-12-13Fixes to `uploadTextureData`. (#2058)Yong He
2021-12-07Check g++ version compatibility (#2044)jsmall-nvidia
2021-12-07Output of IR ids as command line option (#2043)jsmall-nvidia
2021-12-07Support array args for JSON-RPC (#2046)jsmall-nvidia
2021-12-06Fix shader-toy example. (#2047)Yong He
2021-12-03Split out ExecutableLocation (#2041)jsmall-nvidia
2021-12-03Improvements to repro diagnostics (#2039)jsmall-nvidia
2021-12-01Fix reinterpret lowering not done for generic functions. (#2037)Yong He
2021-11-30Fix issue around constant folding/bool (#2036)jsmall-nvidia
2021-11-30Auto flush for streams for stdin/out in slang-test (#2035)jsmall-nvidia
2021-11-30Use test-server on CI (#2034)jsmall-nvidia
2021-11-24JSON-RPC make id explicit (#2030)jsmall-nvidia
2021-11-24Fix for slang-test memory leak (#2029)jsmall-nvidia
2021-11-24PersistentJSONValue (#2028)jsmall-nvidia
2021-11-24Remove test-proxy (#2027)jsmall-nvidia
2021-11-23JSON-RPC test server (#2026)jsmall-nvidia
2021-11-19Improvements to JSON/RTTI (#2022)jsmall-nvidia
2021-11-18RTTI/JSON (#2021)jsmall-nvidia
2021-11-16Added 8/16/64 bit int/unsigned int texture formats support for glsl shaders (...Alexander Weinrauch
2021-11-16Support around JSON-RPC (#2014)jsmall-nvidia
2021-11-15Http protocol support (#2012)jsmall-nvidia
2021-11-11Fix a bug in CUDA source emit (#2010)Theresa Foley
2021-11-10Interprocess communication via pipes (#2009)jsmall-nvidia
2021-11-10Fix a bug with CUDA entry-point params (#2007)Theresa Foley
2021-11-03Fix an infinite-recursion bug in type-checking (#2004)Theresa Foley
2021-10-28Hotfix/osx fix (#1994)jsmall-nvidia
2021-10-27SPIR-V fixes (#1992)jsmall-nvidia
2021-10-26Runs all gfx unit tests through a 'test proxy' (#1981)jsmall-nvidia
2021-10-26SPIR-V optimization diagnostics (#1989)jsmall-nvidia
2021-10-25Enabling slang-llvm for host-callable (#1975)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-20Selecting downstream compiler on code gen transition (#1980)jsmall-nvidia
2021-10-19Generalize heterogenous code emit (#1968)David Siher
2021-10-14Fix a crash in `specializeDynamicAssociatedTypeLookup`. (#1979)Yong He
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-09Small improvements for premake linking on linux (#1958)jsmall-nvidia
2021-10-07Return diagnostics data when encountering module load error by exception (#1966)Kai Yao
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-09-30Fix GitHub release (#1956)Yong He
2021-09-29Add ISession::loadModuleFromSource. (#1950)Yong He
2021-09-28Fix AbortCompilationException leaking through loadModule API. (#1949)Yong He
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-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