diff options
author | Daniel Borca <[email protected]> | 2004-06-03 07:14:27 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-06-03 07:14:27 +0000 |
commit | 93c91c3863737808ceca6f17e3bc61114bca2eeb (patch) | |
tree | dc85d3f1f10d3ede910f30f062dc8d40223a182f /src/mesa/drivers/glide/fxdrv.h | |
parent | 8f980b0e748f7c5a49e75c00ef4fa0b077d78197 (diff) |
masked out unsupported glBlendColor (some games check only the proc addr)
Diffstat (limited to 'src/mesa/drivers/glide/fxdrv.h')
-rw-r--r-- | src/mesa/drivers/glide/fxdrv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxdrv.h b/src/mesa/drivers/glide/fxdrv.h index 37612a55ac0..214a57edb7b 100644 --- a/src/mesa/drivers/glide/fxdrv.h +++ b/src/mesa/drivers/glide/fxdrv.h @@ -738,6 +738,6 @@ extern int TDFX_DEBUG; /* dirty hacks */ #define FX_RESCALE_BIG_TEXURES_HACK 1 -#define FX_COMPRESS_S3TC_AS_FXT1_HACK 0 +#define FX_COMPRESS_S3TC_AS_FXT1_HACK 1 #endif |