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
/
ir.cpp
Commit message (
Expand
)
Author
Age
*
Enable HLSL/GLSL "rewrite" + IR-based Slang codegen (#300)
Tim Foley
2017-11-28
*
Generate IR per-module for loaded modules (#299)
Tim Foley
2017-11-28
*
Fix substitution mechanism to remove special cases for global params (#297)
Yong He
2017-11-24
*
Merge branch 'master' into generic-param-fix
Yong He
2017-11-21
|
\
|
*
IR: support global variable with initializers (#294)
Tim Foley
2017-11-20
*
|
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
*
IR: pass through `[unroll]` attribute (#284)
Tim Foley
2017-11-16
*
Revise type legalization so it can handle constant buffers (#282)
Tim Foley
2017-11-16
*
Various IR fixes for Falcor (#280)
Tim Foley
2017-11-15
*
IR: add support for `switch` statements (#278)
Tim Foley
2017-11-14
*
IR: add support for `discard` statement (#261)
Tim Foley
2017-11-07
*
Support generic interface methods (#251)
Yong He
2017-11-07
*
Handle "ThisType" subsitutions when specialization generics in the IR
Tim Foley
2017-11-07
*
Parameter blocks (#245)
Tim Foley
2017-11-06
*
small cleanups
Yong He
2017-11-05
*
Merge remote-tracking branch 'refs/remotes/official/master'
Yong He
2017-11-04
|
\
|
*
fixes x64 warnings
Yong He
2017-11-04
*
|
merge with fixWarnings branch
Yong He
2017-11-04
|
\
|
|
*
fixed all warnings
Yong He
2017-11-04
|
*
fix all unreachable code warnings
Yong He
2017-11-04
*
|
in-progress work
Yong He
2017-11-03
*
|
Adding support for associated types.
Yong He
2017-11-01
|
/
*
Initial work on support code generation for generics with constraints (#233)
Tim Foley
2017-10-27
*
Merge https://github.com/shader-slang/slang
Yong He
2017-10-23
|
\
|
*
Fix up emission of shader parameter semantics when using IR (#226)
Tim Foley
2017-10-20
*
|
in-progress work: allow render-test to generate and bind various resource inp...
YONGH\yongh
2017-10-20
|
/
*
Initial work on a pass to scalarize GLSL varying input/output (#223)
Tim Foley
2017-10-19
*
Work on IR-based cross-compilation (#222)
Tim Foley
2017-10-18
*
Implement notion of a "container format" (#213)
Tim Foley
2017-10-16
*
Get rid of the `-slang-ir-asm` target (#212)
Tim Foley
2017-10-13
*
Perform some transformations on IR to legalize for GLSL (#200)
Tim Foley
2017-10-06
*
IR: overhaul IR design/implementation (#195)
Tim Foley
2017-10-04
*
More work on IR-based lowering and cross-compilation
Tim Foley
2017-09-22
*
Initial work on a "VM" for Slang code (#189)
Tim Foley
2017-09-21
*
IR: handle control flow constructs (#186)
Tim Foley
2017-09-14
*
Get another test working with IR codedgen
Tim Foley
2017-09-11
*
Support IR-based codegen for a few more examples.
Tim Foley
2017-09-11
*
Fixup: fix uninitialized memory bug
Tim Foley
2017-09-07
*
Replace old notion of "intrinsic" operations
Tim Foley
2017-09-07
*
Continue work on IR-based codegen
Tim Foley
2017-09-06
*
[ir] Add support for "decorations" on instructions
Tim Foley
2017-08-17
*
[ir] Represent fields more direclty
Tim Foley
2017-08-17
*
Add some dummy logic to print IR to HLSL
Tim Foley
2017-08-17
*
IR generation cleanup work
Tim Foley
2017-08-17
*
More work on IR
Tim Foley
2017-08-16
*
Starting to add intermediate representation (IR)
Tim Foley
2017-08-15