projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
149408a
)
iris: put back the always flush - fixes some things :(
author
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 14 Jun 2018 22:51:59 +0000
(15:51 -0700)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:06 +0000
(10:26 -0800)
src/gallium/drivers/iris/iris_draw.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/iris/iris_draw.c
b/src/gallium/drivers/iris/iris_draw.c
index 9101d7a58abcd468c1fac7b7bbea4ab706537e56..8028c2b476ba59a8e45ceaa37ea81dc4d35ffa28 100644
(file)
--- a/
src/gallium/drivers/iris/iris_draw.c
+++ b/
src/gallium/drivers/iris/iris_draw.c
@@
-60,5
+60,5
@@
iris_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info)
// XXX: ice->state.dirty = 0ull;
// XXX: don't flush always
-
//
iris_batch_flush(batch);
+ iris_batch_flush(batch);
}