diff options
author | Daniel Borca <dborca@users.sourceforge.net> | 2004-01-07 12:49:22 +0000 |
---|---|---|
committer | Daniel Borca <dborca@users.sourceforge.net> | 2004-01-07 12:49:22 +0000 |
commit | 972f3ccedfbe0591a76bee95d8eabf4a4a588c29 (patch) | |
tree | cdeac3b53e2636faf16b6a917bd0c0b03e2e1ffb | |
parent | 17f2e550099db465f56081e4086c171b354e4faf (diff) |
cleanups
-rw-r--r-- | src/mesa/drivers/glide/fxddtex.c | 4 | ||||
-rw-r--r-- | src/mesa/drivers/glide/fxg.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/drivers/glide/fxddtex.c b/src/mesa/drivers/glide/fxddtex.c index 073a36d8c6..2715a431e9 100644 --- a/src/mesa/drivers/glide/fxddtex.c +++ b/src/mesa/drivers/glide/fxddtex.c @@ -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. */ diff --git a/src/mesa/drivers/glide/fxg.h b/src/mesa/drivers/glide/fxg.h index 2841bab16c..cc8c059cd2 100644 --- a/src/mesa/drivers/glide/fxg.h +++ b/src/mesa/drivers/glide/fxg.h @@ -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 |