summaryrefslogtreecommitdiff
path: root/tests/cross-compile/array-of-buffers.slang.glsl
AgeCommit message (Expand)Author
2024-01-24[SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)Yong He
2023-08-23Lower all ByteAddressBuffer uses for SPIRV. (#3143)Yong He
2023-08-21Compile append and consume structured buffers to glsl. (#3142)Yong He
2023-08-14Support per field matrix layout (#3101)Yong He
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2023-02-27Detect and deduplicate read-only resource access. (#2680)Yong He
2023-02-24More control flow simplifications. (#2673)Yong He
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)Yong He
2019-02-13Output readonly for suitable glsl buffers (#845)jsmall-nvidia
2018-12-18Fix for byte-address buffers on Vulkan (#760)Tim Foley
2018-12-07Change how buffers are emitted (#741)Tim Foley