softpipe: comments, re-formatting, etc
[mesa.git] / src / gallium / drivers / nv30 / nv30_state.h
index 2023278e377e00aabcfaea6ae02e6671232f1a21..e42e872de757257f3c2998b8e25e09b24d87a95e 100644 (file)
@@ -72,13 +72,11 @@ struct nv30_fragment_program {
 
 struct nv30_miptree {
        struct pipe_texture base;
+       struct nouveau_bo *bo;
 
        struct pipe_buffer *buffer;
        uint total_size;
 
-       struct pipe_texture *shadow_tex;
-       struct pipe_surface *shadow_surface;
-
        struct {
                uint pitch;
                uint *image_offset;