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:

committed by
Lionel Landwerlin

parent
8ff4be44b7
commit
165e704719
@@ -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;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user