summaryrefslogtreecommitdiffstats
path: root/tests/bugs
Commit message (Expand)AuthorAge
* * Add cross compile test (#849)jsmall-nvidia2019-02-14
* Add a test for glslang errors when using StructuredBuffer Load() (#848)Robert Stepinski2019-02-13
* Track stage for varying sub-fields (#842)Tim Foley2019-02-12
* Hotfix/dispatch thread id improvements (#834)jsmall-nvidia2019-02-08
* Fix vector compares on GLSL targets (#833)jsmall-nvidia2019-02-08
* Allow entry points to have explicit generic parameters (#826)Tim Foley2019-02-05
* Fixing IR-lowering not properly registering func declYong He2019-01-30
* Fix IR emit logic for methods in `struct` types (#791)Tim Foley2019-01-23
* Improve handling of {} initializer list expressions (#778)Tim Foley2019-01-16
* Fix a bug in IR linking (#777)Tim Foley2019-01-16
* Fix up declaration checking order for enums (#774)Tim Foley2019-01-15
* Change how buffers are emitted (#741)Tim Foley2018-12-07
* Bug fix - vk::binding on structured buffers (#720)jsmall-nvidia2018-11-16
* Fix a precedence bug in code emit (#705)Tim Foley2018-10-31
* Fix a crash on function-static variables with initializers (#703)Tim Foley2018-10-30
* Rework command-line options handling for entry points and targets (#697)Tim Foley2018-10-29
* Fix Vulkan codegen for image atomics (#690)Tim Foley2018-10-25
* Fix error when one constant is defined equal to another (#670)Tim Foley2018-10-11
* Improve generic argument inference for builtins (#598)Tim Foley2018-06-14
* A bunch of work to resolve #569 (#576)Tim Foley2018-05-24
* Handle structure initializers in IR type legalization (#567)Tim Foley2018-05-21
* Add test for associated type from global generic parameter (#561)Tim Foley2018-05-11
* Pass through original names for most declarations (#547)Tim Foley2018-05-03
* Improve SSA promotion for arrays and structs (#521)Tim Foley2018-04-23
* Fix successor computation for `switch` instruction (#520)Tim Foley2018-04-23
* Introduce an IR-level type system (#481)Tim Foley2018-04-11
* Implement "operator comma" in IR codegen (#472)Tim Foley2018-04-02
* Avoid crash when bad argument given to [instance(...)] attribute (#464)Tim Foley2018-03-29
* Unify all generic parameters, even if some mismatch (#454)Tim Foley2018-03-26
* Stop compilation when a imported module contains errors. (#440)Yong He2018-03-12
* Remove non-IR codegen paths (#398)Tim Foley2018-02-03
* Remove support for the -no-checking flag (#392)Tim Foley2018-02-02
* Fix handling of errors in imported modules (#387)Tim Foley2018-01-26
* Always respect dependency order when lowering decls via AST (#344)Tim Foley2018-01-02
* Work on getting rewriter + IR playing nice together. (#314)Tim Foley2017-12-18
* Fix emitting of loop attributes for HLSL pass-through (#296)Tim Foley2017-11-22
* Support generic interface methods (#251)Yong He2017-11-07
* Parameter blocks (#245)Tim Foley2017-11-06
* Fix output for matrix multiple in GLSL code (#228)Tim Foley2017-10-23
* Do loop fix (#209)Tim Foley2017-10-12
* Bug fixing (#207)Tim Foley2017-10-11
* Fix emit logic for `cbuffer` member with initializer (#205)Tim Foley2017-10-09
* Working on better handling of builtin functions in IR (#196)Tim Foley2017-10-05
* Get another test working with IR codedgenTim Foley2017-09-11
* Fixup for test failureTim Foley2017-08-25
* Fix some resources-in-structs bugsTim Foley2017-08-25
* Fix use of "pseudo-syntax" in current lowering passTim Foley2017-08-09
* Don't add `flat` qualifier to integer fragment outputTim Foley2017-07-21
* Fix up translation of `GetDimensions()`Tim Foley2017-07-19
* Add explicit operator overloads for scalar/matrix casesTim Foley2017-07-17