summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.h
diff options
context:
space:
mode:
authorVladimir Dergachev <volodya@freedesktop.org>2005-01-21 21:30:55 +0000
committerVladimir Dergachev <volodya@freedesktop.org>2005-01-21 21:30:55 +0000
commit4ac53aed6c3f217d44e60b5004d3424b0e034e3e (patch)
tree86442fb937b4964fa97d03eaaa5eef8bb66f8c5f /src/mesa/drivers/dri/r300/r300_context.h
parent10602119182a55985e9d8183b6cb846755c6f415 (diff)
Properly input stencil info contributed by Wladimir.
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 f0a186d396..068fdfcdca 100644
--- a/src/mesa/drivers/dri/r300/r300_context.h
+++ b/src/mesa/drivers/dri/r300/r300_context.h
@@ -309,7 +309,8 @@ struct r300_state_atom {
#define R300_AT_CMD_0 0
#define R300_AT_ALPHA_TEST 1
-#define R300_AT_CMDSIZE 2
+#define R300_AT_UNKNOWN 2
+#define R300_AT_CMDSIZE 3
#define R300_BLD_CMD_0 0
#define R300_BLD_CBLEND 1