diff options
author | Ben Skeggs <[email protected]> | 2008-06-17 23:55:23 +1000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2008-06-29 15:46:19 +1000 |
commit | 714cb4a86c1f503334b37ca6c24272fa1bdf7899 (patch) | |
tree | 5b1f6f81bc3ec761a8fd4a9d6fd48a1603bb7a07 /src/gallium/drivers/nv50/nv50_screen.h | |
parent | 3b88c3f4112a8bac52b7f7e613b1c2df8a14b752 (diff) |
nv50: make sure static buffers (constbuf, tex control etc) get on reloc list
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_screen.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_screen.h b/src/gallium/drivers/nv50/nv50_screen.h index 08d1f450891..400ddcef06d 100644 --- a/src/gallium/drivers/nv50/nv50_screen.h +++ b/src/gallium/drivers/nv50/nv50_screen.h @@ -18,6 +18,8 @@ struct nv50_screen { struct pipe_buffer *tic; struct pipe_buffer *tsc; + + struct nouveau_stateobj *static_init; }; static INLINE struct nv50_screen * |