add disabled test to turn on vertex snapping.
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 3 May 2001 09:11:03 +0000 (09:11 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 3 May 2001 09:11:03 +0000 (09:11 +0000)
src/mesa/drivers/glide/fxvb.c

index 470ee74..90fe9f2 100644 (file)
@@ -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;