commit | d82322eb188f258a7dca9ea2b59cc0332dbc4d61 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Thu Jun 09 13:56:16 2016 -0700 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Wed Jun 22 12:26:43 2016 -0700 |
tree | cfdec4c1301466607a9476ff7066d798d66e4a25 | |
parent | 97f12773b89a409d1368ce6b3b5badb9e75bbf53 [diff] |
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>