summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAge
* Use test-server on CI (#2034)jsmall-nvidia2021-11-30
* JSON-RPC make id explicit (#2030)jsmall-nvidia2021-11-24
* Fix for slang-test memory leak (#2029)jsmall-nvidia2021-11-24
* PersistentJSONValue (#2028)jsmall-nvidia2021-11-24
* Remove test-proxy (#2027)jsmall-nvidia2021-11-24
* JSON-RPC test server (#2026)jsmall-nvidia2021-11-23
* Improvements to JSON/RTTI (#2022)jsmall-nvidia2021-11-19
* RTTI/JSON (#2021)jsmall-nvidia2021-11-18
* Added 8/16/64 bit int/unsigned int texture formats support for glsl shaders (...Alexander Weinrauch2021-11-16
* Support around JSON-RPC (#2014)jsmall-nvidia2021-11-16
* Http protocol support (#2012)jsmall-nvidia2021-11-15
* Fix a bug in CUDA source emit (#2010)Theresa Foley2021-11-11
* Interprocess communication via pipes (#2009)jsmall-nvidia2021-11-10
* Fix a bug with CUDA entry-point params (#2007)Theresa Foley2021-11-10
* Fix an infinite-recursion bug in type-checking (#2004)Theresa Foley2021-11-03
* Hotfix/osx fix (#1994)jsmall-nvidia2021-10-28
* SPIR-V fixes (#1992)jsmall-nvidia2021-10-27
* Runs all gfx unit tests through a 'test proxy' (#1981)jsmall-nvidia2021-10-26
* SPIR-V optimization diagnostics (#1989)jsmall-nvidia2021-10-26
* Enabling slang-llvm for host-callable (#1975)jsmall-nvidia2021-10-25
* Passing associated type arguments to existential parameters + packing for `bo...Yong He2021-10-21
* Diagnostic for no type conformance + bug fix. (#1985)Yong He2021-10-21
* Selecting downstream compiler on code gen transition (#1980)jsmall-nvidia2021-10-20
* Generalize heterogenous code emit (#1968)David Siher2021-10-19
* Fix a crash in `specializeDynamicAssociatedTypeLookup`. (#1979)Yong He2021-10-14
* Update stdlib docs/small fixes (#1972)jsmall-nvidia2021-10-11
* Support for GL_NV_ray_tracing_motion_blur vk extension (#1964)jsmall-nvidia2021-10-11
* Small improvements for premake linking on linux (#1958)jsmall-nvidia2021-10-09
* Return diagnostics data when encountering module load error by exception (#1966)Kai Yao2021-10-07
* Removing exceptions from core/compiler-core (#1953)jsmall-nvidia2021-10-04
* Fix GitHub release (#1956)Yong He2021-09-30
* Add ISession::loadModuleFromSource. (#1950)Yong He2021-09-29
* Fix AbortCompilationException leaking through loadModule API. (#1949)Yong He2021-09-28
* Fix incorrect WIN32 macros and missing Windows.h inclusion (#1939)Pablo Delgado2021-09-15
* Avoid upcasting to f32 in 16bit float-uint bit cast. (#1938)Yong He2021-09-14
* Bring heterogeneous-hello-world back up to date. (#1935)David Siher2021-09-14
* Bug fix in 16bit type emit, vk validation error fix. (#1936)Yong He2021-09-13
* First Slang LLVM integration (#1934)jsmall-nvidia2021-09-10
* `reinterpret` and 16-bit value packing. (#1933)Yong He2021-09-09
* Fix `spSetDumpIntermediates`. (#1931)Yong He2021-09-09
* Fix return code bug in createTypeConformance (#1930)Yong He2021-09-08
* Fix crash: dynamic dispatch of generic interface method. (#1929)Yong He2021-09-03
* Two small fixes. (#1928)Theresa Foley2021-09-02
* Bug fix for createDynamicObject (#1927)Yong He2021-09-01
* Improving glslang -O1 passes (#1926)jsmall-nvidia2021-09-01
* Add API to control interface specialization. (#1925)Yong He2021-08-26
* Add `createDynamicObject` stdlib function. (#1923)Yong He2021-08-25
* Bug fix for optix SBT access (#1922)Nathan V. Morrical2021-08-23
* Add GLSL450 intrinsics to SPIRV direct emit. (#1921)Yong He2021-08-17
* Further implementation of SPIRV direct emit. (#1920)Yong He2021-08-12