Mesa (master): softpipe: remove unused corner0 variable

Brian Paul brianp at kemper.freedesktop.org
Wed Dec 12 15:51:36 UTC 2012


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Dec 12 08:51:19 2012 -0700

softpipe: remove unused corner0 variable

---

 src/gallium/drivers/softpipe/sp_tex_sample.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_tex_sample.c b/src/gallium/drivers/softpipe/sp_tex_sample.c
index c0eaf45..ab03290 100644
--- a/src/gallium/drivers/softpipe/sp_tex_sample.c
+++ b/src/gallium/drivers/softpipe/sp_tex_sample.c
@@ -1224,7 +1224,6 @@ img_filter_cube_nearest(struct tgsi_sampler *tgsi_sampler,
    union tex_tile_address addr;
    const float *out;
    int c;
-   float corner0[TGSI_QUAD_SIZE];
 
    width = u_minify(texture->width0, level);
    height = u_minify(texture->height0, level);




More information about the mesa-commit mailing list