diff options
author | Brian Paul <[email protected]> | 2012-12-12 08:51:19 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-12-12 08:51:19 -0700 |
commit | e721a76e6842f8aeec2c40bd9960a55f5d606f7d (patch) | |
tree | 4786f51ec059026895bab6522aaf97bc4fac325a /src/gallium/drivers/softpipe | |
parent | 8ef27e8fa9d4b3c854d7d3c20e26ede7d2147753 (diff) |
softpipe: remove unused corner0 variable
Diffstat (limited to 'src/gallium/drivers/softpipe')
-rw-r--r-- | 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 c0eaf45f484..ab032902aec 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); |