summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_common.h
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2014-03-10 12:31:30 +0800
committerChia-I Wu <[email protected]>2014-03-10 16:42:42 +0800
commit747627d0456eb14b2fb4c320c5bf0f084f3b2907 (patch)
tree02ef5afc14332fec41f0f8a46e341e2c499815aa /src/gallium/drivers/ilo/ilo_common.h
parent72956ed374b73391d4d033722d3032fa6496b5cb (diff)
ilo: require hardware logical context support
The code paths are not tested for a while, and have some known issues.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_common.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_common.h b/src/gallium/drivers/ilo/ilo_common.h
index 6a2649b354f..db7fdc7f1fa 100644
--- a/src/gallium/drivers/ilo/ilo_common.h
+++ b/src/gallium/drivers/ilo/ilo_common.h
@@ -71,6 +71,7 @@ struct ilo_dev_info {
int max_batch_size;
bool has_llc;
bool has_address_swizzling;
+ bool has_logical_context;
bool has_timestamp;
bool has_gen7_sol_reset;