Enable nv10 tcl state
authorPatrice Mandin <pmandin@freedesktop.org>
Tue, 21 Nov 2006 21:44:16 +0000 (21:44 +0000)
committerPatrice Mandin <pmandin@freedesktop.org>
Tue, 21 Nov 2006 21:44:16 +0000 (21:44 +0000)
src/mesa/drivers/dri/nouveau/nouveau_state.c

index 2f8f324..2094691 100644 (file)
@@ -158,8 +158,10 @@ void nouveauDDInitState(nouveauContextPtr nmesa)
         case NV_03:
         case NV_04:
         case NV_05:
+            /* No TCL engines for these ones */
+            break;
         case NV_10:
-            //nv10InitStateFuncs(&nmesa->glCtx->Driver);
+            nv10InitStateFuncs(&nmesa->glCtx->Driver);
             break;
         case NV_20:
             nv20InitStateFuncs(&nmesa->glCtx->Driver);