mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
add disabled test to turn on vertex snapping.
This commit is contained in:
parent
531ac77263
commit
5028216c81
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue