projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
531ac77
)
add disabled test to turn on vertex snapping.
author
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 3 May 2001 09:11:03 +0000
(09:11 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 3 May 2001 09:11:03 +0000
(09:11 +0000)
src/mesa/drivers/glide/fxvb.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/glide/fxvb.c
b/src/mesa/drivers/glide/fxvb.c
index
470ee74
..
90fe9f2
100644
(file)
--- 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;