i965/i915: Add UYVY as the supported format

Trigger the correct sampler options for it. Similar with YUYV

Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
Johnson Lin
2017-06-16 13:51:34 +08:00
committed by Lionel Landwerlin
parent 8ff4be44b7
commit 165e704719
5 changed files with 33 additions and 18 deletions

View File

@@ -168,6 +168,7 @@ struct brw_sampler_prog_key_data {
uint32_t y_u_v_image_mask;
uint32_t y_uv_image_mask;
uint32_t yx_xuxv_image_mask;
uint32_t xy_uxvx_image_mask;
};
/**