projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73f3c2c
)
iris: fix release builds
author
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 7 Jun 2018 08:54:29 +0000
(
01:54
-0700)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:06 +0000
(10:26 -0800)
src/gallium/drivers/iris/iris_batch.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/iris/iris_batch.h
b/src/gallium/drivers/iris/iris_batch.h
index 88a58d083f5b0d313010369a35596ef2287130ae..13e54c59b05f818c0726b826b4882bcfaa5f09dd 100644
(file)
--- 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,