diff options
author | Marek Olšák <[email protected]> | 2010-04-04 08:59:09 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-04-04 08:59:09 +0200 |
commit | 655fe281556679669699052f37412a6243771619 (patch) | |
tree | 06ff15ce6393e04db3db18974242edb82bdaa1b0 /src/gallium/drivers/r300/r300_context.h | |
parent | 116c99768e2c43ff7b41159dafc65e698cde9a62 (diff) |
r300g: add conditional rendering
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_context.h | 2 |
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 0a82484e89d..031092312db 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; |