summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nv10_swtcl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nv10_swtcl.c')
-rw-r--r--src/mesa/drivers/dri/nouveau/nv10_swtcl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv10_swtcl.c b/src/mesa/drivers/dri/nouveau/nv10_swtcl.c
index c1348b1363..48f41cf2fa 100644
--- a/src/mesa/drivers/dri/nouveau/nv10_swtcl.c
+++ b/src/mesa/drivers/dri/nouveau/nv10_swtcl.c
@@ -549,8 +549,6 @@ static void nv10RenderStart(GLcontext *ctx)
static void nv10RenderFinish(GLcontext *ctx)
{
- struct nouveau_context *nmesa = NOUVEAU_CONTEXT(ctx);
- nv10FinishPrimitive(nmesa);
}
@@ -618,7 +616,7 @@ void nv10TriInitFunctions(GLcontext *ctx)
tnl->Driver.Render.Interp = _tnl_interp;
_tnl_init_vertices( ctx, ctx->Const.MaxArrayLockSize + 12,
- 16 * sizeof(GLfloat) );
+ 64 * sizeof(GLfloat) );
nmesa->verts = (GLubyte *)tnl->clipspace.vertex_buf;
}