i965: Use ISL for surface format introspection

Graphics / Mesa 3D Graphics Library / Mesa - Jason Ekstrand [intel.com] - 23 May 2016 21:12 UTC

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.

9f5ccaf i965: Use ISL for surface format introspection
src/mesa/drivers/dri/i965/Makefile.sources | 3 +-
src/mesa/drivers/dri/i965/brw_context.h | 2 -
src/mesa/drivers/dri/i965/brw_state.h | 1 -
src/mesa/drivers/dri/i965/brw_state_dump.c | 8 +-
src/mesa/drivers/dri/i965/brw_surface_formats.c | 344 +----------------------
src/mesa/drivers/dri/i965/brw_surface_formats.h | 43 ---
src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 5 +-
7 files changed, 19 insertions(+), 387 deletions(-)

Upstream: cgit.freedesktop.org


  • Share