aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2018-06-07 01:54:29 -0700
committerKenneth Graunke <[email protected]>2019-02-21 10:26:06 -0800
commita9e357caac712f37cac48f8d099542474391d5f8 (patch)
tree8958533fe0d7e9285fe5b0490adeec1e8926deb6 /src
parent73f3c2cad0557e2060e009061bfc53765216ae64 (diff)
iris: fix release builds
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/iris/iris_batch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/iris/iris_batch.h b/src/gallium/drivers/iris/iris_batch.h
index 88a58d083f5..13e54c59b05 100644
--- a/src/gallium/drivers/iris/iris_batch.h
+++ b/src/gallium/drivers/iris/iris_batch.h
@@ -87,12 +87,10 @@ struct iris_batch {
struct set *depth;
} cache;
-#if DEBUG
/** Map from batch offset to iris_alloc_state data (with DEBUG_BATCH) */
// XXX: unused
struct hash_table *state_sizes;
struct gen_batch_decode_ctx decoder;
-#endif
};
void iris_init_batch(struct iris_batch *batch,