diff options
author | Stephane Marchesin <[email protected]> | 2009-02-02 02:12:46 +0100 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2009-02-02 02:12:46 +0100 |
commit | 4035e0f8989754ee7d31212e69d6461f1bbff008 (patch) | |
tree | fa7a95563d9f7795b779651e7841916cd36a5185 /src/gallium/drivers/nv04/nv04_state.h | |
parent | 462f09487efac27173c231b09861b4f5316eb11d (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.h | 5 |
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 399f750dbe7..15d4685ec1a 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]; }; |