diff options
Diffstat (limited to 'src/gallium/drivers/nv50')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_vbo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/nv50/nv50_vbo.c b/src/gallium/drivers/nv50/nv50_vbo.c index ef01e61172d..cb3ea382f3d 100644 --- a/src/gallium/drivers/nv50/nv50_vbo.c +++ b/src/gallium/drivers/nv50/nv50_vbo.c @@ -219,7 +219,6 @@ nv50_prevalidate_vbufs(struct nv50_context *nv50) } } nv50_bufctx_add_resident(nv50, NV50_BUFCTX_VERTEX, buf, NOUVEAU_BO_RD); - nouveau_buffer_adjust_score(&nv50->base, buf, 1); } } @@ -541,8 +540,6 @@ nv50_draw_elements(struct nv50_context *nv50, boolean shorten, start += nv50->idxbuf.offset >> (index_size >> 1); - nouveau_buffer_adjust_score(&nv50->base, res, 1); - while (instance_count--) { BEGIN_RING(chan, RING_3D(VERTEX_BEGIN_GL), 1); OUT_RING (chan, mode); |