summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_clear.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-10 14:14:18 -0600
committerBrian Paul <brianp@vmware.com>2009-09-10 14:14:18 -0600
commit3f4d776199562f94edb99045e0dad3e26dfddac0 (patch)
tree6d13f57c21aa64d3def2f3360c606b01aa77436a /src/gallium/drivers/softpipe/sp_clear.c
parent988db641195819c948249a1bb2d59f13577a482f (diff)
softpipe: minor indentation fix
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_clear.c')
-rw-r--r--src/gallium/drivers/softpipe/sp_clear.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_clear.c b/src/gallium/drivers/softpipe/sp_clear.c
index bc8f919695..d3af18e162 100644
--- a/src/gallium/drivers/softpipe/sp_clear.c
+++ b/src/gallium/drivers/softpipe/sp_clear.c
@@ -85,7 +85,7 @@ softpipe_clear(struct pipe_context *pipe, unsigned buffers, const float *rgba,
/* non-cached surface */
pipe->surface_fill(pipe, ps, 0, 0, ps->width, ps->height, cv);
#endif
- }
+ }
softpipe->dirty_render_cache = TRUE;
}