diff options
author | Ian Romanick <[email protected]> | 2017-06-02 16:56:19 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2017-06-26 15:20:09 -0700 |
commit | ca8e8d5520d322e28df2f5ecade0802965e3ebd8 (patch) | |
tree | 89acc1600f60f8ed8dbb99a829be1cd0d5d61071 /src/mesa/drivers/dri/i915 | |
parent | e5a632a2564129c7e4a695155934893914723904 (diff) |
i915: Remove unused field intel_mipmap_tree::array_spacing_lod0
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Ville Syrjälä <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i915')
-rw-r--r-- | src/mesa/drivers/dri/i915/intel_mipmap_tree.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_mipmap_tree.h b/src/mesa/drivers/dri/i915/intel_mipmap_tree.h index 929493118f6..afe27e3145c 100644 --- a/src/mesa/drivers/dri/i915/intel_mipmap_tree.h +++ b/src/mesa/drivers/dri/i915/intel_mipmap_tree.h @@ -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; |