fix mesa fb binding
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_swtcl.c
index f5c92a1b4e6c9cfa692e7ffdcdc02f757bf72a30..8a013bd9995e0229b84267d30096e1a653ff942b 100644 (file)
@@ -84,7 +84,7 @@ void nouveauFallback(struct nouveau_context *nmesa, GLuint bit, GLboolean mode)
                        if (nmesa->screen->card->type<NV_10) {
                                //nv04FinishPrimitive(nmesa);
                        } else {
-                               nv10FinishPrimitive(nmesa);
+                               //nv10FinishPrimitive(nmesa);
                        }
 
                        _swsetup_Wakeup(ctx);
@@ -97,7 +97,7 @@ void nouveauFallback(struct nouveau_context *nmesa, GLuint bit, GLboolean mode)
                        _swrast_flush( ctx );
 
                        if (nmesa->screen->card->type<NV_10) {
-                               //nv04TriInitFunctions(ctx);
+                               nv04TriInitFunctions(ctx);
                        } else {
                                nv10TriInitFunctions(ctx);
                        }