From 5ba15d8d38d98cb7b625fa55e7d818ef9c6629ce Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Mon, 9 Jul 2012 05:08:36 +0200 Subject: st/mesa: implement accelerated stencil blitting using shader stencil export Reviewed-by: Alex Deucher --- src/gallium/auxiliary/postprocess/pp_mlaa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/postprocess/pp_mlaa.c') diff --git a/src/gallium/auxiliary/postprocess/pp_mlaa.c b/src/gallium/auxiliary/postprocess/pp_mlaa.c index 80db86227ff..951b76f0e89 100644 --- a/src/gallium/auxiliary/postprocess/pp_mlaa.c +++ b/src/gallium/auxiliary/postprocess/pp_mlaa.c @@ -179,7 +179,7 @@ pp_jimenezmlaa_run(struct pp_queue_t *ppq, struct pipe_resource *in, util_blit_pixels(p->blitctx, in, 0, 0, 0, w, h, 0, p->framebuffer.cbufs[0], 0, 0, w, h, 0, PIPE_TEX_MIPFILTER_NEAREST, - TGSI_WRITEMASK_XYZW); + TGSI_WRITEMASK_XYZW, 0); u_sampler_view_default_template(&v_tmp, in, in->format); arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); -- cgit v1.2.3