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
2020-07-08
Checkin .clang-format and an example file for discussion (#1373)
Yong He
2020-07-08
Add support for global uniform shader parameters (#1433)
Tim Foley
2020-07-07
Public Keyword for Functions (#1432)
Dietrich Geisler
2020-07-07
Add a test case for dynamic dispatch with `This` type in interface decl. (#1431)
Yong He
2020-07-07
Multiple Entry Point Cleanup (#1427)
Dietrich Geisler
2020-07-06
ShortList<T> and core.natvis improvements. (#1430)
Yong He
2020-07-03
Emit pointers for CPU target. (#1418)
Yong He
2020-07-02
Bug fix in C++ extractor (#1429)
jsmall-nvidia
2020-07-02
Attempt to silence some warnings (#1428)
Tim Foley
2020-07-02
Only call m_api functions if m_api has been validly set on dtor of VulkanDevi...
jsmall-nvidia
2020-07-01
Disable dynamic dispatch tests on CUDA - as fails with exception about unhand...
jsmall-nvidia
2020-07-01
Ignore tests that don't have all the rendering APIs they require available. (...
jsmall-nvidia
2020-07-01
Fix bug in slang-dxc-support where it didn't get the source path correctly (#...
jsmall-nvidia
2020-07-01
Fix handling of UniformState from #1396 (#1417)
jsmall-nvidia
2020-06-30
Clean up unused code for IR object ownership (#1416)
Tim Foley
2020-06-30
Initial work on property declarations (#1410)
Tim Foley
2020-06-29
Backend for Multiple Entry Points (#1411)
Dietrich Geisler
2020-06-26
Merge pull request #1408 from csyonghe/dyndispatch2
Yong He
2020-06-26
Merge remote-tracking branch 'official/master' into dyndispatch2
Yong He
2020-06-26
AST serialize improvements (#1412)
jsmall-nvidia
2020-06-25
Add a TODO comment for generic interface requirement key
Yong He
2020-06-25
Fixes
Yong He
2020-06-25
Fixes.
Yong He
2020-06-25
Merge remote-tracking branch 'official/master' into dyndispatch2
Yong He
2020-06-25
remove ThisPointerDecoration, generate IRInterfaceType in one pass
Yong He
2020-06-25
Remove interfaceType operand from lookup_witness_method inst
Yong He
2020-06-25
AST Serialize Reading (#1409)
jsmall-nvidia
2020-06-25
Partial fixes to code review comments
Yong He
2020-06-24
Fix `lowerFuncType` and small bug fixes.
Yong He
2020-06-24
Fixes.
Yong He
2020-06-24
Dynamic dispatch for generic interface requirements.
Yong He
2020-06-24
Heterogeneous example (#1399)
Dietrich Geisler
2020-06-24
AST Serialization writing (#1407)
jsmall-nvidia
2020-06-19
Merge pull request #1403 from tfoleyNV/struct-inheritance-and-interfaces
Yong He
2020-06-19
fixup: review feedback
Tim Foley
2020-06-19
Merge remote-tracking branch 'origin/master' into struct-inheritance-and-inte...
Tim Foley
2020-06-19
Dynamic dispatch for static member functions of associatedtypes. (#1404)
Yong He
2020-06-19
fixup: actually make the test case test something
Tim Foley
2020-06-18
Merge pull request #1401 from jsmall-nvidia/feature/prelude-fix
Yong He
2020-06-18
Work on struct inheritance and interfaces
Tim Foley
2020-06-18
Merge branch 'master' into feature/prelude-fix
Yong He
2020-06-18
Merge pull request #1400 from csyonghe/dyndispatch
Yong He
2020-06-18
Merge branch 'master' into dyndispatch
Tim Foley
2020-06-18
Prelude is associated with SourceLanguage (#1398)
jsmall-nvidia
2020-06-18
Try using cmath or math.h depending on compiler to avoid issues around isinf ...
jsmall-nvidia
2020-06-18
Fix and improvements around repro (#1397)
jsmall-nvidia
2020-06-18
#include <cmath>
jsmall-nvidia
2020-06-18
Improvements around C++ code generation (#1396)
jsmall-nvidia
2020-06-18
* Fix warnings from prelude
jsmall-nvidia
2020-06-18
Associate a downstream compiler for prelude lookup even if output is source. ...
jsmall-nvidia
[next]