mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 18:50:10 +01:00
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:
parent
d0cd86686d
commit
ea88b1de2f
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue