Oops.
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>
Sun, 19 Nov 2006 21:51:28 +0000 (21:51 +0000)
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>
Sun, 19 Nov 2006 21:51:28 +0000 (21:51 +0000)
src/mesa/drivers/dri/nouveau/nv10_swtcl.c

index 1afba77966f7fb0e72d10c76f1646959b4fa28d1..c1348b1363a2e475a8147bdb37e7a8292030381c 100644 (file)
@@ -91,7 +91,6 @@ static inline void nv10StartPrimitive(struct nouveau_context* nmesa,uint32_t pri
 
 inline void nv10FinishPrimitive(struct nouveau_context *nmesa)
 {
-       FINISH_RING_PRIM();
        if (nmesa->screen->card->type==NV_10)
                BEGIN_RING_SIZE(NvSub3D,NV10_TCL_PRIMITIVE_3D_BEGIN_END,1);
        else if (nmesa->screen->card->type==NV_20)