summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/iris/iris_context.c
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2018-01-23 01:23:54 -0800
committerKenneth Graunke <[email protected]>2019-02-21 10:26:05 -0800
commitcf7ba838ad67bbae04e3fb0e232f2de60fe4e1a0 (patch)
tree7bb36e9ad9d7e59e838d71eb9383c449dae11723 /src/gallium/drivers/iris/iris_context.c
parent8dffc9b19541452aa7e3abb6e27f1dae24911bd6 (diff)
iris: more comes from bits filled in
tomorrow, fix the build system to avoid symbol clashes somehow... we're getting gen9 functions because they happen to be listed before 10 in the link list.
Diffstat (limited to 'src/gallium/drivers/iris/iris_context.c')
-rw-r--r--src/gallium/drivers/iris/iris_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/iris/iris_context.c b/src/gallium/drivers/iris/iris_context.c
index 9842ab559e2..ffebaf3c0a0 100644
--- a/src/gallium/drivers/iris/iris_context.c
+++ b/src/gallium/drivers/iris/iris_context.c
@@ -79,6 +79,8 @@ iris_destroy_context(struct pipe_context *ctx)
if (ctx->stream_uploader)
u_upload_destroy(ctx->stream_uploader);
+ iris_batch_free(&ice->render_batch);
+
ralloc_free(ice);
}