summaryrefslogtreecommitdiff
path: root/source/slang
AgeCommit message (Expand)Author
2021-06-25Fixes related to combined texture/sampler types (#1894)Theresa Foley
2021-06-25Small fixes to make compile on CentOS (#1897)jsmall-nvidia
2021-06-24Remove StructTag and associated systems (#1895)jsmall-nvidia
2021-06-18StructTag versioning (#1888)jsmall-nvidia
2021-06-16Initial support for variadic macros (#1887)Theresa Foley
2021-06-14Improve comments around -Xarg and C++/CUDA layout (#1884)jsmall-nvidia
2021-06-11Properly fill `declref` in `Linkage::getContainerType`. (#1882)Yong He
2021-06-10CUDA layout corner cases/testing (#1881)jsmall-nvidia
2021-06-09Fix CUDA vector layout logic. (#1879)Yong He
2021-06-08Various fixes to CUDA backend. (#1877)Yong He
2021-06-08Fix RWTexture issues on CUDA (#1876)jsmall-nvidia
2021-06-06Include a "stack trace" with nested-import errors (#1872)T. Foley
2021-06-06Fix a bug in preprocessor "busy" logic (#1875)T. Foley
2021-06-04Enable tracing rays with OptiX backend (#1871)Nathan V. Morrical
2021-06-02Various Fixes to gfx, reflection and emit. (#1867)Yong He
2021-06-02Fix cyclic reference in `ExtendedTypeLayout`. (#1868)Yong He
2021-05-28Glslang refactor bugfix (#1863)jsmall-nvidia
2021-05-27Fix initializer lists for derived structs (#1862)T. Foley
2021-05-27Fix a bug in struct inheritance (#1861)T. Foley
2021-05-26small tweak to allow for dumping out intermediate source for cuda targets (#1...Nathan V. Morrical
2021-05-26Fix a bug for enumerations with explicit "tag type" (#1856)T. Foley
2021-05-25OptiX ray payload read/write support in raytracing pipeline shaders (#1853)Nathan V. Morrical
2021-05-22Improvements in -X support (#1852)jsmall-nvidia
2021-05-21[gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He
2021-05-21Downstream option handling (#1850)jsmall-nvidia
2021-05-21Overhaul the preprocessor (#1849)T. Foley
2021-05-19SourceLoc use in command line processing (#1848)jsmall-nvidia
2021-05-19Glslang as DownstreamCompiler (#1846)jsmall-nvidia
2021-05-15Read half->float RWTexture conversion (#1842)jsmall-nvidia
2021-05-15Surface access on CUDA is byte addressed in X (#1841)jsmall-nvidia
2021-05-15Support for HW format conversions for RWTexture on CUDA (#1840)jsmall-nvidia
2021-05-14DXC as DownstreamCompiler (#1845)jsmall-nvidia
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-05-14Fix for KernelContext threading issue for C++ targets (#1843)jsmall-nvidia
2021-05-06Fix for uninitialized field (#1838)Tim Foley
2021-05-06Half texture support (#1836)jsmall-nvidia
2021-05-04Add support for returning structures that contain opaque types (#1835)Tim Foley
2021-05-04CUDA half comparison support (#1834)jsmall-nvidia
2021-05-04Add support for RaytracingAccelerationStructure type for PTX targets (#1831)Nathan V. Morrical
2021-05-04More CUDA Half support (#1833)jsmall-nvidia
2021-04-30Preliminary CUDA half maths (#1827)jsmall-nvidia
2021-04-30Clean up the way we stride over sub-object ranges for D3D11 and Vulkan (#1829)Tim Foley
2021-04-29Update gfx back-ends to handle static specialization (#1826)Tim Foley
2021-04-29Support for escaped paths in tools (#1823)jsmall-nvidia
2021-04-27adding some simple optix intrinsics to slang (#1817)Nathan V. Morrical
2021-04-27enabling command line compiler to output PTX with multiple entry points. (#1816)Nathan V. Morrical
2021-04-23Add `ISession::getParameterBlockLayout()` (#1805)Yong He
2021-04-23Fix `model-viewer` crash when using Vulkan. (#1804)Yong He
2021-04-23Preliminary CUDA Half support (#1808)jsmall-nvidia
2021-04-20Various fixes to make `model-viewer` example almost working. (#1801)Yong He