summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/vl/vl_mc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_mc.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_mc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_mc.h b/src/gallium/auxiliary/vl/vl_mc.h
index 85ec69b3ce7..9fabf02a3ac 100644
--- a/src/gallium/auxiliary/vl/vl_mc.h
+++ b/src/gallium/auxiliary/vl/vl_mc.h
@@ -51,8 +51,9 @@ struct vl_mc
void *blend_clear[VL_MC_NUM_BLENDERS];
void *blend_add[VL_MC_NUM_BLENDERS];
+ void *blend_sub[VL_MC_NUM_BLENDERS];
void *vs_ref, *vs_ycbcr;
- void *fs_ref, *fs_ycbcr;
+ void *fs_ref, *fs_ycbcr, *fs_ycbcr_sub;
void *sampler_ref;
};