summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-05-03 09:11:03 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-05-03 09:11:03 +0000
commit5028216c81706070fab906f4e56a14c1e2d61cbc (patch)
treecb2ac681e2ad3ae0100a602227224344a456f57d /src/mesa/drivers/glide
parent531ac77263084f4ebb6b39bc739fc1efe6f2319e (diff)
add disabled test to turn on vertex snapping.
Diffstat (limited to 'src/mesa/drivers/glide')
-rw-r--r--src/mesa/drivers/glide/fxvb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/glide/fxvb.c b/src/mesa/drivers/glide/fxvb.c
index 470ee748bb..90fe9f2724 100644
--- a/src/mesa/drivers/glide/fxvb.c
+++ b/src/mesa/drivers/glide/fxvb.c
@@ -298,6 +298,11 @@ fx_validate_BuildProjVerts(GLcontext * ctx, GLuint start, GLuint count,
else {
GLuint setupindex = SETUP_XYZW;
+#if 0
+ if (is_voodoo_graphics)
+ setupindex |= SETUP_SNAP;
+#endif
+
fxMesa->tmu_source[0] = 0;
fxMesa->tmu_source[1] = 1;
fxMesa->tex_dest[0] = SETUP_TMU0;