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 0d51439..399f750 100644 (file)
@@ -37,7 +37,7 @@ struct nv04_miptree {
 
        struct {
                uint pitch;
-               uint image_offset;
+               uint *image_offset;
        } level[PIPE_MAX_TEXTURE_LEVELS];
 };