diff options
author | Daniel Borca <[email protected]> | 2004-01-13 08:46:12 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-01-13 08:46:12 +0000 |
commit | d0753661073125dad9aaaa6a37385b5f84a50a40 (patch) | |
tree | 261059780924c22efd28cc1f2475adafca3de56a /src/mesa/drivers/glide/fxvbtmp.h | |
parent | 66304ec6d12350073a339a54d308d625c3923125 (diff) |
small fixes
Diffstat (limited to 'src/mesa/drivers/glide/fxvbtmp.h')
-rw-r--r-- | src/mesa/drivers/glide/fxvbtmp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/glide/fxvbtmp.h b/src/mesa/drivers/glide/fxvbtmp.h index 188a71263a9..ba6dd15acf7 100644 --- a/src/mesa/drivers/glide/fxvbtmp.h +++ b/src/mesa/drivers/glide/fxvbtmp.h @@ -89,9 +89,8 @@ static void TAG(emit)( GLcontext *ctx, if (start) { proj = (GLfloat (*)[4])((GLubyte *)proj + start * proj_stride); - if (IND & SETUP_PSIZ) { + if (IND & SETUP_PSIZ) psize = (GLfloat (*)[4])((GLubyte *)psize + start * psize_stride); - } if (IND & SETUP_TMU0) tc0 = (GLfloat (*)[4])((GLubyte *)tc0 + start * tc0_stride); if (IND & SETUP_TMU1) |