Skip to content
  • Faith Ekstrand's avatar
    st/mesa: Record shader access qualifiers for images · 8b626a22
    Faith Ekstrand authored and Kenneth Graunke's avatar Kenneth Graunke committed
    
    
    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>
    8b626a22