summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_context.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2009-01-22 02:38:00 +1000
committerDave Airlie <airlied@redhat.com>2009-01-22 02:38:00 +1000
commit0788e424713a2b71cceee60bcd21c79a2896b3bd (patch)
treee66484b14fe9e8f57ceb462f881689418c8d9ce8 /src/mesa/drivers/dri/r200/r200_context.h
parent909aeb005f6e5b35889aa9b4fc5e68786bdad047 (diff)
downloadexternal_mesa3d-0788e424713a2b71cceee60bcd21c79a2896b3bd.zip
external_mesa3d-0788e424713a2b71cceee60bcd21c79a2896b3bd.tar.gz
external_mesa3d-0788e424713a2b71cceee60bcd21c79a2896b3bd.tar.bz2
r200: remove indexed verts
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_context.h')
-rw-r--r--src/mesa/drivers/dri/r200/r200_context.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.h b/src/mesa/drivers/dri/r200/r200_context.h
index 5ecf797..2725dc4 100644
--- a/src/mesa/drivers/dri/r200/r200_context.h
+++ b/src/mesa/drivers/dri/r200/r200_context.h
@@ -544,7 +544,6 @@ struct r200_tcl_info {
GLuint *Elts;
- struct radeon_dma_region indexed_verts;
struct radeon_dma_region vertex_data[15];
};
@@ -603,7 +602,6 @@ struct r200_swtcl_info {
struct radeon_bo *bo;
void (*flush) (r200ContextPtr);
- struct radeon_dma_region indexed_verts;
};