Merge branch 'mesa_7_5_branch'
[mesa.git] / src / gallium / drivers / nv04 / nv04_state.h
index 15d4685ec1a870dc5f300bf326b6f09764ed8f94..399f750dbe7caf4de1d33036b2704aa297fc81d7 100644 (file)
@@ -35,12 +35,9 @@ struct nv04_miptree {
        struct pipe_buffer *buffer;
        uint total_size;
 
-       struct pipe_texture *shadow_tex;
-       struct pipe_surface *shadow_surface;
-
        struct {
                uint pitch;
-               uint image_offset;
+               uint *image_offset;
        } level[PIPE_MAX_TEXTURE_LEVELS];
 };