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
*
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-05-31
*
Hotfix/improve glsl semantic conversion review (#968)
jsmall-nvidia
2019-05-22
*
Hotfix/improve glsl semantic conversion (#965)
jsmall-nvidia
2019-05-21
*
Allow interface types to be used inside of structs (#966)
Tim Foley
2019-05-21
*
String/List closer to conventions, and use Index type (#959)
jsmall-nvidia
2019-04-29
*
Feature/uint int definition (#954)
jsmall-nvidia
2019-04-25
*
Fix handling of arrays of resources in type legalization (#896)
Tim Foley
2019-03-12
*
Improve support for interfaces as shader parameters (#886)
Tim Foley
2019-03-08
*
First steps toward supporting interface-type parameters on shaders (#852)
Tim Foley
2019-02-19
*
Feature/alloc for ir inst creation review (#839)
jsmall-nvidia
2019-02-12
*
MemoryArena rewindability/Improved IRInst construction (#837)
jsmall-nvidia
2019-02-11
*
Initial support for uniform parameters on entry points (#815)
Tim Foley
2019-01-31
*
Support function parameters of existential (interface) type (#802)
Tim Foley
2019-01-28
*
Fix IR emit logic for methods in `struct` types (#791)
Tim Foley
2019-01-23
*
Initial support for dynamic dispatch using "tagged union" types (#772)
Tim Foley
2019-01-16
*
Improve handling of {} initializer list expressions (#778)
Tim Foley
2019-01-16
*
Feature/lex memory reduction (#762)
jsmall-nvidia
2018-12-20
*
Refactor several IR passes (#761)
Tim Foley
2018-12-19
*
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-17
*
Represent global shader parameters explicitly in the IR (#756)
Tim Foley
2018-12-14
*
Move mangled name out of IRGlobalValue (#752)
Tim Foley
2018-12-13
*
Running tests in slang-test process (#740)
jsmall-nvidia
2018-12-12
*
Decorations are instructions (#748)
Tim Foley
2018-12-11
*
Remove the "VM" and "bytecode" features (#745)
Tim Foley
2018-12-10
*
Change how buffers are emitted (#741)
Tim Foley
2018-12-07
*
Add support for globallycoherent modifier (#732)
Tim Foley
2018-11-29
*
Feature/early depth stencil (#727)
jsmall-nvidia
2018-11-21
*
Add callable shader support for Vulkan ray tracing (#718)
Tim Foley
2018-11-12
*
Update Vulkan ray tracing support to final extension spec (#717)
Tim Foley
2018-11-09
*
Fix a crash on function-static variables with initializers (#703)
Tim Foley
2018-10-30
*
Feature/premake linux (#689)
jsmall-nvidia
2018-10-25
*
Vulkan implicit sampler fixups (#686)
Tim Foley
2018-10-19
*
Add a warning on missing return, and initial SCCP pass (#671)
Tim Foley
2018-10-12
*
Support cross-compilation of ray tracing shaders to Vulkan (#663)
Tim Foley
2018-10-04
*
First pass implementation of IR serialization (#653)
jsmall-nvidia
2018-09-27
*
Improve IROp lookup (#650)
jsmall-nvidia
2018-09-25
*
Support for IRStringLit (#645)
jsmall-nvidia
2018-09-19
*
Improvements around IR representation and memory usage (#635)
jsmall-nvidia
2018-09-14
*
Support for Tessellation (#607)
jsmall-nvidia
2018-06-27
*
Fix global atomic functions (#582)
Tim Foley
2018-05-29
*
A bunch of work to resolve #569 (#576)
Tim Foley
2018-05-24
*
Fix Slang->GLSL translation for entry point with multiple `out` parameters (#...
Tim Foley
2018-05-23
*
Cleanups around behavior when the compiler fails (#553)
Tim Foley
2018-05-11
*
Allow more complex compound expressions when emitting from IR (#552)
Tim Foley
2018-05-04
*
Pass through original names for most declarations (#547)
Tim Foley
2018-05-03
*
Add support for "swizzled stores" (#544)
Tim Foley
2018-05-02
*
Fix for global generic parameter substitution (#512)
Tim Foley
2018-04-25
*
Fix successor computation for `switch` instruction (#520)
Tim Foley
2018-04-23
*
Fix GS cross-compilation after IR type system change (#507)
Tim Foley
2018-04-19
[next]