summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/common_misc.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-02-11 07:02:18 +1000
committerDave Airlie <airlied@redhat.com>2009-02-11 07:02:18 +1000
commitedbe1fac6a1793da7faca104691a453023d9efac (patch)
tree26bd96a0e1534057d317552ba8c7fe0c682d6469 /src/mesa/drivers/dri/radeon/common_misc.c
parent45496122b7b590479a4ed60c8bbdc1725cad0211 (diff)
radeon: fix span init needs more work
Diffstat (limited to 'src/mesa/drivers/dri/radeon/common_misc.c')
-rw-r--r--src/mesa/drivers/dri/radeon/common_misc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/radeon/common_misc.c b/src/mesa/drivers/dri/radeon/common_misc.c
index 96ed3d3576..21719c69ec 100644
--- a/src/mesa/drivers/dri/radeon/common_misc.c
+++ b/src/mesa/drivers/dri/radeon/common_misc.c
@@ -854,8 +854,6 @@ GLboolean radeonInitContext(radeonContextPtr radeon,
(*sPriv->systemTime->getUST) (&radeon->swap_ust);
- radeonInitSpanFuncs( ctx );
-
return GL_TRUE;
}