summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-04-04 08:59:09 +0200
committerMarek Olšák <maraeo@gmail.com>2010-04-04 08:59:09 +0200
commit655fe281556679669699052f37412a6243771619 (patch)
tree06ff15ce6393e04db3db18974242edb82bdaa1b0 /src/gallium/drivers/r300/r300_context.h
parent116c99768e2c43ff7b41159dafc65e698cde9a62 (diff)
r300g: add conditional rendering
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r--src/gallium/drivers/r300/r300_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_context.h b/src/gallium/drivers/r300/r300_context.h
index 0a82484e89..031092312d 100644
--- a/src/gallium/drivers/r300/r300_context.h
+++ b/src/gallium/drivers/r300/r300_context.h
@@ -377,6 +377,8 @@ struct r300_context {
uint32_t zbuffer_bpp;
/* Whether scissor is enabled. */
boolean scissor_enabled;
+ /* Whether rendering is conditional and should be skipped. */
+ boolean skip_rendering;
/* upload managers */
struct u_upload_mgr *upload_vb;
struct u_upload_mgr *upload_ib;