summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-02-08 15:21:35 +0100
committerMarek Olšák <maraeo@gmail.com>2011-02-08 16:35:02 +0100
commit467023e8080489abeff53e18ac83560eaf851827 (patch)
tree6286e1ba09abdf696567739c1d7323e204a7e48e /src/gallium/drivers/r600/r600_pipe.h
parent80424700574e128070f457d79e1920d512a1efda (diff)
r600g: use the same upload buffer for vertices, indices, and constants
This should reduce memory consumption.
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index b7ea6de3c7..71d9647508 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -151,9 +151,7 @@ struct r600_pipe_context {
bool flatshade;
struct r600_textures_info ps_samplers;
- struct u_vbuf_mgr *vbuf_mgr;
- struct u_upload_mgr *upload_ib;
- struct u_upload_mgr *upload_const;
+ struct u_vbuf_mgr *vbuf_mgr;
bool blit;
};