r600g: use the same upload buffer for vertices, indices, and constants
[mesa.git] / src / gallium / drivers / r600 / r600_pipe.h
index b7ea6de3c7c6608db52dfa50a82c997ab7076db2..71d9647508bfa9681b7b4a8b79ee3f56e4e9b247 100644 (file)
@@ -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;
 };