summaryrefslogtreecommitdiff
path: root/tests/bindings
AgeCommit message (Expand)Author
2023-07-27Fix -fvk-u-shift not applying to global constant buffer. (#3033)Yong He
2023-07-26Fix -fvk-u-shift not applying to RWStructuredBuffer on glsl output. (#3027)Yong He
2023-07-19Support for vk-shift-* without explicit bindings (#3000)jsmall-nvidia
2023-07-14Fix vk-shift-* mapping issue (#2993)jsmall-nvidia
2023-06-28Add support for vk::image_format attribute (#2945)jsmall-nvidia
2023-05-04Improvements around HLSLToVulkanLayout (#2867)jsmall-nvidia
2023-05-03HLSL->Vulkan binding support (#2865)jsmall-nvidia
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2023-02-27Detect and deduplicate read-only resource access. (#2680)Yong He
2019-12-06Remove legacy feature for merging global shader parameters (#1139)Tim Foley
2019-02-15Split front- and back-ends (#846)Tim Foley
2018-12-14Represent global shader parameters explicitly in the IR (#756)Tim Foley
2018-12-07Change how buffers are emitted (#741)Tim Foley
2018-10-29Rework command-line options handling for entry points and targets (#697)Tim Foley
2018-09-21Remove the "hack sampler" workaround (#648)Tim Foley
2018-05-04Allow more complex compound expressions when emitting from IR (#552)Tim Foley
2018-05-03Pass through original names for most declarations (#547)Tim Foley
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-03-29Change uses of "spire" to "slang" (#461)Tim Foley
2018-02-07Generate SSA form for IR functions (#400)Tim Foley
2018-02-07Support __target_intrinsic modifiers in IR codegen (#401)Tim Foley
2018-02-03Remove non-IR codegen paths (#398)Tim Foley
2018-02-02Remove support for the -no-checking flag (#392)Tim Foley
2018-01-03Fix bug around arrays of structs of resources (#352)Tim Foley
2017-12-18Work on getting rewriter + IR playing nice together. (#314)Tim Foley
2017-12-15More fixups for parameter block binding generation (#311)Tim Foley
2017-12-14More fixups for Vulkan parameter block bindings (#309)Tim Foley
2017-11-16Revise type legalization so it can handle constant buffers (#282)Tim Foley
2017-11-13Parameter block work (#276)Tim Foley
2017-11-06Parameter blocks (#245)Tim Foley
2017-10-05Working on better handling of builtin functions in IR (#196)Tim Foley
2017-09-11Support IR-based codegen for a few more examples.Tim Foley
2017-09-07Replace old notion of "intrinsic" operationsTim Foley
2017-09-06Continue work on IR-based codegenTim Foley
2017-07-13An array of resources in Vulkan only consumes one bindingTim Foley
2017-06-14AppVeyor: Run tests as part of AppVeyor buildsTim Foley
2017-06-09Initial import of code.Tim Foley