nouveau/nv40: quiten coverity warning in unused vertex texture code.

This fixes the code, but we never run it anyways, so silence coverity.

Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Dave Airlie 2014-09-02 08:55:55 +10:00
parent d0cd86686d
commit ea88b1de2f

View file

@ -42,6 +42,7 @@ nv40_verttex_validate(struct nv30_context *nv30)
BEGIN_NV04(push, NV40_3D(VTXTEX_ENABLE(unit)), 1);
PUSH_DATA (push, 0);
}
dirty &= ~(1 << unit);
}
nv30->vertprog.dirty_samplers = 0;