Fix an nv04 bug (thanks Mhopf).
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>
Tue, 5 May 2009 09:29:58 +0000 (11:29 +0200)
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>
Tue, 5 May 2009 09:29:58 +0000 (11:29 +0200)
src/gallium/drivers/nv04/nv04_state.h

index 0d51439e3ffc9f4df2476562c96b37ffe67c1a77..399f750dbe7caf4de1d33036b2704aa297fc81d7 100644 (file)
@@ -37,7 +37,7 @@ struct nv04_miptree {
 
        struct {
                uint pitch;
-               uint image_offset;
+               uint *image_offset;
        } level[PIPE_MAX_TEXTURE_LEVELS];
 };