aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/v3d/v3d_context.c
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-07-23 13:23:07 -0700
committerEric Anholt <[email protected]>2018-07-26 11:00:34 -0700
commit47f5d158aebe69136a844f82c59b6b70336248e6 (patch)
treed2f79394f1555f28d80bd5174e04776659833873 /src/gallium/drivers/v3d/v3d_context.c
parentd934d3206e764bbb15c0cacf357e4ce9279f22b0 (diff)
v3d: Rename cleared/resolve to clear/store.
These describe what the fields mean in RCL generation. "resolve" is left over from VC4, and sounds like MSAA resolves (which may or may not be involved in the store we generate).
Diffstat (limited to 'src/gallium/drivers/v3d/v3d_context.c')
-rw-r--r--src/gallium/drivers/v3d/v3d_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/v3d/v3d_context.c b/src/gallium/drivers/v3d/v3d_context.c
index 6fb807b1aa8..2fd2fa0bbf3 100644
--- a/src/gallium/drivers/v3d/v3d_context.c
+++ b/src/gallium/drivers/v3d/v3d_context.c
@@ -81,7 +81,7 @@ v3d_invalidate_resource(struct pipe_context *pctx, struct pipe_resource *prsc)
struct v3d_job *job = entry->data;
if (job->key.zsbuf && job->key.zsbuf->texture == prsc)
- job->resolve &= ~(PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL);
+ job->store &= ~(PIPE_CLEAR_DEPTH | PIPE_CLEAR_STENCIL);
}
static void