Re: [Libva] [PATCH v2 intel-driver 3/8] surface: fix vaDeriveImage() for grayscale.

2014-05-14 Thread Gwenole Beauchesne
2014-05-15 6:48 GMT+02:00 Zhao, Yakui : > On Wed, 2014-05-14 at 22:14 -0600, Gwenole Beauchesne wrote: >> 2014-05-15 2:35 GMT+02:00 Zhao, Yakui : >> > On Wed, 2014-05-14 at 07:13 -0600, Gwenole Beauchesne wrote: >> >> Allow vaDeriveImage() to work with grayscale surfaces by only exposing >> >> the

Re: [Libva] [PATCH v2 intel-driver 3/8] surface: fix vaDeriveImage() for grayscale.

2014-05-14 Thread Zhao, Yakui
On Wed, 2014-05-14 at 22:14 -0600, Gwenole Beauchesne wrote: > 2014-05-15 2:35 GMT+02:00 Zhao, Yakui : > > On Wed, 2014-05-14 at 07:13 -0600, Gwenole Beauchesne wrote: > >> Allow vaDeriveImage() to work with grayscale surfaces by only exposing > >> the luma component. > >> > > > > This is not neces

Re: [Libva] [PATCH v2 intel-driver 3/8] surface: fix vaDeriveImage() for grayscale.

2014-05-14 Thread Gwenole Beauchesne
2014-05-15 2:35 GMT+02:00 Zhao, Yakui : > On Wed, 2014-05-14 at 07:13 -0600, Gwenole Beauchesne wrote: >> Allow vaDeriveImage() to work with grayscale surfaces by only exposing >> the luma component. >> > > This is not necessary as the DeriveImage already supports the Y800 > fourcc. What? Where? I

Re: [Libva] [PATCH v2 intel-driver 3/8] surface: fix vaDeriveImage() for grayscale.

2014-05-14 Thread Zhao, Yakui
On Wed, 2014-05-14 at 07:13 -0600, Gwenole Beauchesne wrote: > Allow vaDeriveImage() to work with grayscale surfaces by only exposing > the luma component. > This is not necessary as the DeriveImage already supports the Y800 fourcc. > Signed-off-by: Gwenole Beauchesne > --- > src/i965_drv_vide