Add missing cases for viewport transform. Remove INVALIDATE_STORED_VERTICS

macro
This commit is contained in:
Keith Whitwell
2001-03-05 16:41:47 +00:00
parent a11c0bcf97
commit 3c646597cf
2 changed files with 25 additions and 14 deletions

View File

@@ -103,6 +103,7 @@
#error "can't cope with this combination"
#endif
#if (HAVE_HW_DIVIDE || DO_SPEC || DO_TEX0 || DO_FOG || !HAVE_TINY_VERTICES)
static void TAG(emit)( GLcontext *ctx,
@@ -373,10 +374,6 @@ static void TAG(emit)( GLcontext *ctx,
}
}
}
if (DO_PTEX && !HAVE_PTEX_VERTICES) {
INVALIDATE_STORED_VERTICES();
}
}
#else
#if DO_XYZW