Module: Mesa Branch: mesa_7_6_branch Commit: 337480e1f85844b7bd4a4d47cef93a217e3ad464 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=337480e1f85844b7bd4a4d47cef93a217e3ad464
Author: Brian Paul <[email protected]> Date: Fri Oct 2 07:26:28 2009 -0600 gallium: remove // comment and extra whitespace --- .../auxiliary/draw/draw_pt_fetch_shade_emit.c | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c index 44147ae..734c05f 100644 --- a/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c +++ b/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c @@ -212,17 +212,10 @@ static void fse_prepare( struct draw_pt_middle_end *middle, struct draw_vertex_shader *vs = draw->vs.vertex_shader; vs->prepare(vs, draw); } - - - //return TRUE; } - - - - static void fse_run_linear( struct draw_pt_middle_end *middle, unsigned start, unsigned count ) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
