X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fnv30%2Fnv30_state.h;h=e42e872de757257f3c2998b8e25e09b24d87a95e;hb=157bdd1446dd21cc87a89abdc890b2f6dc83af76;hp=e6f23bf166715c2fbcaf4e03d994212d6d74f2b9;hpb=f56eda6a85912dee9eef9099f6023c6bab05a41a;p=mesa.git diff --git a/src/gallium/drivers/nv30/nv30_state.h b/src/gallium/drivers/nv30/nv30_state.h index e6f23bf1667..e42e872de75 100644 --- a/src/gallium/drivers/nv30/nv30_state.h +++ b/src/gallium/drivers/nv30/nv30_state.h @@ -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;