From: Patrice Mandin Date: Tue, 21 Nov 2006 21:44:16 +0000 (+0000) Subject: Enable nv10 tcl state X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e4a5c0642c05b25e3987c762e07c04eec3f0603;p=mesa.git Enable nv10 tcl state --- diff --git a/src/mesa/drivers/dri/nouveau/nouveau_state.c b/src/mesa/drivers/dri/nouveau/nouveau_state.c index 2f8f3248ce6..2094691ce2d 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_state.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_state.c @@ -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);