diff options
author | Stephane Marchesin <[email protected]> | 2009-05-05 11:29:58 +0200 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2009-05-05 11:29:58 +0200 |
commit | 39ebeead56bddfd339b6b6b31dd1b52d96859d65 (patch) | |
tree | f400e6f5e255d9cbfbdcdbf95a91f2daf4479a3d /src/gallium/drivers/nv04 | |
parent | f95c0c06c0970d9a7700c7c8cea6396982b4b0dc (diff) |
Fix an nv04 bug (thanks Mhopf).
Diffstat (limited to 'src/gallium/drivers/nv04')
-rw-r--r-- | src/gallium/drivers/nv04/nv04_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv04/nv04_state.h b/src/gallium/drivers/nv04/nv04_state.h index 0d51439e3ff..399f750dbe7 100644 --- a/src/gallium/drivers/nv04/nv04_state.h +++ b/src/gallium/drivers/nv04/nv04_state.h @@ -37,7 +37,7 @@ struct nv04_miptree { struct { uint pitch; - uint image_offset; + uint *image_offset; } level[PIPE_MAX_TEXTURE_LEVELS]; }; |