Don't enable fog. It's broken

This commit is contained in:
Ben Skeggs 2005-02-16 06:24:07 +00:00
parent f446027656
commit d588311dbb
1 changed files with 2 additions and 0 deletions

View File

@ -328,12 +328,14 @@ void r300EmitArrays(GLcontext * ctx, GLboolean immd)
count);
}
#if 0
if (inputs & _TNL_BIT_FOG) {
CONFIGURE_AOS( AOS_FORMAT_FLOAT,
VB->FogCoordPtr,
immd ? 4 : VB->FogCoordPtr->size,
count);
}
#endif
for (i = 0; i < ctx->Const.MaxTextureUnits; i++) {
if (inputs & (_TNL_BIT_TEX0 << i)) {