projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c1403f
)
gallium: minor function renaming
author
Brian
<brian.paul@tungstengraphics.com>
Fri, 15 Feb 2008 01:03:38 +0000
(18:03 -0700)
committer
Brian
<brian.paul@tungstengraphics.com>
Fri, 15 Feb 2008 01:59:24 +0000
(18:59 -0700)
src/mesa/pipe/draw/draw_wide_prims.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/draw/draw_wide_prims.c
b/src/mesa/pipe/draw/draw_wide_prims.c
index 163282b2268a21da7d72a565037094d8f5324d45..37b60a6da198559752a5cf53f131f4c575913952 100644
(file)
--- a/
src/mesa/pipe/draw/draw_wide_prims.c
+++ b/
src/mesa/pipe/draw/draw_wide_prims.c
@@
-400,7
+400,7
@@
static void wide_flush( struct draw_stage *stage, unsigned flags )
}
-static void
draw
_reset_stipple_counter( struct draw_stage *stage )
+static void
wide
_reset_stipple_counter( struct draw_stage *stage )
{
stage->next->reset_stipple_counter( stage->next );
}
@@
-425,7
+425,7
@@
struct draw_stage *draw_wide_stage( struct draw_context *draw )
wide->stage.line = wide_first_line;
wide->stage.tri = passthrough_tri;
wide->stage.flush = wide_flush;
- wide->stage.reset_stipple_counter =
draw
_reset_stipple_counter;
+ wide->stage.reset_stipple_counter =
wide
_reset_stipple_counter;
wide->stage.destroy = wide_destroy;
return &wide->stage;