From 2e18c2c6f86342e7ea77b0f1a1f731f879db0ed3 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Mon, 4 Jul 2016 15:59:00 -0400 Subject: vl/compositor: move weave shader out from rgb weaving MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We'll use weave shader in the later patch. Signed-off-by: Leo Liu Acked-by: Christian König Tested-by: Julien Isorce --- src/gallium/auxiliary/vl/vl_compositor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary/vl/vl_compositor.h') diff --git a/src/gallium/auxiliary/vl/vl_compositor.h b/src/gallium/auxiliary/vl/vl_compositor.h index 12976fc95a1..3f81bc91176 100644 --- a/src/gallium/auxiliary/vl/vl_compositor.h +++ b/src/gallium/auxiliary/vl/vl_compositor.h @@ -113,7 +113,7 @@ struct vl_compositor void *vs; void *fs_video_buffer; - void *fs_weave; + void *fs_weave_rgb; void *fs_rgba; struct { -- cgit v1.2.3