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-inst-defs.h
Age
Commit message (
Expand
)
Author
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-04-29
Initial support for the `precise` keyword (#958)
Tim Foley
2019-04-08
Add better control over image formats for GLSL/SPIR-V targets (#939)
Tim Foley
2019-03-08
Improve support for interfaces as shader parameters (#886)
Tim Foley
2019-02-19
First steps toward supporting interface-type parameters on shaders (#852)
Tim Foley
2019-02-15
Split front- and back-ends (#846)
Tim Foley
2019-01-16
Initial support for dynamic dispatch using "tagged union" types (#772)
Tim Foley
2019-01-16
Improve handling of {} initializer list expressions (#778)
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-14
Represent global shader parameters explicitly in the IR (#756)
Tim Foley
2018-12-13
Move mangled name out of IRGlobalValue (#752)
Tim Foley
2018-12-11
Decorations are instructions (#748)
Tim Foley
2018-12-07
Change how buffers are emitted (#741)
Tim Foley
2018-11-19
Add Vulkan cross-compilation for byte-address buffers (#721)
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-25
Improve IROp lookup (#650)
jsmall-nvidia
2018-09-24
Fixes around atomic operations (#652)
Tim Foley
2018-09-24
Remap IROp value ranges
jsmall-nvidia
2018-09-19
Support for IRStringLit (#645)
jsmall-nvidia
2018-08-21
Add support for more RasterizerOrdered types (#628)
Tim Foley
2018-06-27
Support for Tessellation (#607)
jsmall-nvidia
2018-05-29
Fix global atomic functions (#582)
Tim Foley
2018-05-02
Add support for "swizzled stores" (#544)
Tim Foley
2018-04-11
Introduce an IR-level type system (#481)
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-08
Basic IR support for `static const` globals (#404)
Tim Foley
2018-02-08
Falcor fixes (#402)
Tim Foley
2018-02-07
Generate SSA form for IR functions (#400)
Tim Foley
2018-01-17
All compiler fixes to get ir branch work with falcor feature demo.
Yong He
2018-01-09
bruteforce implementation of witness table resolution for associated (#358)
Yong He
2017-12-20
IR: fixes for subscript accessors (#322)
Tim Foley
2017-11-15
Various IR fixes for Falcor (#280)
Tim Foley
2017-11-14
IR: add support for `switch` statements (#278)
Tim Foley
2017-11-07
IR: add support for `discard` statement (#261)
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-04
IR: overhaul IR design/implementation (#195)
Tim Foley
2017-09-22
More work on IR-based lowering and cross-compilation
Tim Foley
2017-09-14
IR: handle control flow constructs (#186)
Tim Foley
2017-09-11
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-07
Replace old notion of "intrinsic" operations
Tim Foley
2017-09-06
Continue work on IR-based codegen
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