diff options
author | Leo Liu <[email protected]> | 2016-07-04 15:59:00 -0400 |
---|---|---|
committer | Leo Liu <[email protected]> | 2016-07-12 09:27:53 -0400 |
commit | 2e18c2c6f86342e7ea77b0f1a1f731f879db0ed3 (patch) | |
tree | 856294845a414bf6a72e13aeea0c4fd5f8567936 /src/gallium/auxiliary/vl/vl_compositor.h | |
parent | ead7736821633bbbd8ae743a49d2ee87ebef0763 (diff) |
vl/compositor: move weave shader out from rgb weaving
We'll use weave shader in the later patch.
Signed-off-by: Leo Liu <[email protected]>
Acked-by: Christian König <[email protected]>
Tested-by: Julien Isorce <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_compositor.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_compositor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |