anv/formats: Use the surface_format_info struct from brw_surface_formats.h
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 13 Oct 2015 22:20:28 +0000 (15:20 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 13 Oct 2015 22:23:24 +0000 (15:23 -0700)
commit28ed02588a6204fc3272de84dab009b5bb19e07d
tree977a25242a0de3b85a3436be2380e117b904cdf1
parentaccbf178eb0741698d6837499f382d26a7fba5ae
anv/formats: Use the surface_format_info struct from brw_surface_formats.h

The surface_format_info struct changed in mesa but the copied-and-pasted
version didn't get updated on the last mesa master merge.  This both fixes
the bug and should prevent this in the future.
src/vulkan/anv_formats.c