summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.h
diff options
context:
space:
mode:
authorVladimir Dergachev <volodya@freedesktop.org>2005-01-22 03:33:10 +0000
committerVladimir Dergachev <volodya@freedesktop.org>2005-01-22 03:33:10 +0000
commit8fca9bdc35bfb5220012cfa5041504b0a05d2440 (patch)
tree153b2c85cab39c1b7ff105b4cb7bee0402d6c5d2 /src/mesa/drivers/dri/r300/r300_context.h
parentf4cafc8d13ed196388bfb27edeccdf3a67cec046 (diff)
Properly configure routing - based on advice by Keith Whitwell.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_context.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h
index 068fdfcdca..2cd7479a31 100644
--- a/src/mesa/drivers/dri/r300/r300_context.h
+++ b/src/mesa/drivers/dri/r300/r300_context.h
@@ -475,8 +475,12 @@ struct r300_depthbuffer_state {
struct r300_vap_reg_state {
/* input register assigments */
int i_coords;
+ int i_normal;
int i_color[2];
+ int i_fog;
int i_tex[R300_MAX_TEXTURE_UNITS];
+ int i_index;
+ int i_pointsize;
};
/* Vertex shader state */