diff options
author | Daniel Borca <[email protected]> | 2004-09-13 09:27:03 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-09-13 09:27:03 +0000 |
commit | eabfd43ad402539f58bcb16bc736e71516bb9aba (patch) | |
tree | e656e56e75179ac8ea2b9a16d2bcf03f97312046 /src/mesa/drivers/glide/fxsetup.h | |
parent | a9ea1628da5f17274cd7ee023f438046dc992073 (diff) |
cleanup
Diffstat (limited to 'src/mesa/drivers/glide/fxsetup.h')
-rw-r--r-- | src/mesa/drivers/glide/fxsetup.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/mesa/drivers/glide/fxsetup.h b/src/mesa/drivers/glide/fxsetup.h index 5cec362f61d..071b234a54a 100644 --- a/src/mesa/drivers/glide/fxsetup.h +++ b/src/mesa/drivers/glide/fxsetup.h @@ -32,8 +32,7 @@ */ /* fxsetup.c - 3Dfx VooDoo rendering mode setup functions */ -/* [dBorca] Hack alert: - * this code belongs to fxsetup.c, but I didn't want to clutter +/* This code belongs to fxsetup.c, but I didn't want to clutter * the original code with Napalm specifics, in order to keep things * clear -- especially for backward compatibility. I should have * put it into another .c file, but I didn't want to export so many @@ -379,9 +378,7 @@ fxSetupTextureEnvNapalm_NoLock(GLcontext * ctx, GLuint textureset, GLuint tmu, G break; /* COMBINE_EXT */ case GL_COMBINE_EXT: - /* [dBorca] Hack alert: - * INCOMPLETE!!! - */ + /* XXX todo - INCOMPLETE!!! */ if (TDFX_DEBUG & (VERBOSE_DRIVER | VERBOSE_TEXTURE)) { #if 1 fprintf(stderr, "COMBINE_EXT: %s + %s\n", @@ -1024,10 +1021,7 @@ fxSelectSingleTMUSrcNapalm_NoLock(fxMesaContext fxMesa, GLint tmu, FxBool LODble } if (LODblend) { - /* [dBorca] Hack alert: - * TODO: GR_CMBX_LOD_FRAC - */ - + /* XXX todo - GR_CMBX_LOD_FRAC? */ fxMesa->tmuSrc = FX_TMU_SPLIT; } else { |