Browse Source

Enable nv10 tcl state

tags/pre-merge-glsl-compiler-1
Patrice Mandin 19 years ago
parent
commit
3e4a5c0642
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/mesa/drivers/dri/nouveau/nouveau_state.c

+ 3
- 1
src/mesa/drivers/dri/nouveau/nouveau_state.c 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);

Loading…
Cancel
Save