summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_context.h
diff options
context:
space:
mode:
authorFelix Kuehling <fxkuehl@gmx.de>2004-01-04 22:08:31 +0000
committerFelix Kuehling <fxkuehl@gmx.de>2004-01-04 22:08:31 +0000
commit22d1acf2ee25280c3294c2cfded232e612ffac2e (patch)
tree1456421fa572becbf33aa545181637393a934cce /src/mesa/drivers/dri/radeon/radeon_context.h
parent9741dd6cf40d90cc10357ce06ad9c48dbc0c678c (diff)
New, less expensive workaround for state-change lockups.
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_context.h')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_context.h b/src/mesa/drivers/dri/radeon/radeon_context.h
index 64373e1b17..e5deadb41e 100644
--- a/src/mesa/drivers/dri/radeon/radeon_context.h
+++ b/src/mesa/drivers/dri/radeon/radeon_context.h
@@ -185,6 +185,7 @@ struct radeon_state_atom {
GLuint is_tcl;
int *cmd; /* one or more cmd's */
int *lastcmd; /* one or more cmd's */
+ GLboolean dirty; /* dirty-mark in emit_state_list */
GLboolean (*check)( GLcontext * ); /* is this state active? */
};