Browse Source

remove some debug

tags/jump_and_click
Alan Hourihane 21 years ago
parent
commit
41db4e1be5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/dri/unichrome/via_tris.c

+ 1
- 1
src/mesa/drivers/dri/unichrome/via_tris.c View File

@@ -515,7 +515,7 @@ static void viaResetLineStipple( GLcontext *ctx )
const GLuint * const elt = TNL_CONTEXT(ctx)->vb.Elts; \
const GLboolean stipple = ctx->Line.StippleFlag; \
(void) elt; (void) stipple;
#define RESET_STIPPLE if ( stipple ) { printf("RESET\n"); viaResetLineStipple( ctx ); }
#define RESET_STIPPLE if ( stipple ) viaResetLineStipple( ctx );
#define RESET_OCCLUSION
#define PRESERVE_VB_DEFS
#define ELT(x) x

Loading…
Cancel
Save