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
*
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
*
|
associatedtypes: generating almost correct HLSL, but is not calling correctly...
Yong He
2017-11-03
*
|
in-progress work
Yong He
2017-11-03
*
|
work inprogress
YONGH\yongh
2017-11-02
*
|
Adding support for associated types.
Yong He
2017-11-01
*
|
work in-progress: type checking associated types
Yong He
2017-10-31
*
|
work in-progress, add parsing for assoc type decls and member type expressions
YONGH\yongh
2017-10-30
|
/
*
Initial work on support code generation for generics with constraints (#233)
Tim Foley
2017-10-27
*
Work on IR-based cross-compilation (#222)
Tim Foley
2017-10-18
*
Get rid of the `-slang-ir-asm` target (#212)
Tim Foley
2017-10-13
*
IR: overhaul IR design/implementation (#195)
Tim Foley
2017-10-04
*
First attempt at a Linux build (#193)
Tim Foley
2017-09-27
*
Replace old notion of "intrinsic" operations
Tim Foley
2017-09-07
*
Move implicit conversion operations to stdlib
Tim Foley
2017-09-05
*
Add an explicit `Name` type
Tim Foley
2017-08-14
*
Rename `Name` fields to `name`
Tim Foley
2017-08-14
*
Data-driven parsing of modifiers
Tim Foley
2017-08-12
*
Look up declaration keywords using ordinary scoping.
Tim Foley
2017-08-11
*
Major naming overhaul:
Tim Foley
2017-08-09
*
Remove uses of global variables
Tim Foley
2017-08-07
*
Try to improve handling of failures during compilation
Tim Foley
2017-07-19
*
Handle `Buffer` types more like textures
Tim Foley
2017-07-17
*
Initial work on handling resources in structs during cross-compilation
Tim Foley
2017-07-11
*
Fix many warnings-as-errors issues.
Tim Foley
2017-07-06
*
Start to support cross-compilation via "lowering" pass
Tim Foley
2017-07-06
*
Add meta-definitions for AST types
Tim Foley
2017-06-30
*
Store integer literals at high precision in AST
Tim Foley
2017-06-28
*
Actually respect suffixes on numeric literals.
Tim Foley
2017-06-28
*
Fix types for `InputPatch` and `OutputPatch`
Tim Foley
2017-06-20
*
Replace `DeclRef` approach
Tim Foley
2017-06-15
*
Rename `CoreLib::*` to `Slang`
Tim Foley
2017-06-15
*
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-15
*
Add basic support for `interface` declarations
Tim Foley
2017-06-15
*
First pass at support for cross-compilation
Tim Foley
2017-06-13
*
Initial import of code.
Tim Foley
2017-06-09