Skip to content

Draft: Rusticl: Add support for Program Scope Global Variables

Karol Herbst requested to merge karolherbst/mesa:rusticl/global_vars into main

It's still a bit of WIP as the following things need to be addressed:

  • Support for OpInBoundsPtrAccessChain inside OpSpecConstantOp
  • https://github.com/KhronosGroup/OpenCL-CTS/pull/1799
  • Needs a7a36de0c88622bf810a021816e82c4a673174fc backported in the translator
  • SPIR-V Module Initializers and Finalizers (I might consider ignoring those as they are poorly speced out, a.k.a. not at all)
Edited by Karol Herbst

Merge request reports