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/winsys/intel/intel_winsys.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/winsys/intel/intel_winsys.h')
-rw-r--r-- | src/gallium/winsys/intel/intel_winsys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/intel/intel_winsys.h b/src/gallium/winsys/intel/intel_winsys.h index 8140588dfa2..3c9e6f267be 100644 --- a/src/gallium/winsys/intel/intel_winsys.h +++ b/src/gallium/winsys/intel/intel_winsys.h @@ -72,6 +72,7 @@ struct intel_winsys_info { int max_batch_size; bool has_llc; bool has_address_swizzling; + bool has_logical_context; /* valid registers for intel_winsys_read_reg() */ bool has_timestamp; |