diff options
author | Younes Manton <[email protected]> | 2009-12-06 12:26:55 -0500 |
---|---|---|
committer | Younes Manton <[email protected]> | 2009-12-06 12:34:27 -0500 |
commit | c574f515f0aa20ccc3841cf61a6124bc5996e7b2 (patch) | |
tree | 43440f5f295cf423069e00df77add30cda486a0d /src/gallium/drivers/nv40/nv40_state.h | |
parent | 07487643515edb731c6abc3e931c329a89dd9293 (diff) |
nouveau: Work around nv04-nv40 miptrees not matching nouveau_miptree.
Thanks to Bob Gleitsmann for the patch.
I'll clean this up in a better way later if noone else beats me to it.
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_state.h')
-rw-r--r-- | src/gallium/drivers/nv40/nv40_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv40/nv40_state.h b/src/gallium/drivers/nv40/nv40_state.h index 8a9d8c8fdf6..192074e7471 100644 --- a/src/gallium/drivers/nv40/nv40_state.h +++ b/src/gallium/drivers/nv40/nv40_state.h @@ -75,6 +75,7 @@ struct nv40_fragment_program { struct nv40_miptree { struct pipe_texture base; + struct nouveau_bo *bo; struct pipe_buffer *buffer; uint total_size; |