Merge branch 'master' into pipe-video
[mesa.git] / src / gallium / drivers / nv40 / nv40_state.h
index ae32777f7549520ff3e00a3546b1007c3cbf1f34..5754ca2328a5deb5df9f4b9ed44678c4cb8fe66f 100644 (file)
@@ -76,6 +76,7 @@ struct nv40_fragment_program {
 
 struct nv40_miptree {
        struct pipe_texture base;
+       struct nouveau_bo *bo;
 
        struct pipe_buffer *buffer;
        uint total_size;