gallium: remove pipe_texture::compressed field
[mesa.git] / src / mesa / state_tracker / st_texture.c
index fad513a5563e6d99e5beeaaef01f128e950feca4..19eb7e2f69c6e31623c0b9533989ea8072039af3 100644 (file)
@@ -100,7 +100,6 @@ st_texture_create(struct st_context *st,
    pt.width[0] = width0;
    pt.height[0] = height0;
    pt.depth[0] = depth0;
-   pt.compressed = pf_is_compressed(format);
    pf_get_block(format, &pt.block);
    pt.tex_usage = usage;