projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7c646d
)
better comment
author
Brian
<brian.paul@tungstengraphics.com>
Wed, 20 Jun 2007 20:27:42 +0000
(14:27 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Wed, 20 Jun 2007 20:27:42 +0000
(14:27 -0600)
src/mesa/state_tracker/st_draw.c
patch
|
blob
|
history
diff --git
a/src/mesa/state_tracker/st_draw.c
b/src/mesa/state_tracker/st_draw.c
index
55b9862
..
24abee1
100644
(file)
--- a/
src/mesa/state_tracker/st_draw.c
+++ b/
src/mesa/state_tracker/st_draw.c
@@
-112,8
+112,7
@@
void
st_clear(struct st_context *st, GLboolean color, GLboolean depth,
GLboolean stencil, GLboolean accum)
{
- /* Validate driver and pipe state:
- */
+ /* This makes sure the softpipe has the latest scissor, etc values */
st_validate_state( st );
st->pipe->clear(st->pipe, color, depth, stencil, accum);