summaryrefslogtreecommitdiff
path: root/source/slang/check.cpp
AgeCommit message (Expand)Author
2019-02-15Split front- and back-ends (#846)Tim Foley
2019-02-11[[vk::shader_record]] (#836)jsmall-nvidia
2019-02-08Hotfix/dispatch thread id improvements (#834)jsmall-nvidia
2019-02-05Merge branch 'master' into fix-nested-type-conformancesTim Foley
2019-02-05Allow entry points to have explicit generic parameters (#826)Tim Foley
2019-02-05Fix checking of interface conformances for nested typesTim Foley
2019-02-05Produce a better error message on errors in inheritance clauses (#828)Tim Foley
2019-02-04Feature/casting tidyup (#822)jsmall-nvidia
2019-02-02Feature/as refactor review (#821)jsmall-nvidia
2019-01-31Merge branch 'master' into crashfixYong He
2019-01-31Feature/as refactor (#817)jsmall-nvidia
2019-01-30fixup x86 compiler error.Yong He
2019-01-30Fixes crashes at source error.Yong He
2019-01-29Add support for user defined attributes.Yong He
2019-01-25If dxil fails to load, do not report it's missing as an error to the sink. It...jsmall-nvidia
2019-01-24Support "modern" declaration syntax as an option (#792)Tim Foley
2019-01-22Clean up variable declaration class hierarchy (#787)Tim Foley
2019-01-16Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley
2019-01-16Improve handling of {} initializer list expressions (#778)Tim Foley
2019-01-15Fix up declaration checking order for enums (#774)Tim Foley
2018-12-17First step toward supporting use of interfaces as existential types (#716)Tim Foley
2018-12-12Make shader parameters not writable (#750)Tim Foley
2018-12-12Running tests in slang-test process (#740)jsmall-nvidia
2018-12-07Change how buffers are emitted (#741)Tim Foley
2018-11-21Feature/early depth stencil (#727)jsmall-nvidia
2018-11-06Feature/shared library refactor (#712)jsmall-nvidia
2018-10-29Rework command-line options handling for entry points and targets (#697)Tim Foley
2018-10-25Feature/premake linux (#689)jsmall-nvidia
2018-10-18Add support for static methods in interfaces (#680)Tim Foley
2018-10-11Add basic support for [mutating] methods (#667)Tim Foley
2018-10-04 Support cross-compilation of ray tracing shaders to Vulkan (#663)Tim Foley
2018-09-20Improve support for non-32-bit types. (#643)Tim Foley
2018-09-13Add a better error message for common global generic failure (#634)Tim Foley
2018-08-27Add basic support for #pragma once (#630)Tim Foley
2018-08-22Support for [[vk::push_constant]] (#629)jsmall-nvidia
2018-08-10Improve model-viewer support for lights (#626)Tim Foley
2018-07-31Feature/attributed binding (#621)jsmall-nvidia
2018-06-27Support for Tessellation (#607)jsmall-nvidia
2018-06-14Improve generic argument inference for builtins (#598)Tim Foley
2018-06-12Initial support for enum declarations (#599)Tim Foley
2018-05-29Fix global atomic functions (#582)Tim Foley
2018-05-24A bunch of work to resolve #569 (#576)Tim Foley
2018-05-11Cleanups around behavior when the compiler fails (#553)Tim Foley
2018-05-02Speedup type checking using cached overload resolution results.Yong He
2018-05-01Diagnose attempts to write to fields in methods (#530)Tim Foley
2018-04-20Better diagnostics when compilation is aborted (#517)Tim Foley
2018-04-20Diagnose use of an implicit cast as an argument for an `out` parameter (#516)Tim Foley
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-03-30Fix several issues discovered by Falcor (#467)Tim Foley
2018-03-29Avoid crash when bad argument given to [instance(...)] attribute (#464)Tim Foley