diff options
| author | Daniel Borca <dborca@users.sourceforge.net> | 2003-11-03 12:16:22 +0000 | 
|---|---|---|
| committer | Daniel Borca <dborca@users.sourceforge.net> | 2003-11-03 12:16:22 +0000 | 
| commit | 0768744fde0b31b1a05f86bedb52ff0168d60608 (patch) | |
| tree | 0a3a7dda80fe9ea30716fd5e7ca79ba34a735a06 /src | |
| parent | ef387549bda21c6338817c83ecfb248dc92cd001 (diff) | |
small fixes wrt texture handling
Diffstat (limited to 'src')
| -rw-r--r-- | src/mesa/drivers/glide/fxddtex.c | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/mesa/drivers/glide/fxddtex.c b/src/mesa/drivers/glide/fxddtex.c index 0fc17f31cf..8c48e92551 100644 --- a/src/mesa/drivers/glide/fxddtex.c +++ b/src/mesa/drivers/glide/fxddtex.c @@ -540,10 +540,10 @@ fxTexGetInfo(int w, int h, GrLOD_t * lodlevel, GrAspectRatio_t * ar,     l = MAX2(logw, logh);     aspectratio = logw - logh; -   /* hardware only allows a maximum aspect ratio of 8x1, so handle
 -    * |aspectratio| > 3 by scaling the image and using an 8x1 aspect
 -    * ratio
 -    */
 +   /* hardware only allows a maximum aspect ratio of 8x1, so handle +    * |aspectratio| > 3 by scaling the image and using an 8x1 aspect +    * ratio +    */     switch (aspectratio) {     case 0:        s = 256.0f; @@ -852,7 +852,7 @@ GLboolean fxDDIsCompressedFormat ( GLcontext *ctx, GLenum internalFormat )  /* [dBorca]   * we are handling differently the above formats from the generic   * GL_COMPRESSED_RGB[A]. For this, we will always have to separately - * check for the ones below!
 + * check for the ones below!   */  #if FX_TC_NCC || FX_TC_NAPALM | 
