gallium: allow setting of the internal stream output offset
[mesa.git] / src / gallium / drivers / ilo / ilo_common.h
index ae7896efc27a7301b7a2f1a29ed61773b93d07cc..dd31f749bbfc4de27e70ce9eeed8c5544166a0fd 100644 (file)
@@ -70,9 +70,11 @@ struct ilo_dev_info {
    int devid;
    int max_batch_size;
    bool has_llc;
-   bool has_gen7_sol_reset;
    bool has_address_swizzling;
+   bool has_logical_context;
+   bool has_ppgtt;
    bool has_timestamp;
+   bool has_gen7_sol_reset;
 
    int gen;
    int gt;