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.cpp
Age
Commit message (
Expand
)
Author
2018-12-12
Running tests in slang-test process (#740)
jsmall-nvidia
2018-12-11
Decorations are instructions (#748)
Tim Foley
2018-12-10
Remove the "VM" and "bytecode" features (#745)
Tim Foley
2018-12-07
Change how buffers are emitted (#741)
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-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
Fix a crash on function-static variables with initializers (#703)
Tim Foley
2018-10-25
Feature/premake linux (#689)
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-19
Support for IRStringLit (#645)
jsmall-nvidia
2018-09-14
Improvements around IR representation and memory usage (#635)
jsmall-nvidia
2018-06-27
Support for Tessellation (#607)
jsmall-nvidia
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-23
Fix Slang->GLSL translation for entry point with multiple `out` parameters (#...
Tim Foley
2018-05-11
Cleanups around behavior when the compiler fails (#553)
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-05-02
Add support for "swizzled stores" (#544)
Tim Foley
2018-04-25
Fix for global generic parameter substitution (#512)
Tim Foley
2018-04-23
Fix successor computation for `switch` instruction (#520)
Tim Foley
2018-04-19
Fix GS cross-compilation after IR type system change (#507)
Tim Foley
2018-04-18
Fix output of `groupshared` with IR type system (#492)
Tim Foley
2018-04-11
Introduce an IR-level type system (#481)
Tim Foley
2018-04-05
Falcor fixes (#479)
Tim Foley
2018-03-12
Prevent duplicating global values during specialization (#439)
Yong He
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-23
Initial support for cross-compilation of geometry shaders to GLSL (#423)
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
Implement IR-level translation of system values for GLSL (#413)
Tim Foley
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-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-02-07
Support __target_intrinsic modifiers in IR codegen (#401)
Tim Foley
2018-01-21
A hacky fix for specializing methods from extensions
Tim Foley
2018-01-21
specialize witness tables when needed when specializing `lookup_witness_table...
Yong He
2018-01-21
Improvements and bug fixes for global type parameters
Yong He
2018-01-17
All compiler fixes to get ir branch work with falcor feature demo.
Yong He
[next]