From 3c646597cf18d19fc89345423061a728dce1b4cc Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 5 Mar 2001 16:41:47 +0000 Subject: Add missing cases for viewport transform. Remove INVALIDATE_STORED_VERTICS macro --- src/mesa/drivers/common/t_dd_vbtmp.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mesa/drivers/common/t_dd_vbtmp.h') diff --git a/src/mesa/drivers/common/t_dd_vbtmp.h b/src/mesa/drivers/common/t_dd_vbtmp.h index 8be88a2261..4b7c1cb9f0 100644 --- a/src/mesa/drivers/common/t_dd_vbtmp.h +++ b/src/mesa/drivers/common/t_dd_vbtmp.h @@ -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 -- cgit v1.2.3