summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2008-05-04 04:17:15 +1000
committerDave Airlie <airlied@linux.ie>2008-05-04 04:17:15 +1000
commita03e261193bdee1ae1cf3e12af3455cbf085fcc7 (patch)
treeadb1d89c0ddcf2367008491b3bb3513322b0de21 /src/mesa/drivers/dri/r300
parentd3eb5df259698c6f4080f3e988fbdaaba9698636 (diff)
r300: remove debugging code
Diffstat (limited to 'src/mesa/drivers/dri/r300')
-rw-r--r--src/mesa/drivers/dri/r300/r300_swtcl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_swtcl.c b/src/mesa/drivers/dri/r300/r300_swtcl.c
index ed0a080cde..a41fa1023a 100644
--- a/src/mesa/drivers/dri/r300/r300_swtcl.c
+++ b/src/mesa/drivers/dri/r300/r300_swtcl.c
@@ -105,12 +105,10 @@ static void r300SetVertexFormat( GLcontext *ctx )
/* Important:
*/
if ( VB->NdcPtr != NULL ) {
- fprintf(stderr,"NDC NDC\n");
VB->AttribPtr[VERT_ATTRIB_POS] = VB->NdcPtr;
vte |= R300_VTX_XY_FMT | R300_VTX_Z_FMT;
}
else {
- fprintf(stderr,"CLIPPY \n");
VB->AttribPtr[VERT_ATTRIB_POS] = VB->ClipPtr;
vte |= R300_VTX_W0_FMT;
}