diff options
author | Ben Skeggs <[email protected]> | 2008-06-23 23:43:34 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-06-29 15:46:19 +1000 |
commit | 47771bcd2fb5bcfecfa076c19360436351c21c95 (patch) | |
tree | ea66a160041923c7f2a1511f109c8ec059f6eae3 /src/gallium/drivers/nv50/nv50_clear.c | |
parent | e90130257527aff43f807ae16d802c5515d29e8e (diff) |
nv50: maintain pipe surface status field
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_clear.c')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_clear.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_clear.c b/src/gallium/drivers/nv50/nv50_clear.c index 552b92f72e2..f35087b37ef 100644 --- a/src/gallium/drivers/nv50/nv50_clear.c +++ b/src/gallium/drivers/nv50/nv50_clear.c @@ -9,4 +9,5 @@ nv50_clear(struct pipe_context *pipe, struct pipe_surface *ps, unsigned clearValue) { pipe->surface_fill(pipe, ps, 0, 0, ps->width, ps->height, clearValue); + ps->status = PIPE_SURFACE_STATUS_CLEAR; } |