cleanups
authorDaniel Borca <dborca@users.sourceforge.net>
Wed, 7 Jan 2004 12:49:22 +0000 (12:49 +0000)
committerDaniel Borca <dborca@users.sourceforge.net>
Wed, 7 Jan 2004 12:49:22 +0000 (12:49 +0000)
src/mesa/drivers/glide/fxddtex.c
src/mesa/drivers/glide/fxg.h

index 073a36d8c666940a882f0093d0808e3065a8865f..2715a431e9e71a170aa043cb33df12f6b946a39a 100644 (file)
@@ -1238,7 +1238,7 @@ fxDDTexImage2D(GLcontext * ctx, GLenum target, GLint level,
 
 #if 0 && FX_COMPRESS_S3TC_AS_FXT1_HACK
    /* [koolsmoky] substitute FXT1 for DXTn and Legacy S3TC */
-   /* [dborca] we should update texture's attribute, then,
+   /* [dBorca] we should update texture's attribute, then,
     * because if the application asks us to decompress, we
     * have to know the REAL format! Also, DXT3/5 might not
     * be correct, since it would mess with "compressedSize".
@@ -1261,7 +1261,7 @@ fxDDTexImage2D(GLcontext * ctx, GLenum target, GLint level,
    }
 #endif
 #if 1 || FX_COMPRESS_DXT5_AS_DXT3_HACK
-   /* [dborca] either VSA is stupid at DXT5, 
+   /* [dBorca] either VSA is stupid at DXT5, 
     * or our compression tool is broken. See
     * above for caveats.
     */
index 2841bab16cb02aa22553382537d616a7e2b39e85..cc8c059cd2323d7e1935f9697af899c45f6f9c43 100644 (file)
@@ -320,7 +320,7 @@ typedef struct _TxMip {
         void *data[TX_MAX_LEVEL];
         FxU32 pal[256];
 } TxMip;
-typedef void (*TxErrorCallbackFnc_t) (const char *string, FxBool fatal);
+
 #define TX_DITHER_NONE                                  0x00000000
 #define TX_DITHER_4x4                                   0x00000001
 #define TX_DITHER_ERR                                   0x00000002