summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_context.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2013-10-22 16:47:38 -0600
committerBrian Paul <[email protected]>2013-10-24 10:45:47 -0600
commit8d7b913e4e089cc8b0b800cbcf80737d0be0a0f7 (patch)
tree6ed75cd73525ce7ac092acf96fa6ab6eddc94495 /src/gallium/drivers/svga/svga_context.h
parent2f6a31508505744e5f1b3e4c35c2a1b305a813a8 (diff)
svga: remove user-space vertex/index buffer code
The gallium vbuf module, which we've been using for some time now, takes care of uploading user-space vertex/index data into real buffers. The upload code in the svga driver was unused. Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/svga_context.h')
-rw-r--r--src/gallium/drivers/svga/svga_context.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h
index 517102d6041..284ee2db4a5 100644
--- a/src/gallium/drivers/svga/svga_context.h
+++ b/src/gallium/drivers/svga/svga_context.h
@@ -53,7 +53,6 @@ struct draw_fragment_shader;
struct svga_shader_result;
struct SVGACmdMemory;
struct util_bitmask;
-struct u_upload_mgr;
struct svga_shader
@@ -367,8 +366,6 @@ struct svga_context
unsigned texture_samplers:1;
} rebind;
- struct u_upload_mgr *upload_ib;
- struct u_upload_mgr *upload_vb;
struct svga_hwtnl *hwtnl;
/** The occlusion query currently in progress */