i965: Use ISL for surface format introspection
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 20 May 2016 23:10:41 +0000 (16:10 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 24 May 2016 02:12:34 +0000 (19:12 -0700)
commit9f5ccaf4dcdb308e5ce9f680b5ae267abb9c130a
tree3a00252144924dca3611caa6c678bd0a6b05bd90
parentd68acde1cb4825589849f512047a8cb31b3b5a35
i965: Use ISL for surface format introspection

With this, we can delete the surface format table in brw_surface_formats.c
because all of the information we need is now in ISL.
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_state.h
src/mesa/drivers/dri/i965/brw_state_dump.c
src/mesa/drivers/dri/i965/brw_surface_formats.c
src/mesa/drivers/dri/i965/brw_surface_formats.h [deleted file]
src/mesa/drivers/dri/i965/intel_mipmap_tree.c