cd04679a08
This patch plumbs the YUV color space and range provided through EGL_EXT_image_dma_buf_import all the way to nir_lower_tex(). NIR already accounts for the YUV color space courtesy of commitd8fdb8da. However, the color space was wired only for i965/i915 (see6c11a799) and not for Gallium. Tested-by: Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16651>