summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_tcl.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-02-09 03:50:07 +1000
committerDave Airlie <airlied@redhat.com>2009-02-09 03:50:07 +1000
commitabdf1f65d2bafbad8020f1444a01eb18ae9f7159 (patch)
treea6a9edc225c270ba8fd4570ef85f45163995ba0a /src/mesa/drivers/dri/r200/r200_tcl.c
parente223b7c312a1211966f47d36724ffceaec32a3f3 (diff)
r200: cleanup some bits that aren't used
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_tcl.c')
-rw-r--r--src/mesa/drivers/dri/r200/r200_tcl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_tcl.c b/src/mesa/drivers/dri/r200/r200_tcl.c
index 494a8f3d7b..4c4df14ef8 100644
--- a/src/mesa/drivers/dri/r200/r200_tcl.c
+++ b/src/mesa/drivers/dri/r200/r200_tcl.c
@@ -142,7 +142,6 @@ static GLboolean discrete_prim[0x10] = {
static GLushort *r200AllocElts( r200ContextPtr rmesa, GLuint nr )
{
- // fprintf(stderr,"alloc elts %d %d\n", nr, rmesa->tcl.elt_used);
if (rmesa->radeon.dma.flush == r200FlushElts &&
rmesa->tcl.elt_used + nr*2 < R200_ELT_BUF_SZ) {