anv: Put robust buffer access in the pipeline hash
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 21 Nov 2018 23:15:37 +0000 (17:15 -0600)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 22 Nov 2018 15:17:10 +0000 (09:17 -0600)
commit617e402b3d1be185f200b1667540096d9a8b2aec
treebf1252d2757ae23101c207349dcba6eca357c9e5
parenta845c2bc109f87010fb81fee257a7ec060db7b27
anv: Put robust buffer access in the pipeline hash

It affects apply_pipeline_layout.  Shaders compiled with the wrong value
will work but they may not be robust as requested by the app.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/vulkan/anv_pipeline.c