From: Jakob Bornecrantz Date: Thu, 6 Aug 2009 12:20:49 +0000 (+0100) Subject: identity: Use the correct texture X-Git-Tag: 062012170305~17171 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c818efd0b30efbdb077a4a2497ad8de7f015c8d5;p=profile%2Fivi%2Fmesa.git identity: Use the correct texture --- diff --git a/src/gallium/drivers/identity/id_context.c b/src/gallium/drivers/identity/id_context.c index a500ec6..4e70008 100644 --- a/src/gallium/drivers/identity/id_context.c +++ b/src/gallium/drivers/identity/id_context.c @@ -501,7 +501,7 @@ identity_set_sampler_textures(struct pipe_context *_pipe, pipe->set_sampler_textures(pipe, num_textures, - _textures); + textures); } static void