Skip to content

CL: Upstream image feedback

This series includes:

  • mesa/mesa!6396 (merged)
  • The dxil changes to use lod from the size intrinsic instead of a size_lod intrinsic
  • Review feedback from mesa/mesa!5242 (merged)
    • Mainly using alu types instead of format in the image load/store intrinsics, and using dedicated variable data instead of constant initializers for CL inline samplers
  • The necessary changes to our clc frontend in order to deal with that feedback
  • mesa/mesa!6059 (merged)
  • mesa/mesa!6497 (merged)
  • The necessary changes to deal with that
    • The biggest thing here is that we need to switch away from using deref-based image load/store/size intrinsics, because now we're running lower_explicit_io on uniforms, which would attempt to conver the derefs to addresses
Edited by Jesse Natalie

Merge request reports