summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_context.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2010-09-19 18:14:41 -0700
committerCorbin Simpson <MostAwesomeDude@gmail.com>2010-09-19 18:25:02 -0700
commit07b9e22a1f587026672a00a31cebaef5aae964c6 (patch)
tree34ceb702a85d283f49325a5582bd905d8787f4dd /src/gallium/drivers/r600/r600_context.c
parenteb347c7ef06a39b86c6de7c93417b6b90baf0300 (diff)
r600g: Fix false and true.
Diffstat (limited to 'src/gallium/drivers/r600/r600_context.c')
-rw-r--r--src/gallium/drivers/r600/r600_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_context.c b/src/gallium/drivers/r600/r600_context.c
index 776dc24569..97b21d5e31 100644
--- a/src/gallium/drivers/r600/r600_context.c
+++ b/src/gallium/drivers/r600/r600_context.c
@@ -80,7 +80,7 @@ void r600_flush(struct pipe_context *ctx, unsigned flags,
radeon_ctx_submit(rctx->ctx);
LIST_FOR_EACH_ENTRY(rquery, &rctx->query_list, list) {
- rquery->flushed = true;
+ rquery->flushed = TRUE;
}
radeon_ctx_clear(rctx->ctx);