diff options
author | Chia-I Wu <[email protected]> | 2014-03-10 12:31:30 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-03-10 16:42:42 +0800 |
commit | 747627d0456eb14b2fb4c320c5bf0f084f3b2907 (patch) | |
tree | 02ef5afc14332fec41f0f8a46e341e2c499815aa /src/gallium/drivers/ilo/ilo_common.h | |
parent | 72956ed374b73391d4d033722d3032fa6496b5cb (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.h | 1 |
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; |