summaryrefslogtreecommitdiff
path: root/tests/bugs
AgeCommit message (Expand)Author
2020-07-23Fix the way extension declarations are cached for lookup (#1450)Tim Foley
2020-07-17Disable specializing function calls if they have a struct param, that contain...jsmall-nvidia
2020-04-10Fix crashing bug when using overloaded name as generic arg (#1315)Tim Foley
2020-03-25Fix a bug in exiting SSA form for loops (#1293)Tim Foley
2020-03-24Parser changes to improve handling of static method calls (#1290)Tim Foley
2020-03-24Fix some bad behavior around static methods (#1289)Tim Foley
2020-03-20Handling of switch with empty body (#1284)jsmall-nvidia
2020-03-09Yet more definitions moved into the stdlib (#1263)Tim Foley
2020-02-25Fix a crash when a generic value argument isn't constant (#1241)Tim Foley
2020-02-13* Fix for unary - on glsl (#1222)jsmall-nvidia
2020-02-05Improve behavior when undefined identifier is a contextual keyword (#1200)Tim Foley
2020-02-04CUDA/C++ backend improvements (#1198)jsmall-nvidia
2020-01-29Feature/test for double behavior (#1186)jsmall-nvidia
2019-11-21Remove support for explicit register/binding syntax on TEST_INPUT (#1132)Tim Foley
2019-11-08Fix problem when getting default value for a bool, was producing 0, which on ...jsmall-nvidia
2019-10-24Strip IR after front-end steps are done (#1092)Tim Foley
2019-08-16Fix a typo in core.meta.slang which was causing an assert when (#1024)Robert Stepinski
2019-07-29Fix issue with outputting "static" in GLSL (#1006)Tim Foley
2019-05-01Fix bitwise And & Or for scalar bool (#960)Robert Stepinski
2019-04-29Enable appropriate GLSL extension for unbounded-size resource arrays (#957)Tim Foley
2019-03-26Allow plugging in types with resources for interface parameters (#913)Tim Foley
2019-03-20Add support for scalar rcp() intrinsic for GLSL (#918)Robert Stepinski
2019-03-14Hotfix/bool fix (#907)jsmall-nvidia
2019-03-06Fix rsqrt intrinsic for GLSL (#881)Robert Stepinski
2019-03-05Fix dx12 root sig mismatch on texture2d-gather.hlsl test (#879)jsmall-nvidia
2019-03-05Hotfix/crash invalid vk binding (#875)jsmall-nvidia
2019-03-05Hotfix/texture2d gather (#876)jsmall-nvidia
2019-02-14* Add cross compile test (#849)jsmall-nvidia
2019-02-13Add a test for glslang errors when using StructuredBuffer Load() (#848)Robert Stepinski
2019-02-12Track stage for varying sub-fields (#842)Tim Foley
2019-02-08Hotfix/dispatch thread id improvements (#834)jsmall-nvidia
2019-02-08Fix vector compares on GLSL targets (#833)jsmall-nvidia
2019-02-05Allow entry points to have explicit generic parameters (#826)Tim Foley
2019-01-30Fixing IR-lowering not properly registering func declYong He
2019-01-23Fix IR emit logic for methods in `struct` types (#791)Tim Foley
2019-01-16Improve handling of {} initializer list expressions (#778)Tim Foley
2019-01-16Fix a bug in IR linking (#777)Tim Foley
2019-01-15Fix up declaration checking order for enums (#774)Tim Foley
2018-12-07Change how buffers are emitted (#741)Tim Foley
2018-11-16Bug fix - vk::binding on structured buffers (#720)jsmall-nvidia
2018-10-31Fix a precedence bug in code emit (#705)Tim Foley
2018-10-30Fix a crash on function-static variables with initializers (#703)Tim Foley
2018-10-29Rework command-line options handling for entry points and targets (#697)Tim Foley
2018-10-25Fix Vulkan codegen for image atomics (#690)Tim Foley
2018-10-11Fix error when one constant is defined equal to another (#670)Tim Foley
2018-06-14Improve generic argument inference for builtins (#598)Tim Foley
2018-05-24A bunch of work to resolve #569 (#576)Tim Foley
2018-05-21Handle structure initializers in IR type legalization (#567)Tim Foley
2018-05-11Add test for associated type from global generic parameter (#561)Tim Foley
2018-05-03Pass through original names for most declarations (#547)Tim Foley