X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fnv10%2Fnv10_state.h;h=2524ac02e29d95bb39cbc4879eb894a84e18456c;hb=71b32cc838ea682e60ea7a4a0e0ae17edce89c9a;hp=3a3fd0d4f4f01f151ceaa00d975c7813d4bf02f0;hpb=56f5c0c001c476b813c94d071ac880fbe8d9768b;p=mesa.git diff --git a/src/gallium/drivers/nv10/nv10_state.h b/src/gallium/drivers/nv10/nv10_state.h index 3a3fd0d4f4f..2524ac02e29 100644 --- a/src/gallium/drivers/nv10/nv10_state.h +++ b/src/gallium/drivers/nv10/nv10_state.h @@ -126,6 +126,7 @@ struct nv10_depth_stencil_alpha_state { struct nv10_miptree { struct pipe_texture base; + struct nouveau_bo *bo; struct pipe_buffer *buffer; uint total_size;