summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common/t_dd_vbtmp.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-03-05 16:41:47 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-03-05 16:41:47 +0000
commit3c646597cf18d19fc89345423061a728dce1b4cc (patch)
treeaf6becb0688acee3b67b1a93540f6764392fcb48 /src/mesa/drivers/common/t_dd_vbtmp.h
parenta11c0bcf97b00c93dbb156523ace86b9b19b74ba (diff)
Add missing cases for viewport transform. Remove INVALIDATE_STORED_VERTICS
macro
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