summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_blorp.h
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-07-22 14:41:43 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-08-17 14:46:22 -0700
commit406c503396b3b4ab01d97d3e90eb09f2ed10a281 (patch)
treeab5cc8565d1cb4364f36b5762936a31ad896c59c /src/mesa/drivers/dri/i965/brw_blorp.h
parent4d86b3fa2dbc38bffdd87de7d6e81b488a068155 (diff)
downloadexternal_mesa3d-406c503396b3b4ab01d97d3e90eb09f2ed10a281.zip
external_mesa3d-406c503396b3b4ab01d97d3e90eb09f2ed10a281.tar.gz
external_mesa3d-406c503396b3b4ab01d97d3e90eb09f2ed10a281.tar.bz2
i965/blorp: Set up HiZ surfaces up-front
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_blorp.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_blorp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_blorp.h b/src/mesa/drivers/dri/i965/brw_blorp.h
index d747880..95a6257 100644
--- a/src/mesa/drivers/dri/i965/brw_blorp.h
+++ b/src/mesa/drivers/dri/i965/brw_blorp.h
@@ -69,8 +69,6 @@ enum {
struct brw_blorp_surface_info
{
- struct intel_mipmap_tree *mt;
-
struct isl_surf surf;
drm_intel_bo *bo;
uint32_t offset;