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
2019-10-24
Strip IR after front-end steps are done (#1092)
Tim Foley
2019-08-16
Fix a typo in core.meta.slang which was causing an assert when (#1024)
Robert Stepinski
2019-07-29
Fix issue with outputting "static" in GLSL (#1006)
Tim Foley
2019-05-01
Fix bitwise And & Or for scalar bool (#960)
Robert Stepinski
2019-04-29
Enable appropriate GLSL extension for unbounded-size resource arrays (#957)
Tim Foley
2019-03-26
Allow plugging in types with resources for interface parameters (#913)
Tim Foley
2019-03-20
Add support for scalar rcp() intrinsic for GLSL (#918)
Robert Stepinski
2019-03-14
Hotfix/bool fix (#907)
jsmall-nvidia
2019-03-06
Fix rsqrt intrinsic for GLSL (#881)
Robert Stepinski
2019-03-05
Fix dx12 root sig mismatch on texture2d-gather.hlsl test (#879)
jsmall-nvidia
2019-03-05
Hotfix/crash invalid vk binding (#875)
jsmall-nvidia
2019-03-05
Hotfix/texture2d gather (#876)
jsmall-nvidia
2019-02-14
* Add cross compile test (#849)
jsmall-nvidia
2019-02-13
Add a test for glslang errors when using StructuredBuffer Load() (#848)
Robert Stepinski
2019-02-12
Track stage for varying sub-fields (#842)
Tim Foley
2019-02-08
Hotfix/dispatch thread id improvements (#834)
jsmall-nvidia
2019-02-08
Fix vector compares on GLSL targets (#833)
jsmall-nvidia
2019-02-05
Allow entry points to have explicit generic parameters (#826)
Tim Foley
2019-01-30
Fixing IR-lowering not properly registering func decl
Yong He
2019-01-23
Fix IR emit logic for methods in `struct` types (#791)
Tim Foley
2019-01-16
Improve handling of {} initializer list expressions (#778)
Tim Foley
2019-01-16
Fix a bug in IR linking (#777)
Tim Foley
2019-01-15
Fix up declaration checking order for enums (#774)
Tim Foley
2018-12-07
Change how buffers are emitted (#741)
Tim Foley
2018-11-16
Bug fix - vk::binding on structured buffers (#720)
jsmall-nvidia
2018-10-31
Fix a precedence bug in code emit (#705)
Tim Foley
2018-10-30
Fix a crash on function-static variables with initializers (#703)
Tim Foley
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
[next]