From: Patrice Mandin Date: Sun, 14 Jan 2007 11:51:30 +0000 (+0100) Subject: nouveau: nv10: currently fails initcard and bindbuffers, till done X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29484f24fb2c21772c6a3ddf33a77ec83d415fdc;p=mesa.git nouveau: nv10: currently fails initcard and bindbuffers, till done --- diff --git a/src/mesa/drivers/dri/nouveau/nv10_state.c b/src/mesa/drivers/dri/nouveau/nv10_state.c index 518ceb31f15..17336a7b2aa 100644 --- a/src/mesa/drivers/dri/nouveau/nv10_state.c +++ b/src/mesa/drivers/dri/nouveau/nv10_state.c @@ -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 */