summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv04/nv04_state.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2009-02-02 02:12:46 +0100
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2009-02-02 02:12:46 +0100
commit4035e0f8989754ee7d31212e69d6461f1bbff008 (patch)
treefa7a95563d9f7795b779651e7841916cd36a5185 /src/gallium/drivers/nv04/nv04_state.h
parent462f09487efac27173c231b09861b4f5316eb11d (diff)
nv04: some old changes I had lying around.
Diffstat (limited to 'src/gallium/drivers/nv04/nv04_state.h')
-rw-r--r--src/gallium/drivers/nv04/nv04_state.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv04/nv04_state.h b/src/gallium/drivers/nv04/nv04_state.h
index 399f750dbe..15d4685ec1 100644
--- a/src/gallium/drivers/nv04/nv04_state.h
+++ b/src/gallium/drivers/nv04/nv04_state.h
@@ -35,9 +35,12 @@ struct nv04_miptree {
struct pipe_buffer *buffer;
uint total_size;
+ struct pipe_texture *shadow_tex;
+ struct pipe_surface *shadow_surface;
+
struct {
uint pitch;
- uint *image_offset;
+ uint image_offset;
} level[PIPE_MAX_TEXTURE_LEVELS];
};