i915g: rip out ->sw_tiled
[mesa.git] / src / gallium / drivers / i915 / i915_resource.h
index 1093e8f41f90319170829a38803a6a7b78ecb45c..1f87f56efaa1f204eb904447d04e63c24efde4bf 100644 (file)
@@ -56,7 +56,6 @@ struct i915_texture {
    unsigned depth_stride;          /* per-image on i945? */
    unsigned total_nblocksy;
 
-   unsigned sw_tiled; /**< tiled with software flags */
    unsigned hw_tiled; /**< tiled with hardware fences */
 
    unsigned nr_images[I915_MAX_TEXTURE_2D_LEVELS];