r600g: fix evergreen segfaults.
authorDave Airlie <airlied@redhat.com>
Wed, 22 Dec 2010 04:54:17 +0000 (14:54 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 22 Dec 2010 04:54:17 +0000 (14:54 +1000)
evergreen was crashing running even gears here.

This is a 7.10 candidate if its broken the same.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_state_common.c

index f488cf7..3603376 100644 (file)
@@ -182,7 +182,7 @@ void r600_set_vertex_buffers(struct pipe_context *ctx, unsigned count,
        if (rctx->family >= CHIP_CEDAR) {
                for (int i = 0; i < rctx->nvertex_buffer; i++) {
                        pipe_resource_reference(&rctx->vertex_buffer[i].buffer, NULL);
-                       evergreen_fs_resource_set(&rctx->ctx, NULL, i);
+                       evergreen_context_pipe_state_set_fs_resource(&rctx->ctx, NULL, i);
                }
        } else {
                for (int i = 0; i < rctx->nvertex_buffer; i++) {