mesa: Branch 'master'

Patrice Mandin pmandin at kemper.freedesktop.org
Sun Jan 14 11:53:01 UTC 2007


 src/mesa/drivers/dri/nouveau/nv10_state.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
diff-tree 29484f24fb2c21772c6a3ddf33a77ec83d415fdc (from f1ad10b338996275a376809d98c420cda4d6d05a)
Author: Patrice Mandin <patrice at manoir.racoon.city>
Date:   Sun Jan 14 12:51:30 2007 +0100

    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 518ceb3..17336a7 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 
 /* 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(nouveau
 				 nouveau_renderbuffer **color,
 				 nouveau_renderbuffer *depth)
 {
-   return GL_TRUE;
+   return GL_FALSE;
 }
 
 /* Update anything that depends on the window position/size */



More information about the mesa-commit mailing list