From: Michal Krol Date: Mon, 15 Mar 2010 14:04:12 +0000 (+0100) Subject: st/mesa: Fix a call to st_get_stobj_sampler_view(). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3949388ca34c4578455be6db65d140c8e8f2184a;p=mesa.git st/mesa: Fix a call to st_get_stobj_sampler_view(). --- diff --git a/src/mesa/state_tracker/st_cb_blit.c b/src/mesa/state_tracker/st_cb_blit.c index abf0ac0fc82..06b0a18fd22 100644 --- a/src/mesa/state_tracker/st_cb_blit.c +++ b/src/mesa/state_tracker/st_cb_blit.c @@ -133,7 +133,7 @@ st_BlitFramebuffer(GLcontext *ctx, return; util_blit_pixels(st->blit, - srcSurf, st_get_stobj_sampler_view(srcObj, pipe), + srcSurf, st_get_stobj_sampler_view(srcObj), srcX0, srcY0, srcX1, srcY1, dstSurf, dstX0, dstY0, dstX1, dstY1, 0.0, pFilter);