index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
bytecode.cpp
Age
Commit message (
Expand
)
Author
2018-10-12
Add a warning on missing return, and initial SCCP pass (#671)
Tim Foley
2018-09-19
Support for IRStringLit (#645)
jsmall-nvidia
2018-04-11
Introduce an IR-level type system (#481)
Tim Foley
2018-03-01
IR: "everything is an instruction" (#432)
Tim Foley
2018-02-22
Initial work on validating "constexpr"-ness in IR (#420)
Tim Foley
2018-02-08
Basic IR support for `static const` globals (#404)
Tim Foley
2017-11-06
Parameter blocks (#245)
Tim Foley
2017-11-04
fixes x64 warnings
Yong He
2017-11-04
fix linux build
Yong He
2017-11-04
fixed all warnings
Yong He
2017-11-04
fix all unreachable code warnings
Yong He
2017-10-27
Initial work on support code generation for generics with constraints (#233)
Tim Foley
2017-10-16
Implement notion of a "container format" (#213)
Tim Foley
2017-10-06
Perform some transformations on IR to legalize for GLSL (#200)
Tim Foley
2017-10-04
IR: overhaul IR design/implementation (#195)
Tim Foley
2017-09-27
First attempt at a Linux build (#193)
Tim Foley
2017-09-21
Initial work on a "VM" for Slang code (#189)
Tim Foley