Merge remote branch 'origin/mesa_7_6_branch'
[mesa.git] / src / mesa / drivers / windows / gldirect / dglcontext.c
index 4ad7a76e67f6d1217009463d1d9585256771a16a..e9c23d1ccb034be69bb2b3e9cc3b82893649d238 100644 (file)
@@ -1482,6 +1482,7 @@ SkipPrimaryCreate:
 #else
        lpCtx->glCtx->Const.MaxTextureSize = 1024;
 #endif
+       lpCtx->glCtx->Const.MaxDrawBuffers = 1;
 
        // Setup the Display Driver pointers
        dglSetupDDPointers(lpCtx->glCtx);