Re: [Mesa-dev] [PATCH v3 1/3] dri: Add UYVY as available format

2017-06-21 Thread Kristian H. Kristensen
Johnson Lin writes: > UYVY is diffrent with YUYV in byte order. > YUYV is already declared in dri_interface.h, > this CL add the difinitions for UYVY. > Drivers can add UYVY as supported format This series looks good now. There are a few stylistic nits in the comment formatting below, but with t

[Mesa-dev] [PATCH v3 1/3] dri: Add UYVY as available format

2017-06-20 Thread Johnson Lin
UYVY is diffrent with YUYV in byte order. YUYV is already declared in dri_interface.h, this CL add the difinitions for UYVY. Drivers can add UYVY as supported format --- include/GL/internal/dri_interface.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/GL/internal/d