softpipe: comments, re-formatting, etc
[mesa.git] / src / gallium / drivers / nv30 / nv30_state.h
index e6f23bf166715c2fbcaf4e03d994212d6d74f2b9..e42e872de757257f3c2998b8e25e09b24d87a95e 100644 (file)
@@ -72,6 +72,7 @@ struct nv30_fragment_program {
 
 struct nv30_miptree {
        struct pipe_texture base;
+       struct nouveau_bo *bo;
 
        struct pipe_buffer *buffer;
        uint total_size;