diff options
author | Daniel Borca <[email protected]> | 2004-05-31 06:24:36 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-05-31 06:24:36 +0000 |
commit | e35282cc13acc61d1a789ab729ae6a0ea72aa17b (patch) | |
tree | 3fce8778d1dd895d5b2e3c22a09a0b0d3fec8472 /src/mesa/drivers/glide/fxtris.c | |
parent | 54f4f44843a2ea422cf78a04720562ecc1a5abfd (diff) |
reworked FXT1
minor fixes to fxMesa
Diffstat (limited to 'src/mesa/drivers/glide/fxtris.c')
-rw-r--r-- | src/mesa/drivers/glide/fxtris.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/glide/fxtris.c b/src/mesa/drivers/glide/fxtris.c index c9441673a49..44f672cbb39 100644 --- a/src/mesa/drivers/glide/fxtris.c +++ b/src/mesa/drivers/glide/fxtris.c @@ -1387,9 +1387,6 @@ void fxDDInitTriFuncs( GLcontext *ctx ) } -/* [dBorca] Hack alert: - * does this approach work with multitex? - */ GLboolean fxMultipass_ColorSum (GLcontext *ctx, GLuint pass) { fxMesaContext fxMesa = FX_CONTEXT(ctx); |