Mesa (master): Fix an nv04 bug (thanks Mhopf).

Stephane Marchesin marcheu at kemper.freedesktop.org
Tue May 5 09:30:07 UTC 2009


Module: Mesa
Branch: master
Commit: 39ebeead56bddfd339b6b6b31dd1b52d96859d65
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=39ebeead56bddfd339b6b6b31dd1b52d96859d65

Author: Stephane Marchesin <marchesin at icps.u-strasbg.fr>
Date:   Tue May  5 11:29:58 2009 +0200

Fix an nv04 bug (thanks Mhopf).

---

 src/gallium/drivers/nv04/nv04_state.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/nv04/nv04_state.h b/src/gallium/drivers/nv04/nv04_state.h
index 0d51439..399f750 100644
--- a/src/gallium/drivers/nv04/nv04_state.h
+++ b/src/gallium/drivers/nv04/nv04_state.h
@@ -37,7 +37,7 @@ struct nv04_miptree {
 
 	struct {
 		uint pitch;
-		uint image_offset;
+		uint *image_offset;
 	} level[PIPE_MAX_TEXTURE_LEVELS];
 };
 




More information about the mesa-commit mailing list