OSDN Git Service

i915: Remove unused field intel_mipmap_tree::array_spacing_lod0
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 2 Jun 2017 23:56:19 +0000 (16:56 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 26 Jun 2017 22:20:09 +0000 (15:20 -0700)
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
src/mesa/drivers/dri/i915/intel_mipmap_tree.h

index 9294931..afe27e3 100644 (file)
@@ -176,15 +176,6 @@ struct intel_mipmap_tree
     */
    uint32_t logical_width0, logical_height0, logical_depth0;
 
-   /**
-    * For 1D array, 2D array, cube, and 2D multisampled surfaces on Gen7: true
-    * if the surface only contains LOD 0, and hence no space is for LOD's
-    * other than 0 in between array slices.
-    *
-    * Corresponds to the surface_array_spacing bit in gen7_surface_state.
-    */
-   bool array_spacing_lod0;
-
    /* Derived from the above:
     */
    GLuint total_width;