diff options
author | Brian <brian@i915.localnet.net> | 2007-07-30 13:11:09 -0600 |
---|---|---|
committer | Brian <brian@i915.localnet.net> | 2007-07-30 13:11:09 -0600 |
commit | 1c8905790be301da6d18d2397fd3bbe4a47f987c (patch) | |
tree | bd85601be896d846bca66eaeffec83b97a8c880f /src/mesa/pipe/softpipe | |
parent | 737f6e7eb1f90133c81cff83444191df84754e77 (diff) |
remove old comments
Diffstat (limited to 'src/mesa/pipe/softpipe')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_prim_setup.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/pipe/softpipe/sp_prim_setup.c b/src/mesa/pipe/softpipe/sp_prim_setup.c index d07bd5381d..7b09d7940e 100644 --- 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. - */ } |