summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_state.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-06-09 15:52:52 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-06-22 12:26:43 -0700
commite8580b8f981a48dd481c62292c7d618a4860dfad (patch)
treedda083c3ace69913bf560ca6a785262ae54e77ba /src/mesa/drivers/dri/i965/brw_state.h
parent0195299c868ec99bc6c595c641da81bb2632252e (diff)
downloadexternal_mesa3d-e8580b8f981a48dd481c62292c7d618a4860dfad.zip
external_mesa3d-e8580b8f981a48dd481c62292c7d618a4860dfad.tar.gz
external_mesa3d-e8580b8f981a48dd481c62292c7d618a4860dfad.tar.bz2
i965: Remove fake W-tiled render target support
This hasn't been used since 1cfb4bc890b8 where we deleted the meta stencil blit path. Reviewed-by: Chad Versace <chad.versace@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_state.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_state.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_state.h b/src/mesa/drivers/dri/i965/brw_state.h
index be7f6ce..b29412e 100644
--- a/src/mesa/drivers/dri/i965/brw_state.h
+++ b/src/mesa/drivers/dri/i965/brw_state.h
@@ -264,12 +264,6 @@ void gen4_init_vtable_surface_functions(struct brw_context *brw);
uint32_t brw_get_surface_tiling_bits(uint32_t tiling);
uint32_t brw_get_surface_num_multisamples(unsigned num_samples);
-void brw_configure_w_tiled(const struct intel_mipmap_tree *mt,
- bool is_render_target,
- unsigned *width, unsigned *height,
- unsigned *pitch, uint32_t *tiling,
- unsigned *format);
-
uint32_t brw_format_for_mesa_format(mesa_format mesa_format);
GLuint translate_tex_target(GLenum target);