st/mesa: Fix a call to st_get_stobj_sampler_view().

This commit is contained in:
Michal Krol
2010-03-15 15:04:12 +01:00
parent 6b60820fde
commit 3949388ca3
+1 -1
View File
@@ -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);