summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2009-05-05 11:29:58 +0200
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2009-05-05 11:29:58 +0200
commit39ebeead56bddfd339b6b6b31dd1b52d96859d65 (patch)
treef400e6f5e255d9cbfbdcdbf95a91f2daf4479a3d
parentf95c0c06c0970d9a7700c7c8cea6396982b4b0dc (diff)
Fix an nv04 bug (thanks Mhopf).
-rw-r--r--src/gallium/drivers/nv04/nv04_state.h2
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 0d51439e3f..399f750dbe 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];
};