Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / gallium / drivers / nv30 / nv30_state.h
index e6f23bf166715c2fbcaf4e03d994212d6d74f2b9..2023278e377e00aabcfaea6ae02e6671232f1a21 100644 (file)
@@ -76,6 +76,9 @@ struct nv30_miptree {
        struct pipe_buffer *buffer;
        uint total_size;
 
+       struct pipe_texture *shadow_tex;
+       struct pipe_surface *shadow_surface;
+
        struct {
                uint pitch;
                uint *image_offset;