From 43b2398ee28e9144fd51eb9994d67c4c9a198c9c Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 9 May 2011 09:35:45 +0000 Subject: libXext libX11 mkfontscale mesa git update 9 May 2011 --- mesalib/src/mesa/state_tracker/st_atom_sampler.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mesalib/src/mesa/state_tracker/st_atom_sampler.c') diff --git a/mesalib/src/mesa/state_tracker/st_atom_sampler.c b/mesalib/src/mesa/state_tracker/st_atom_sampler.c index 56da010b3..e3d6cbb8e 100644 --- a/mesalib/src/mesa/state_tracker/st_atom_sampler.c +++ b/mesalib/src/mesa/state_tracker/st_atom_sampler.c @@ -201,6 +201,9 @@ update_samplers(struct st_context *st) = st_compare_func_to_pipe(msamp->CompareFunc); } + sampler->seamless_cube_map = + st->ctx->Texture.CubeMapSeamless || msamp->CubeMapSeamless; + st->state.num_samplers = su + 1; /*printf("%s su=%u non-null\n", __FUNCTION__, su);*/ -- cgit v1.2.3