projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
737f6e7
)
remove old comments
author
Brian
<brian@i915.localnet.net>
Mon, 30 Jul 2007 19:11:09 +0000
(13:11 -0600)
committer
Brian
<brian@i915.localnet.net>
Mon, 30 Jul 2007 19:11:09 +0000
(13:11 -0600)
src/mesa/pipe/softpipe/sp_prim_setup.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/softpipe/sp_prim_setup.c
b/src/mesa/pipe/softpipe/sp_prim_setup.c
index d07bd5381deac221a85081d70b03f69f28a071e7..7b09d7940e4690fd853056c590ce7116aae7bf2f 100644
(file)
--- a/
src/mesa/pipe/softpipe/sp_prim_setup.c
+++ b/
src/mesa/pipe/softpipe/sp_prim_setup.c
@@
-1018,20
+1018,11
@@
static void setup_begin( struct draw_stage *stage )
struct setup_stage *setup = setup_stage(stage);
setup->quad.nr_attrs = setup->softpipe->nr_frag_attrs;
-
- /*
- * XXX this is where we might map() the renderbuffers to begin
- * s/w rendering.
- */
}
static void setup_end( struct draw_stage *stage )
{
- /*
- * XXX this is where we might unmap() the renderbuffers after
- * s/w rendering.
- */
}