diff options
author | Chia-I Wu <[email protected]> | 2014-08-26 13:31:29 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-08-26 14:10:50 +0800 |
commit | 354d84b6297fe2937e9684175ea9d3b650b75417 (patch) | |
tree | 0bb7976b12903bcc02a6c96d705ddc64ae9fde14 /src/gallium/winsys/intel/intel_winsys.h | |
parent | fbb869c1aaf6aa5400028556e23bbbb1ba41ce42 (diff) |
ilo: remove max_batch_size
It is used to derive an artificial limit on max relocs per bo. We choose not
to export it anymore.
Diffstat (limited to 'src/gallium/winsys/intel/intel_winsys.h')
-rw-r--r-- | src/gallium/winsys/intel/intel_winsys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/winsys/intel/intel_winsys.h b/src/gallium/winsys/intel/intel_winsys.h index bc18bb69be5..c928cad4316 100644 --- a/src/gallium/winsys/intel/intel_winsys.h +++ b/src/gallium/winsys/intel/intel_winsys.h @@ -69,7 +69,6 @@ struct intel_winsys_info { size_t aperture_total; size_t aperture_mappable; - int max_batch_size; bool has_llc; bool has_address_swizzling; bool has_logical_context; |