mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
softpipe: fix unused variable warning.
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
add3a0709f
commit
aafdc5bda4
1 changed files with 1 additions and 1 deletions
|
|
@ -1445,7 +1445,7 @@ img_filter_cube_array_linear(struct tgsi_sampler *tgsi_sampler,
|
|||
int width, height;
|
||||
int x0, y0, x1, y1, layer;
|
||||
float xw, yw; /* weights */
|
||||
union tex_tile_address addr, addrj;
|
||||
union tex_tile_address addr;
|
||||
const float *tx0, *tx1, *tx2, *tx3;
|
||||
int c;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue