summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-04-11 16:00:09 +0200
committerMarek Olšák <[email protected]>2012-04-24 01:39:22 +0200
commit428855eea3e99d94474df6df0cb8dfc4a8819702 (patch)
treef6b390ea6d4fd4697b524e6c01c76242b70b058e /src/gallium/drivers/r600/r600_pipe.h
parente54cc2c070b30dd9b14bf9aedf93138b660c867f (diff)
r600g: don't share u_upload_mgr with u_vbuf, create its own
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index c3f603c3255..69f3644d8d2 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -285,6 +285,7 @@ struct r600_context {
struct r600_textures_info ps_samplers;
struct u_vbuf *vbuf_mgr;
+ struct u_upload_mgr *uploader;
struct util_slab_mempool pool_transfers;
boolean have_depth_texture, have_depth_fb;