Mesa (master): gallium: remove unneeded compressed=0 assignment

Brian Paul brianp at kemper.freedesktop.org
Thu Apr 9 21:03:03 UTC 2009


Module: Mesa
Branch: master
Commit: f97df61d26af658f9ffdabfc268ce31bbca6f17f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f97df61d26af658f9ffdabfc268ce31bbca6f17f

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Apr  9 14:55:19 2009 -0600

gallium: remove unneeded compressed=0 assignment

---

 src/gallium/auxiliary/util/u_blit.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_blit.c b/src/gallium/auxiliary/util/u_blit.c
index deb68c4..29c3f85 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);




More information about the mesa-commit mailing list