Module: Mesa Branch: master Commit: 06441af657a1956a5b2a700a70a2b59b0488ee84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06441af657a1956a5b2a700a70a2b59b0488ee84
Author: Brian Paul <[email protected]> Date: Fri Apr 23 10:57:34 2010 -0600 gallium/draw: remove old comment --- src/gallium/auxiliary/draw/draw_pipe_wide_line.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/draw/draw_pipe_wide_line.c b/src/gallium/auxiliary/draw/draw_pipe_wide_line.c index 265a420..ab16706 100644 --- a/src/gallium/auxiliary/draw/draw_pipe_wide_line.c +++ b/src/gallium/auxiliary/draw/draw_pipe_wide_line.c @@ -54,7 +54,6 @@ static INLINE struct wideline_stage *wideline_stage( struct draw_stage *stage ) /** * Draw a wide line by drawing a quad (two triangles). - * XXX need to disable polygon stipple. */ static void wideline_line( struct draw_stage *stage, struct prim_header *header ) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
