projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
988db64
)
softpipe: minor indentation fix
author
Brian Paul
<brianp@vmware.com>
Thu, 10 Sep 2009 20:14:18 +0000
(14:14 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 10 Sep 2009 20:14:18 +0000
(14:14 -0600)
src/gallium/drivers/softpipe/sp_clear.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_clear.c
b/src/gallium/drivers/softpipe/sp_clear.c
index
bc8f919
..
d3af18e
100644
(file)
--- 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;
}