index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
syntax.cpp
Commit message (
Expand
)
Author
Age
*
First step toward supporting use of interfaces as existential types (#716)
Tim Foley
2018-12-17
*
Specialize away resource-type function parameters (#759)
Tim Foley
2018-12-17
*
Running tests in slang-test process (#740)
jsmall-nvidia
2018-12-12
*
Improve support for non-32-bit types. (#643)
Tim Foley
2018-09-20
*
Add support for more RasterizerOrdered types (#628)
Tim Foley
2018-08-21
*
Initial support for enum declarations (#599)
Tim Foley
2018-06-12
*
Fix global atomic functions (#582)
Tim Foley
2018-05-29
*
Diagnose use of an implicit cast as an argument for an `out` parameter (#516)
Tim Foley
2018-04-20
*
Introduce an IR-level type system (#481)
Tim Foley
2018-04-11
*
Unify all generic parameters, even if some mismatch (#454)
Tim Foley
2018-03-26
*
Entry point attribute (#447)
Tim Foley
2018-03-19
*
Fix GS stream types (#428)
Tim Foley
2018-02-26
*
Refactor IR type system, step 0
Yong He
2018-02-23
*
Initial work on validating "constexpr"-ness in IR (#420)
Tim Foley
2018-02-22
*
more to fixing memory leaks
Yong He
2018-02-19
*
Fix a bug in IR use-def information (#406)
Tim Foley
2018-02-13
*
Falcor fixes (#402)
Tim Foley
2018-02-08
*
Fix legalization of generic types (#377)
Tim Foley
2018-01-21
*
specialize witness tables when needed when specializing `lookup_witness_table...
Yong He
2018-01-21
*
Improvements and bug fixes for global type parameters
Yong He
2018-01-21
*
bug fixes
Yong He
2018-01-20
*
bug fixes to get falcor example shader code to compile.
Yong He
2018-01-16
*
remove out-of-date changes
Yong He
2018-01-13
*
Support nested generics
Yong He
2018-01-12
*
Refactor substitution representation in DeclRefBase (#363)
Yong He
2018-01-12
*
bruteforce implementation of witness table resolution for associated (#358)
Yong He
2018-01-09
*
Bug fixes for Slang integration (#356)
Yong He
2018-01-04
*
fixup substitution of typedef associated type implementation via GetType() call.
Yong He
2017-12-28
*
Merge branch 'struct-in-generic'
Yong He
2017-12-28
|
\
|
*
Fix substitution for associatedtype.
Yong He
2017-12-28
*
|
Fix NameExprType returning deleted canonical type when it's in a generic parent.
Yong He
2017-12-28
*
|
Support nested generic types (e.g. L<T<S>>)
Yong He
2017-12-27
|
/
*
Support for transitive subtype witnesses (#331)
Tim Foley
2017-12-22
*
Make AST and IR share type legalization code (#303)
Tim Foley
2017-12-06
*
Fix substitution mechanism to remove special cases for global params (#297)
Yong He
2017-11-24
*
Add logic to propagate GlobalGenericParamSubstitution
Yong He
2017-11-21
*
fixup global generic parameters
Yong He
2017-11-20
*
IR: Add support for `out` and `inout` parameters (#289)
Tim Foley
2017-11-17
*
Add support for global generic parameters (#285)
Yong He
2017-11-17
*
Revise type legalization so it can handle constant buffers (#282)
Tim Foley
2017-11-16
*
Cleanup substitution of DeclaredSubtypeWitness.
Yong He
2017-11-08
*
Cleanup of "suport generic interface method".
Yong He
2017-11-08
*
Support generic interface methods (#251)
Yong He
2017-11-07
*
Parameter blocks (#245)
Tim Foley
2017-11-06
*
cleanup useless code
Yong He
2017-11-04
*
fix warnings
Yong He
2017-11-04
*
merge with fixWarnings branch
Yong He
2017-11-04
|
\
|
*
fix all unreachable code warnings
Yong He
2017-11-04
*
|
Passing both assoctype-simple and assoctype-complex test cases.
Yong He
2017-11-04
*
|
work in-progress
Yong He
2017-11-04
[next]