summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/vc5/vc5_rcl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc5/vc5_rcl.c b/src/gallium/drivers/vc5/vc5_rcl.c
index 8ed8c486f2..56c6a16cc5 100644
--- a/src/gallium/drivers/vc5/vc5_rcl.c
+++ b/src/gallium/drivers/vc5/vc5_rcl.c
@@ -221,7 +221,7 @@ vc5_rcl_emit_stores(struct vc5_job *job, struct vc5_cl *cl)
* MSAA color clears, then we need to clear the color buffers
* now.
*/
- cl_emit(&job->rcl, STORE_TILE_BUFFER_GENERAL, store) {
+ cl_emit(cl, STORE_TILE_BUFFER_GENERAL, store) {
store.buffer_to_store = NONE;
}
}