aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/gallium/auxiliary/util/u_gen_mipmap.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-11-21 08:45:16 +0100
committermarha <marha@users.sourceforge.net>2013-11-21 08:45:16 +0100
commit6e90a0e707aa6d28622f654078f25066bef4dc80 (patch)
treecc95d3e984b2fc4503b5fc8ae731518a8c34fe7c /mesalib/src/gallium/auxiliary/util/u_gen_mipmap.c
parentf75616ac3e99a6bb814803c823cb34533b9fc328 (diff)
parentbb953a87489963f63e65c797a1f2837382ff7808 (diff)
downloadvcxsrv-6e90a0e707aa6d28622f654078f25066bef4dc80.tar.gz
vcxsrv-6e90a0e707aa6d28622f654078f25066bef4dc80.tar.bz2
vcxsrv-6e90a0e707aa6d28622f654078f25066bef4dc80.zip
Merge remote-tracking branch 'origin/released'
* origin/released: xserver mesa git update 21 nov 2013
Diffstat (limited to 'mesalib/src/gallium/auxiliary/util/u_gen_mipmap.c')
-rw-r--r--mesalib/src/gallium/auxiliary/util/u_gen_mipmap.c3
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 */