nouveau: nv50: use nv50 state
authorPatrice Mandin <pmandin@caramail.com>
Sat, 3 Feb 2007 22:32:12 +0000 (23:32 +0100)
committerPatrice Mandin <pmandin@caramail.com>
Sat, 3 Feb 2007 22:32:12 +0000 (23:32 +0100)
src/mesa/drivers/dri/nouveau/nouveau_state.c

index aef1f634948370c3c8c4746f70af2700bb01856e..e9fd188d73e9105c34778bec554b31ca5bcfdbfe 100644 (file)
@@ -170,9 +170,11 @@ void nouveauDDInitState(nouveauContextPtr nmesa)
         case NV_30:
         case NV_40:
         case NV_44:
-        case NV_50:
             nv30InitStateFuncs(nmesa->glCtx, &nmesa->glCtx->Driver);
             break;
+        case NV_50:
+            nv50InitStateFuncs(nmesa->glCtx, &nmesa->glCtx->Driver);
+            break;
         default:
             break;
     }