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/fxdd.c | |
parent | 54f4f44843a2ea422cf78a04720562ecc1a5abfd (diff) |
reworked FXT1
minor fixes to fxMesa
Diffstat (limited to 'src/mesa/drivers/glide/fxdd.c')
-rw-r--r-- | src/mesa/drivers/glide/fxdd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxdd.c b/src/mesa/drivers/glide/fxdd.c index 77b98793ec3..7d4c1681941 100644 --- a/src/mesa/drivers/glide/fxdd.c +++ b/src/mesa/drivers/glide/fxdd.c @@ -628,7 +628,7 @@ fxDDDrawBitmap4 (GLcontext *ctx, GLint px, GLint py, struct gl_pixelstore_attrib scissoredUnpack; /* check if there's any raster operations enabled which we can't handle */ - if ((swrast->_RasterMask & (ALPHATEST_BIT | + if ((swrast->_RasterMask & (/*ALPHATEST_BIT |*/ /*BLEND_BIT |*/ /* blending ok, through pixpipe */ DEPTH_BIT | /* could be done with RGB:DEPTH */ FOG_BIT | /* could be done with RGB:DEPTH */ |