diff options
author | Keith Whitwell <[email protected]> | 2001-05-03 09:11:03 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-05-03 09:11:03 +0000 |
commit | 5028216c81706070fab906f4e56a14c1e2d61cbc (patch) | |
tree | cb2ac681e2ad3ae0100a602227224344a456f57d /src/mesa/drivers/glide/fxvb.c | |
parent | 531ac77263084f4ebb6b39bc739fc1efe6f2319e (diff) |
add disabled test to turn on vertex snapping.
Diffstat (limited to 'src/mesa/drivers/glide/fxvb.c')
-rw-r--r-- | src/mesa/drivers/glide/fxvb.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/glide/fxvb.c b/src/mesa/drivers/glide/fxvb.c index 470ee748bb7..90fe9f2724b 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; |