summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_resource_buffer.h
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2011-03-10 23:29:03 +0100
committerThomas Hellstrom <thellstrom@vmware.com>2011-03-10 23:31:42 +0100
commitded1e315a432ca8b813f7d6fadc97b0d311ba398 (patch)
tree780d6396e332f931a72533e96bc56f7f8cb5d215 /src/gallium/drivers/svga/svga_resource_buffer.h
parentfb3b712b84528b192834d3ba3df557b25bbe6e6e (diff)
Revert "gallium/svga: Only upload parts of vertexarrays that are actually used"
This reverts commit 6d4e337f3890105c7d8a2f132412c137d2570d25. The commit is incorrect. I'll rework it. Revert for now. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Diffstat (limited to 'src/gallium/drivers/svga/svga_resource_buffer.h')
-rw-r--r--src/gallium/drivers/svga/svga_resource_buffer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/svga/svga_resource_buffer.h b/src/gallium/drivers/svga/svga_resource_buffer.h
index 31a6fc6fef..c559f70ec1 100644
--- a/src/gallium/drivers/svga/svga_resource_buffer.h
+++ b/src/gallium/drivers/svga/svga_resource_buffer.h
@@ -144,12 +144,6 @@ struct svga_buffer
} uploaded;
/**
- * The offset in the source user buffer that matches the
- * uploaded offset
- */
- unsigned source_offset;
-
- /**
* DMA'ble memory.
*
* A piece of GMR memory, with the same size of the buffer. It is created