projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5cfa63
)
fix merge
author
keithw
<keithw@keithw-laptop.(none)>
Wed, 26 Sep 2007 11:10:46 +0000
(12:10 +0100)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 27 Sep 2007 06:56:23 +0000
(07:56 +0100)
src/mesa/pipe/draw/draw_feedback.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/draw/draw_feedback.c
b/src/mesa/pipe/draw/draw_feedback.c
index 15fad4da807b9a9b2c3073a7c10ac154c7118014..ee54db0ad5c1cd0121a48697a082b5f55352570b 100644
(file)
--- a/
src/mesa/pipe/draw/draw_feedback.c
+++ b/
src/mesa/pipe/draw/draw_feedback.c
@@
-69,8
+69,6
@@
static void
feedback_vertex(struct draw_stage *stage, const struct vertex_header *vertex)
{
struct feedback_stage *fs = (struct feedback_stage *) stage;
-
-#if 0
const struct pipe_feedback_state *feedback = &stage->draw->feedback;
const uint select = feedback->interleaved ? 0 : 1;
uint i;