projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ef27e8
)
softpipe: remove unused corner0 variable
author
Brian Paul
<brianp@vmware.com>
Wed, 12 Dec 2012 15:51:19 +0000
(08:51 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 12 Dec 2012 15:51:19 +0000
(08:51 -0700)
src/gallium/drivers/softpipe/sp_tex_sample.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/softpipe/sp_tex_sample.c
b/src/gallium/drivers/softpipe/sp_tex_sample.c
index c0eaf45f484f8bd6acc02a88542b3c15c6a67b52..ab032902aeceda34274bdab730ec101c57e7da8f 100644
(file)
--- 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);