nv40: ensure vb relocs don't end up on list for swtnl
Avoids bo code bailing out because of mapped buffers being validated.
This commit is contained in:
@@ -236,6 +236,7 @@ nv40_draw_elements_swtnl(struct pipe_context *pipe,
|
||||
|
||||
if (!nv40_state_validate_swtnl(nv40))
|
||||
return FALSE;
|
||||
nv40->dirty &= ~(1ULL << NV40_STATE_VTXBUF);
|
||||
nv40_state_emit(nv40);
|
||||
|
||||
for (i = 0; i < PIPE_ATTRIB_MAX; i++) {
|
||||
|
||||
Reference in New Issue
Block a user