summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-17More #line improvements (#1713)jsmall-nvidia
2021-02-17Add `SampleGrad` overload for lod clamp. (#1711)Yong He
2021-02-16Fixes to get shader-object example working on CUDA (#1708)Tim Foley
2021-02-16Add an accessor for IRInst opcode (#1707)Tim Foley
2021-02-12Add associated type and generic value parameter doc section (#1706)Yong He
2021-02-12Initial support for DXR payload access qualifiers (#1705)Tim Foley
2021-02-12First part of interfaces and generics doc. (#1704)Yong He
2021-02-12Further documentation work (#1703)Tim Foley
2021-02-12Support `bit_cast` between complex types. (#1702)Yong He
2021-02-12Diagnostic location highlighting (#1700)jsmall-nvidia
2021-02-11Add convenience features chapter in user-guide doc (#1699)Yong He
2021-02-10Fix a bug in IR lowering (#1701)Tim Foley
2021-02-09Add more to User's Guide (#1698)Tim Foley
2021-02-09Add getting started documentation (#1697)Yong He
2021-02-08Hotfix/doc typo lexical (#1696)jsmall-nvidia
2021-02-08DX12 & NVAPI fixes (#1695)jsmall-nvidia
2021-02-08Copy SourceLoc when inlining (#1692)jsmall-nvidia
2021-02-05Shader-Object example (#1694)Yong He
2021-02-05Typo in renderer name for DX12 (#1693)jsmall-nvidia
2021-02-05Initial implementation of interface conjunctions (#1691)Tim Foley
2021-02-04Fix line offset problem (#1690)jsmall-nvidia
2021-02-04[gfx] Shader-object driven shader compilation. (#1688)Yong He
2021-02-04DownstreamDiagnostic::Type -> Severity (#1687)jsmall-nvidia
2021-02-04Change how function-scope static variables lower to IR (#1686)Tim Foley
2021-02-03Diagnostic comparison using parsing (#1683)jsmall-nvidia
2021-02-02Remove GlobalGenericParamSubstitution (#1684)Tim Foley
2021-02-02Downstream compiler line number test (#1682)jsmall-nvidia
2021-01-29Small improvements to CUDA doc (#1681)jsmall-nvidia
2021-01-29Fix issue when passing ray query to a subroutine (#1680)Tim Foley
2021-01-28README.md update (#1679)jsmall-nvidia
2021-01-27Make own a slang session. (#1678)Yong He
2021-01-26Integrate reflection more deeply into gfx layer (#1677)Tim Foley
2021-01-26Obfuscation naming issue fix (#1676)jsmall-nvidia
2021-01-26Improved NVRTC location finding (#1674)jsmall-nvidia
2021-01-22Add nvrtc shared library/dll names (#1673)jsmall-nvidia
2021-01-22Further flatten IR natvis views (#1672)Yong He
2021-01-22Fix existential specialization of mutable buffer loads. (#1671)Yong He
2021-01-21Make natvis to discover and display IRInst names more directly (#1670)Yong He
2021-01-21Initialize unused fields in packAnyValue (#1669)Yong He
2021-01-21Fix D3D12 DescriptorSet::setSampler bug (#1668)Yong He
2021-01-21Fix reflection to correctly report descriptor ranges of `StructureBuffer`s of...Yong He
2021-01-21Add `StructuredBuffer` support in `gfx`. (#1666)Yong He
2021-01-21Fix type legalization bug involving nested empty struct. (#1665)Yong He
2021-01-21Upgrade slang-binaries for glslang 11.1.0 (#1664)Tim Foley
2021-01-20Update glslang to 11.1.0 (#1662)Tim Foley
2021-01-19Make `ShaderCursor` no longer depend on core. (#1661)Yong He
2021-01-17Make `gfx` compile to a DLL. (#1660)Yong He
2021-01-15Convert more tests to use shader objects (#1659)Tim Foley
2021-01-14COM-ify all slang-gfx interfaces. (#1656)Yong He
2021-01-14Adding missing VisualStudio lz4 project (#1657)jsmall-nvidia