mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
Enable nv10 tcl state
This commit is contained in:
parent
ac09b567a8
commit
3e4a5c0642
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue