gallium/u_blitter: don't adjust cubemap coordinates by a small number

It may cause issues with mipmap generation.
I think it was used to make some piglit tests pass on r300g.
This commit is contained in:
Marek Olšák
2014-03-16 03:40:54 +01:00
parent 0817182b2f
commit 8ab7bb4707
+1 -1
View File
@@ -704,7 +704,7 @@ static void blitter_set_texcoords(struct blitter_context_priv *ctx,
/* pointer, stride in floats */
&face_coord[0][0], 2,
&ctx->vertices[0][1][0], 8,
TRUE);
FALSE);
} else {
set_texcoords_in_vertices(coord, &ctx->vertices[0][1][0], 8);
}