summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-10-03 16:39:50 +0200
committerMarek Olšák <[email protected]>2013-10-03 18:30:49 +0200
commitb893bbf438e1924d5f47370b29421642e79b0221 (patch)
treed1a641d7ef1c0d472bafc62851ee8df122ce302b /src/gallium/drivers/r600
parent52bfe8e0f6bba28606502e538a4ba48247b7b4f6 (diff)
r600g,radeonsi: create aux_context last
This fixes a regression caused by 68f6dec32ed5eede361f76c8dbdf897652659baf.
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c
index 6b31bd87efb..e091b084a15 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -1134,6 +1134,9 @@ struct pipe_screen *r600_screen_create(struct radeon_winsys *ws)
}
}
+ /* Create the auxiliary context. This must be done last. */
+ rscreen->b.aux_context = rscreen->b.b.context_create(&rscreen->b.b, NULL);
+
#if 0 /* This is for testing whether aux_context and buffer clearing work correctly. */
struct pipe_resource templ = {};