Browse Source

remove some debug code

tags/mesa_6_4
Brian Paul 20 years ago
parent
commit
8856180e4f
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/mesa/swrast/s_nvfragprog.c

+ 0
- 4
src/mesa/swrast/s_nvfragprog.c View File

@@ -1192,10 +1192,6 @@ execute_program( GLcontext *ctx,
fetch_texel( ctx, texcoord,
span->array->lambda[inst->TexSrcUnit][column],
inst->TexSrcUnit, color );
#if DEBUG_FRAG
if (color[3])
printf("color[3] = %f\n", color[3]);
#endif
store_vector4( inst, machine, color );
}
break;

Loading…
Cancel
Save