diff options
author | marha <marha@users.sourceforge.net> | 2013-11-21 08:43:25 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-11-21 08:43:25 +0100 |
commit | bb953a87489963f63e65c797a1f2837382ff7808 (patch) | |
tree | 458f44ffc1539fad170d96a414970a42b75d1190 /mesalib/src/gallium/auxiliary/util/u_gen_mipmap.c | |
parent | 73db05c85f7a8cf2439f7c333ede6ff2dc4877d7 (diff) | |
download | vcxsrv-bb953a87489963f63e65c797a1f2837382ff7808.tar.gz vcxsrv-bb953a87489963f63e65c797a1f2837382ff7808.tar.bz2 vcxsrv-bb953a87489963f63e65c797a1f2837382ff7808.zip |
xserver mesa git update 21 nov 2013
xserver commit 6403cbb143c67872ca9c58e3116ae7942def0ae1
mesa commit b7c0b61782251c1dedb0b0fb0e6654af81249910
Diffstat (limited to 'mesalib/src/gallium/auxiliary/util/u_gen_mipmap.c')
-rw-r--r-- | mesalib/src/gallium/auxiliary/util/u_gen_mipmap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mesalib/src/gallium/auxiliary/util/u_gen_mipmap.c b/mesalib/src/gallium/auxiliary/util/u_gen_mipmap.c index a885f2b0f..84bf30f08 100644 --- a/mesalib/src/gallium/auxiliary/util/u_gen_mipmap.c +++ b/mesalib/src/gallium/auxiliary/util/u_gen_mipmap.c @@ -1409,7 +1409,8 @@ set_vertex_data(struct gen_mipmap_state *ctx, }; util_map_texcoords2d_onto_cubemap(layer, &st[0][0], 2, - &ctx->vertices[0][1][0], 8); + &ctx->vertices[0][1][0], 8, + FALSE); } else if (tex_target == PIPE_TEXTURE_1D_ARRAY) { /* 1D texture array */ |