Skip to content

gallium: Make util_copy_image_view handle shader_access

Kenneth Graunke requested to merge kwg/mesa:gallium-copier-access into master

A while back, we added a new field, but failed to update the copier. I believe iris is the only current user of the new field, and it hasn't used the copier, so noone noticed.

Fixes: 8b626a22 st/mesa: Record shader access qualifiers for images

Merge request reports