From: Stephane Marchesin Date: Tue, 5 May 2009 09:29:58 +0000 (+0200) Subject: Fix an nv04 bug (thanks Mhopf). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39ebeead56bddfd339b6b6b31dd1b52d96859d65;p=mesa.git Fix an nv04 bug (thanks Mhopf). --- 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]; };