i965/miptree: Delete some unused layout flags
[mesa.git] / src / mesa / drivers / dri / i965 / intel_mipmap_tree.h
index 2179318413e7e5e7f419a9741e8f409106c7ccae..534ed6c7c9195470ba8a9eef9b4350ed604dfb9b 100644 (file)
@@ -350,10 +350,7 @@ intel_miptree_alloc_ccs(struct brw_context *brw,
 
 enum {
    MIPTREE_LAYOUT_ACCELERATED_UPLOAD       = 1 << 0,
-   MIPTREE_LAYOUT_GEN6_HIZ_STENCIL         = 1 << 1,
-   MIPTREE_LAYOUT_FOR_BO                   = 1 << 2,
    MIPTREE_LAYOUT_DISABLE_AUX              = 1 << 3,
-   MIPTREE_LAYOUT_FORCE_HALIGN16           = 1 << 4,
 
    MIPTREE_LAYOUT_TILING_Y                 = 1 << 5,
    MIPTREE_LAYOUT_TILING_NONE              = 1 << 6,