Browse Source

Comment out debug

tags/embedded-1-20030324^0
Keith Whitwell 23 years ago
parent
commit
f221b8df75
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/dri/radeon/radeon_state.c

+ 1
- 1
src/mesa/drivers/dri/radeon/radeon_state.c View File

@@ -1029,7 +1029,7 @@ void radeonUpdateWindow( GLcontext *ctx )
RADEON_FIREVERTICES( rmesa );
RADEON_STATECHANGE( rmesa, vpt );

fprintf(stderr, "%s: %f %f %f %f\n", __FUNCTION__, sx, tx, sy, ty);
if (0) fprintf(stderr, "%s: %f %f %f %f\n", __FUNCTION__, sx, tx, sy, ty);

rmesa->hw.vpt.cmd[VPT_SE_VPORT_XSCALE] = *(GLuint *)&sx;
rmesa->hw.vpt.cmd[VPT_SE_VPORT_XOFFSET] = *(GLuint *)&tx;

Loading…
Cancel
Save