summaryrefslogtreecommitdiff
path: root/source/slang/emit.cpp
AgeCommit message (Expand)Author
2019-02-15Split front- and back-ends (#846)Tim Foley
2019-02-13Output readonly for suitable glsl buffers (#845)jsmall-nvidia
2019-02-13Fix typos in diagnostic message and comments (#843)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-02-04Feature/casting tidyup (#822)jsmall-nvidia
2019-02-02Feature/as refactor review (#821)jsmall-nvidia
2019-01-31Initial support for uniform parameters on entry points (#815)Tim Foley
2019-01-31Feature/as refactor (#817)jsmall-nvidia
2019-01-28Support function parameters of existential (interface) type (#802)Tim Foley
2019-01-28Merge branch 'master' into yong-fixYong He
2019-01-28Feature/bit cast glsl (#808)jsmall-nvidia
2019-01-25fix up empty-struct-parametersYong He
2019-01-25Move glsl entry point legalization to later stage of compilation.Yong He
2019-01-23Fixing GLSL sign function.Yong He
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
2018-12-19Refactor several IR passes (#761)Tim Foley
2018-12-17First step toward supporting use of interfaces as existential types (#716)Tim Foley
2018-12-17Specialize away resource-type function parameters (#759)Tim Foley
2018-12-14Represent global shader parameters explicitly in the IR (#756)Tim Foley
2018-12-13Move mangled name out of IRGlobalValue (#752)Tim Foley
2018-12-12Running tests in slang-test process (#740)jsmall-nvidia
2018-12-11Decorations are instructions (#748)Tim Foley
2018-12-07Change how buffers are emitted (#741)Tim Foley
2018-11-30Add support for Vulkan raytraicng "shader record" (#735)Tim Foley
2018-11-29Add support for globallycoherent modifier (#732)Tim Foley
2018-11-21Feature/early depth stencil (#727)jsmall-nvidia
2018-11-19Add Vulkan cross-compilation for byte-address buffers (#721)Tim Foley
2018-11-16Bug fix - vk::binding on structured buffers (#720)jsmall-nvidia
2018-11-12Add callable shader support for Vulkan ray tracing (#718)Tim Foley
2018-11-09Update Vulkan ray tracing support to final extension spec (#717)Tim Foley
2018-10-31Fix a precedence bug in code emit (#705)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-25Feature/premake linux (#689)jsmall-nvidia
2018-10-19Vulkan implicit sampler fixups (#686)Tim Foley
2018-10-16Feature/include refactor (#675)jsmall-nvidia
2018-10-16Don't emit extra parentheses when outputting HLSL/GLSL (#674)Tim Foley
2018-10-12Feature/source loc review (#672)jsmall-nvidia
2018-10-12Add a warning on missing return, and initial SCCP pass (#671)Tim Foley
2018-10-11Fix error when one constant is defined equal to another (#670)Tim Foley
2018-10-04 Support cross-compilation of ray tracing shaders to Vulkan (#663)Tim Foley
2018-10-04Remove need of IRHightLevelDecoration in emit (#660)jsmall-nvidia
2018-09-24Fixes around atomic operations (#652)Tim Foley
2018-09-21Remove the "hack sampler" workaround (#648)Tim Foley
2018-09-20Improve support for non-32-bit types. (#643)Tim Foley
2018-09-19Support for IRStringLit (#645)jsmall-nvidia
2018-09-14Improvements around IR representation and memory usage (#635)jsmall-nvidia
2018-08-22Support for [[vk::push_constant]] (#629)jsmall-nvidia