index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-02-23
Documentation markup extraction (#1724)
jsmall-nvidia
2021-02-23
Some ad hoc parser fixes (#1723)
Tim Foley
2021-02-22
Add basic support for fragment shader interlock (FSI) (#1722)
Tim Foley
2021-02-19
Add a chapter on target platforms (#1720)
Tim Foley
2021-02-19
Make gfx library visible to external user. (#1719)
Yong He
2021-02-17
Fix typo in user guide.
Yong He
2021-02-17
Streamline shader object creation (#1717)
Tim Foley
2021-02-17
Further documentation on Slang specific features (#1716)
Yong He
2021-02-17
Use CPU memory for shader object ordinary data (#1714)
Tim Foley
2021-02-17
More #line improvements (#1713)
jsmall-nvidia
2021-02-17
Add `SampleGrad` overload for lod clamp. (#1711)
Yong He
2021-02-16
Fixes to get shader-object example working on CUDA (#1708)
Tim Foley
2021-02-16
Add an accessor for IRInst opcode (#1707)
Tim Foley
2021-02-12
Add associated type and generic value parameter doc section (#1706)
Yong He
2021-02-12
Initial support for DXR payload access qualifiers (#1705)
Tim Foley
2021-02-12
First part of interfaces and generics doc. (#1704)
Yong He
2021-02-12
Further documentation work (#1703)
Tim Foley
2021-02-12
Support `bit_cast` between complex types. (#1702)
Yong He
2021-02-12
Diagnostic location highlighting (#1700)
jsmall-nvidia
2021-02-11
Add convenience features chapter in user-guide doc (#1699)
Yong He
2021-02-10
Fix a bug in IR lowering (#1701)
Tim Foley
2021-02-09
Add more to User's Guide (#1698)
Tim Foley
2021-02-09
Add getting started documentation (#1697)
Yong He
2021-02-08
Hotfix/doc typo lexical (#1696)
jsmall-nvidia
2021-02-08
DX12 & NVAPI fixes (#1695)
jsmall-nvidia
2021-02-08
Copy SourceLoc when inlining (#1692)
jsmall-nvidia
2021-02-05
Shader-Object example (#1694)
Yong He
2021-02-05
Typo in renderer name for DX12 (#1693)
jsmall-nvidia
2021-02-05
Initial implementation of interface conjunctions (#1691)
Tim Foley
2021-02-04
Fix line offset problem (#1690)
jsmall-nvidia
2021-02-04
[gfx] Shader-object driven shader compilation. (#1688)
Yong He
2021-02-04
DownstreamDiagnostic::Type -> Severity (#1687)
jsmall-nvidia
2021-02-04
Change how function-scope static variables lower to IR (#1686)
Tim Foley
2021-02-03
Diagnostic comparison using parsing (#1683)
jsmall-nvidia
2021-02-02
Remove GlobalGenericParamSubstitution (#1684)
Tim Foley
2021-02-02
Downstream compiler line number test (#1682)
jsmall-nvidia
2021-01-29
Small improvements to CUDA doc (#1681)
jsmall-nvidia
2021-01-29
Fix issue when passing ray query to a subroutine (#1680)
Tim Foley
2021-01-28
README.md update (#1679)
jsmall-nvidia
2021-01-27
Make own a slang session. (#1678)
Yong He
2021-01-26
Integrate reflection more deeply into gfx layer (#1677)
Tim Foley
2021-01-26
Obfuscation naming issue fix (#1676)
jsmall-nvidia
2021-01-26
Improved NVRTC location finding (#1674)
jsmall-nvidia
2021-01-22
Add nvrtc shared library/dll names (#1673)
jsmall-nvidia
2021-01-22
Further flatten IR natvis views (#1672)
Yong He
2021-01-22
Fix existential specialization of mutable buffer loads. (#1671)
Yong He
2021-01-21
Make natvis to discover and display IRInst names more directly (#1670)
Yong He
2021-01-21
Initialize unused fields in packAnyValue (#1669)
Yong He
2021-01-21
Fix D3D12 DescriptorSet::setSampler bug (#1668)
Yong He
2021-01-21
Fix reflection to correctly report descriptor ranges of `StructureBuffer`s of...
Yong He
[next]