From: Brian Paul Date: Thu, 9 Apr 2009 20:55:19 +0000 (-0600) Subject: gallium: remove unneeded compressed=0 assignment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f97df61d26af658f9ffdabfc268ce31bbca6f17f;p=mesa.git gallium: remove unneeded compressed=0 assignment --- diff --git a/src/gallium/auxiliary/util/u_blit.c b/src/gallium/auxiliary/util/u_blit.c index deb68c43a6c..29c3f851947 100644 --- a/src/gallium/auxiliary/util/u_blit.c +++ b/src/gallium/auxiliary/util/u_blit.c @@ -337,7 +337,6 @@ util_blit_pixels(struct blit_state *ctx, texTemp.width[0] = srcW; texTemp.height[0] = srcH; texTemp.depth[0] = 1; - texTemp.compressed = 0; pf_get_block(src->format, &texTemp.block); tex = screen->texture_create(screen, &texTemp);