summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common/t_dd_vbtmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/common/t_dd_vbtmp.h')
-rw-r--r--src/mesa/drivers/common/t_dd_vbtmp.h5
1 files changed, 1 insertions, 4 deletions
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