Merge branch 'mesa_7_5_branch'
[mesa.git] / 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];
 };