anv,isl: Lower storage image formats in anv
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 9 Jun 2016 20:56:16 +0000 (13:56 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Wed, 22 Jun 2016 19:26:43 +0000 (12:26 -0700)
commitd82322eb188f258a7dca9ea2b59cc0332dbc4d61
treecfdec4c1301466607a9476ff7066d798d66e4a25
parent97f12773b89a409d1368ce6b3b5badb9e75bbf53
anv,isl: Lower storage image formats in anv

ISL was being a bit too clever for its own good and lowering the format for
us.  This is all well and good *if* we always want to lower it.  However,
the GL driver selectively lowers the format depending on whether the
surface is write-only or not.

Reviewed-by: Chad Versace <chad.versace@intel.com>
Cc: "12.0" <mesa-stable@lists.freedesktop.org>
src/intel/isl/isl_surface_state.c
src/intel/vulkan/anv_image.c