index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
bugs
Age
Commit message (
Expand
)
Author
2018-10-29
Rework command-line options handling for entry points and targets (#697)
Tim Foley
2018-10-25
Fix Vulkan codegen for image atomics (#690)
Tim Foley
2018-10-11
Fix error when one constant is defined equal to another (#670)
Tim Foley
2018-06-14
Improve generic argument inference for builtins (#598)
Tim Foley
2018-05-24
A bunch of work to resolve #569 (#576)
Tim Foley
2018-05-21
Handle structure initializers in IR type legalization (#567)
Tim Foley
2018-05-11
Add test for associated type from global generic parameter (#561)
Tim Foley
2018-05-03
Pass through original names for most declarations (#547)
Tim Foley
2018-04-23
Improve SSA promotion for arrays and structs (#521)
Tim Foley
2018-04-23
Fix successor computation for `switch` instruction (#520)
Tim Foley
2018-04-11
Introduce an IR-level type system (#481)
Tim Foley
2018-04-02
Implement "operator comma" in IR codegen (#472)
Tim Foley
2018-03-29
Avoid crash when bad argument given to [instance(...)] attribute (#464)
Tim Foley
2018-03-26
Unify all generic parameters, even if some mismatch (#454)
Tim Foley
2018-03-12
Stop compilation when a imported module contains errors. (#440)
Yong He
2018-02-03
Remove non-IR codegen paths (#398)
Tim Foley
2018-02-02
Remove support for the -no-checking flag (#392)
Tim Foley
2018-01-26
Fix handling of errors in imported modules (#387)
Tim Foley
2018-01-02
Always respect dependency order when lowering decls via AST (#344)
Tim Foley
2017-12-18
Work on getting rewriter + IR playing nice together. (#314)
Tim Foley
2017-11-22
Fix emitting of loop attributes for HLSL pass-through (#296)
Tim Foley
2017-11-07
Support generic interface methods (#251)
Yong He
2017-11-06
Parameter blocks (#245)
Tim Foley
2017-10-23
Fix output for matrix multiple in GLSL code (#228)
Tim Foley
2017-10-12
Do loop fix (#209)
Tim Foley
2017-10-11
Bug fixing (#207)
Tim Foley
2017-10-09
Fix emit logic for `cbuffer` member with initializer (#205)
Tim Foley
2017-10-05
Working on better handling of builtin functions in IR (#196)
Tim Foley
2017-09-11
Get another test working with IR codedgen
Tim Foley
2017-08-25
Fixup for test failure
Tim Foley
2017-08-25
Fix some resources-in-structs bugs
Tim Foley
2017-08-09
Fix use of "pseudo-syntax" in current lowering pass
Tim Foley
2017-07-21
Don't add `flat` qualifier to integer fragment output
Tim Foley
2017-07-19
Fix up translation of `GetDimensions()`
Tim Foley
2017-07-17
Add explicit operator overloads for scalar/matrix cases
Tim Foley
2017-07-11
Make parser recovering more robust to avoid infinite loops
Tim Foley
2017-06-20
Fix types for `InputPatch` and `OutputPatch`
Tim Foley