nouveau: nv10: currently fails initcard and bindbuffers, till done
authorPatrice Mandin <patrice@manoir.racoon.city>
Sun, 14 Jan 2007 11:51:30 +0000 (12:51 +0100)
committerPatrice Mandin <patrice@manoir.racoon.city>
Sun, 14 Jan 2007 11:51:30 +0000 (12:51 +0100)
src/mesa/drivers/dri/nouveau/nv10_state.c

index 518ceb31f15255cbc5025992f9968b9e307c0081..17336a7b2aaf855c21d3fc8233ddefff908ebe38 100644 (file)
@@ -588,7 +588,7 @@ static void nv10TextureMatrix(GLcontext *ctx, GLuint unit, const GLmatrix *mat)
 /* Initialise any card-specific non-GL related state */
 static GLboolean nv10InitCard(nouveauContextPtr nmesa)
 {
-   return GL_TRUE;
+   return GL_FALSE;
 }
 
 /* Update buffer offset/pitch/format */
@@ -596,7 +596,7 @@ static GLboolean nv10BindBuffers(nouveauContextPtr nmesa, int num_color,
                                 nouveau_renderbuffer **color,
                                 nouveau_renderbuffer *depth)
 {
-   return GL_TRUE;
+   return GL_FALSE;
 }
 
 /* Update anything that depends on the window position/size */