From 6c0168439348e6ea801258e373693d4aaa4ee44e Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Sun, 2 Oct 2016 16:12:47 +0200 Subject: gallium/radeon: move r600_common_context::texture_buffers to r600g MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Nicolai Hähnle Reviewed-by: Edward O'Callaghan --- src/gallium/drivers/r600/r600_pipe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/r600/r600_pipe.c') diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index 635b76fd380..a3500804d8d 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -133,6 +133,7 @@ static struct pipe_context *r600_create_context(struct pipe_screen *screen, goto fail; rctx->screen = rscreen; + LIST_INITHEAD(&rctx->texture_buffers); r600_init_blit_functions(rctx); -- cgit v1.2.3