Enable nv10 tcl state

This commit is contained in:
Patrice Mandin 2006-11-21 21:44:16 +00:00
parent ac09b567a8
commit 3e4a5c0642

View 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);