summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_state.h
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-12-12 17:22:41 +0100
committerPatrice Mandin <pmandin@caramail.com>2008-12-12 17:22:41 +0100
commit6432d03c3d7ae21312e983fe41f4df7d66f7a3bf (patch)
tree2dce6b7da378f6811264bad571dde3c7ab14edfb /src/gallium/drivers/nv30/nv30_state.h
parentfd2492d24447e461f36982da268caf0317885967 (diff)
nouveau: remove useless NOUVEAU_BO_SWIZZLED flag, copy/paste nv40 work to swizzle textures
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_state.h')
-rw-r--r--src/gallium/drivers/nv30/nv30_state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/nv30_state.h b/src/gallium/drivers/nv30/nv30_state.h
index e6f23bf166..2023278e37 100644
--- a/src/gallium/drivers/nv30/nv30_state.h
+++ b/src/gallium/drivers/nv30/nv30_state.h
@@ -76,6 +76,9 @@ struct nv30_miptree {
struct pipe_buffer *buffer;
uint total_size;
+ struct pipe_texture *shadow_tex;
+ struct pipe_surface *shadow_surface;
+
struct {
uint pitch;
uint *image_offset;