Skip to content
Snippets Groups Projects
Commit 8b626a22 authored by Faith Ekstrand's avatar Faith Ekstrand :speech_balloon: Committed by Kenneth Graunke
Browse files

st/mesa: Record shader access qualifiers for images


They're not required to be the same as the access flag on the image
unit.  For hardware that does shader image lowering based on the
qualifier (Intel), it may be required for state setup.

v2: (by Kenneth Graunke, incorporating feedback from Marek Olšák)
 - Reduce both access and shader_access to uint16_t to avoid making
   the pipe_image_view structure larger.

Reviewed-by: default avatarMarek Olšák <marek.olsak@amd.com>
parent bf441d22
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment