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

Author: Stephane Marchesin <[email protected]>
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];
 };
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to