summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.h
diff options
context:
space:
mode:
authorAapo Tahkola <aet@rasterburn.org>2005-02-16 19:04:32 +0000
committerAapo Tahkola <aet@rasterburn.org>2005-02-16 19:04:32 +0000
commit41d180c899c9008edadc6ff4538fc33e9793259c (patch)
treec6def9ed414ebc6742f699202a1f0a2bd1effa53 /src/mesa/drivers/dri/r300/r300_context.h
parent8eeef423e9d4f0c9e7ac6393288b8772d5c62190 (diff)
Support for idx buffers. Leaving it on by default as it doesnt seem to cause any lock ups nor other issues. Tests with one object using elts should pass. Introducing more than one object will cause indices to mix up as far as i can see. DRM update is needed for this code to work\!
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_context.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h
index eb76a1ca05..0c72aa0670 100644
--- a/src/mesa/drivers/dri/r300/r300_context.h
+++ b/src/mesa/drivers/dri/r300/r300_context.h
@@ -661,7 +661,8 @@ struct r300_state {
int aos_count;
GLuint *Elts;
-
+ struct r300_dma_region elt_ao;
+
GLuint render_inputs; /* actual render inputs that R300 was configured for.
They are the same as tnl->render_inputs for fixed pipeline */