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
/
ir.h
Age
Commit message (
Expand
)
Author
2019-01-16
Initial support for dynamic dispatch using "tagged union" types (#772)
Tim Foley
2018-12-20
Feature/lex memory reduction (#762)
jsmall-nvidia
2018-12-19
Refactor several IR passes (#761)
Tim Foley
2018-12-17
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-13
Move mangled name out of IRGlobalValue (#752)
Tim Foley
2018-12-12
Running tests in slang-test process (#740)
jsmall-nvidia
2018-12-11
Decorations are instructions (#748)
Tim Foley
2018-11-29
Add support for globallycoherent modifier (#732)
Tim Foley
2018-11-21
Feature/early depth stencil (#727)
jsmall-nvidia
2018-11-19
Add Vulkan cross-compilation for byte-address buffers (#721)
Tim Foley
2018-11-12
Add callable shader support for Vulkan ray tracing (#718)
Tim Foley
2018-11-09
Update Vulkan ray tracing support to final extension spec (#717)
Tim Foley
2018-10-30
Feature/serial string pool refactor (#702)
jsmall-nvidia
2018-10-19
Vulkan implicit sampler fixups (#686)
Tim Foley
2018-10-12
Add a warning on missing return, and initial SCCP pass (#671)
Tim Foley
2018-10-04
Support cross-compilation of ray tracing shaders to Vulkan (#663)
Tim Foley
2018-09-27
First pass implementation of IR serialization (#653)
jsmall-nvidia
2018-09-25
Improve IROp lookup (#650)
jsmall-nvidia
2018-09-24
Remap IROp value ranges
jsmall-nvidia
2018-09-19
Support for IRStringLit (#645)
jsmall-nvidia
2018-09-14
Improvements around IR representation and memory usage (#635)
jsmall-nvidia
2018-08-21
Add support for more RasterizerOrdered types (#628)
Tim Foley
2018-05-29
Fix global atomic functions (#582)
Tim Foley
2018-05-24
A bunch of work to resolve #569 (#576)
Tim Foley
2018-05-04
Allow more complex compound expressions when emitting from IR (#552)
Tim Foley
2018-05-03
Pass through original names for most declarations (#547)
Tim Foley
2018-04-11
Introduce an IR-level type system (#481)
Tim Foley
2018-04-05
Falcor fixes (#479)
Tim Foley
2018-03-03
IR: next phase of "everything is an instruction" (#433)
Tim Foley
2018-03-01
IR: "everything is an instruction" (#432)
Tim Foley
2018-02-22
Make `IRGlobalValue::mangledName` a `Name*`
Yong He
2018-02-22
Initial work on validating "constexpr"-ness in IR (#420)
Tim Foley
2018-02-19
more to fixing memory leaks
Yong He
2018-02-19
Fix IR memory leaks.
Yong He
2018-02-16
IR/Vulkan fixes (#412)
Tim Foley
2018-02-13
Fix a bug in IR use-def information (#406)
Tim Foley
2018-02-07
Generate SSA form for IR functions (#400)
Tim Foley
2018-02-07
Support __target_intrinsic modifiers in IR codegen (#401)
Tim Foley
2018-01-12
Support nested generics
Yong He
2017-12-27
Support nested generic types (e.g. L<T<S>>)
Yong He
2017-12-20
More fixes for Falcor IR support (#317)
Tim Foley
2017-11-28
Enable HLSL/GLSL "rewrite" + IR-based Slang codegen (#300)
Tim Foley
2017-11-20
IR: support global variable with initializers (#294)
Tim Foley
2017-11-06
Parameter blocks (#245)
Tim Foley
2017-10-27
Initial work on support code generation for generics with constraints (#233)
Tim Foley
2017-10-18
Work on IR-based cross-compilation (#222)
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-05
Working on better handling of builtin functions in IR (#196)
Tim Foley
[next]