summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-02-08 16:34:22 +0100
committerMarek Olšák <maraeo@gmail.com>2011-02-08 16:35:02 +0100
commitb541a3c4c0a125087fa9e1e0d35db019c36fb0e9 (patch)
treedfb8c174ddd5518b1356aa5e0cc502ddc6c4464e /src/gallium/drivers/r300/r300_context.h
parent467023e8080489abeff53e18ac83560eaf851827 (diff)
r300g: use the same upload buffer for vertices and indices
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 9d2a0b290a..1737dafc6a 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -579,9 +579,6 @@ struct r300_context {
/* two mem block managers for hiz/zmask ram space */
struct mem_block *hiz_mm;
- /* upload manager */
- struct u_upload_mgr *upload_ib;
-
struct u_vbuf_mgr *vbuf_mgr;
struct util_slab_mempool pool_transfers;