summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_context.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-05-20 16:10:41 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-05-23 19:12:34 -0700
commit9f5ccaf4dcdb308e5ce9f680b5ae267abb9c130a (patch)
tree3a00252144924dca3611caa6c678bd0a6b05bd90 /src/mesa/drivers/dri/i965/brw_context.h
parentd68acde1cb4825589849f512047a8cb31b3b5a35 (diff)
downloadexternal_mesa3d-9f5ccaf4dcdb308e5ce9f680b5ae267abb9c130a.zip
external_mesa3d-9f5ccaf4dcdb308e5ce9f680b5ae267abb9c130a.tar.gz
external_mesa3d-9f5ccaf4dcdb308e5ce9f680b5ae267abb9c130a.tar.bz2
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_context.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 358e579..be51250 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -1573,8 +1573,6 @@ void brw_upload_image_surfaces(struct brw_context *brw,
/* brw_surface_formats.c */
bool brw_render_target_supported(struct brw_context *brw,
struct gl_renderbuffer *rb);
-bool brw_losslessly_compressible_format(const struct brw_context *brw,
- uint32_t brw_format);
uint32_t brw_depth_format(struct brw_context *brw, mesa_format format);
/* brw_performance_monitor.c */