diff options
author | Christoph Bumiller <[email protected]> | 2012-02-10 13:18:13 +0100 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2012-04-14 02:56:32 +1000 |
commit | a3fee8fc86168f0709a164d9d983b40a9b671b3c (patch) | |
tree | 967bd85158a24fa5f6b8f5d64e43520e9f935a80 /src/gallium/drivers/nvc0 | |
parent | 66c7dc5688bcd5ff9c596f4c410aee574ea2428a (diff) |
nouveau: remove automatic buffer migration heuristics
Diffstat (limited to 'src/gallium/drivers/nvc0')
-rw-r--r-- | src/gallium/drivers/nvc0/nvc0_vbo.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/nvc0/nvc0_vbo.c b/src/gallium/drivers/nvc0/nvc0_vbo.c index 3e95d509f99..de456b91945 100644 --- a/src/gallium/drivers/nvc0/nvc0_vbo.c +++ b/src/gallium/drivers/nvc0/nvc0_vbo.c @@ -197,7 +197,6 @@ nvc0_prevalidate_vbufs(struct nvc0_context *nvc0) } } nvc0_bufctx_add_resident(nvc0, NVC0_BUFCTX_VERTEX, buf, NOUVEAU_BO_RD); - nouveau_buffer_adjust_score(&nvc0->base, buf, 1); } } @@ -516,8 +515,6 @@ nvc0_draw_elements(struct nvc0_context *nvc0, boolean shorten, unsigned offset = nvc0->idxbuf.offset; unsigned limit = nvc0->idxbuf.buffer->width0 - 1; - nouveau_buffer_adjust_score(&nvc0->base, res, 1); - while (instance_count--) { MARK_RING (chan, 11, 4); BEGIN_RING(chan, RING_3D(VERTEX_BEGIN_GL), 1); |