projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d24415
)
remove unused var
author
Brian
<brian.paul@tungstengraphics.com>
Mon, 22 Oct 2007 17:41:17 +0000
(11:41 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Mon, 22 Oct 2007 17:41:17 +0000
(11:41 -0600)
src/mesa/pipe/softpipe/sp_quad_fs.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/softpipe/sp_quad_fs.c
b/src/mesa/pipe/softpipe/sp_quad_fs.c
index 674e02d0f430a06d015528b783448bfab62f165b..9f85f7c30ce6d37cac1b0ccc387177f4dba57301 100644
(file)
--- a/
src/mesa/pipe/softpipe/sp_quad_fs.c
+++ b/
src/mesa/pipe/softpipe/sp_quad_fs.c
@@
-151,7
+151,7
@@
static void shade_begin(struct quad_stage *qs)
{
struct quad_shade_stage *qss = quad_shade_stage(qs);
struct softpipe_context *softpipe = qs->softpipe;
- unsigned i
, entry
;
+ unsigned i;
/* set TGSI sampler state that varies */
for (i = 0; i < PIPE_MAX_SAMPLERS; i++) {