diff options
author | Jason Ekstrand <[email protected]> | 2016-05-20 16:10:41 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-05-23 19:12:34 -0700 |
commit | 9f5ccaf4dcdb308e5ce9f680b5ae267abb9c130a (patch) | |
tree | 3a00252144924dca3611caa6c678bd0a6b05bd90 /src/mesa/drivers/dri/i965/brw_state.h | |
parent | d68acde1cb4825589849f512047a8cb31b3b5a35 (diff) |
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.
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_state.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h index 70b17fd3f61..0a4c21f8f53 100644 --- a/src/mesa/drivers/dri/i965/brw_state.h +++ b/src/mesa/drivers/dri/i965/brw_state.h @@ -270,7 +270,6 @@ void brw_configure_w_tiled(const struct intel_mipmap_tree *mt, unsigned *pitch, uint32_t *tiling, unsigned *format); -const char *brw_surface_format_name(unsigned format); uint32_t brw_format_for_mesa_format(mesa_format mesa_format); GLuint translate_tex_target(GLenum target); |