summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_winsys.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-05-01 06:01:52 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-05-01 06:01:52 -0700
commit5b15cc312f16c6147e1f8f3d25c6ed34076aa3a1 (patch)
tree4a24dffdd59346173a8faf316d69da7d7359dcd7 /src/gallium/drivers/r300/r300_winsys.h
parentc11ad489e7432f3ed2fcaf5b15b8fe3538ae6d30 (diff)
r300-gallium, radeon-winsys: Hide radeon_cs from r300 pipe.
Diffstat (limited to 'src/gallium/drivers/r300/r300_winsys.h')
-rw-r--r--src/gallium/drivers/r300/r300_winsys.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/r300/r300_winsys.h b/src/gallium/drivers/r300/r300_winsys.h
index 761aedebfc..a833bb0399 100644
--- a/src/gallium/drivers/r300/r300_winsys.h
+++ b/src/gallium/drivers/r300/r300_winsys.h
@@ -42,11 +42,6 @@ struct r300_winsys {
/* Opaque Radeon-specific winsys object. */
void* radeon_winsys;
- /* CS object. This is very much like Intel's batchbuffer.
- * Fill it full of dwords and relocs and then submit.
- * Repeat as needed. */
- struct radeon_cs* cs;
-
/* PCI ID */
uint32_t pci_id;