i965: Move hardware feature flags to brw_device_info.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_device_info.h
index 39f4d5733e360562380cceeda8971b0ed103999b..66ec9359bc7c07065eebd092112d1242b9b1366e 100644 (file)
@@ -40,6 +40,10 @@ struct brw_device_info
 
    bool has_llc;
 
+   bool has_pln;
+   bool has_compr4;
+   bool has_surface_tile_offset;
+
    /**
     * Quirks:
     *  @{