[Intel-gfx] [PATCH] libdrm/fourcc: Add formats R8, RG88, GR88

2016-04-22 Thread Daniel Vetter
On Thu, Apr 21, 2016 at 08:44:36PM +0300, Hwang, Dongseong wrote: > Ok, I'll send new patch with the commit and tree. You can't do that yet since the commit hasn't landed in upstream. Taking a sha1 from your own tree is useless. My point of noting the sha1 is that it must be from a non-rebasing tr

[PATCH] libdrm/fourcc: Add formats R8, RG88, GR88, NV24, NV42

2016-04-21 Thread Hwang, Dongseong
As it's landed in kernel, it doesn't need ack from client users. Sorry for noise. In addition, I'll send new patch with tree and commit sha info. - Dongseong On Thu, Apr 21, 2016 at 7:06 PM, Hwang, Dongseong wrote: > Hi Stéphane and Daniele, > > Could you give me lgtm? > Daniel wants someone

[PATCH] libdrm/fourcc: Add formats R8, RG88, GR88

2016-04-21 Thread Hwang, Dongseong
Ok, I'll send new patch with the commit and tree. Thanks and Regards, Dongseong On Thu, Apr 21, 2016 at 7:02 PM, Emil Velikov wrote: > On 21 April 2016 at 16:32, Dongseong Hwang > wrote: > > Follow-up of kernel patch: > https://lists.freedesktop.org/archives/dri-devel/2015-July/086041.html > >

[PATCH] libdrm/fourcc: Add formats R8, RG88, GR88

2016-04-21 Thread Hwang, Dongseong
yes, I'll send new patch without footer. On Tue, Apr 12, 2016 at 7:15 PM, Daniel Vetter wrote: > On Tue, Apr 12, 2016 at 12:57:45PM +, Hwang, Dongseong wrote: > > Follow-up of the kernel patch: > https://lists.freedesktop.org/archives/dri-devel/2015-July/086041.html > > > > The Kodi/XBMC and

[PATCH] libdrm/fourcc: Add formats R8, RG88, GR88, NV24, NV42

2016-04-21 Thread Hwang, Dongseong
Hi Stéphane and Daniele, Could you give me lgtm? Daniel wants someone from client side to ack this change in order to land it. Kind Regards, Dongseong On Thu, Apr 21, 2016 at 7:02 PM, Dongseong Hwang wrote: > Follow-up of kernel patch: > https://lists.freedesktop.org/archives/dri-devel/2015-J

[PATCH] libdrm/fourcc: Add formats R8, RG88, GR88, NV24, NV42

2016-04-21 Thread Dongseong Hwang
Follow-up of kernel patch: https://lists.freedesktop.org/archives/dri-devel/2015-July/086041.html Generate it using `make headers_install` ChromeOS will use new format to optimize video decoding. CC: Stéphane Marchesin CC: Daniele Castagna Cc: Rainer Hochecker Cc: Benjamin Widawsky CC: Cha

[PATCH] libdrm/fourcc: Add formats R8, RG88, GR88

2016-04-21 Thread Dongseong Hwang
Follow-up of kernel patch: https://lists.freedesktop.org/archives/dri-devel/2015-July/086041.html The Kodi/XBMC and ChromeOS developers want to transcode NV12 to RGB with OpenGL shaders, importing the two source planes through EGL_EXT_image_dma_buf_import. That requires importing the Y plane as a

[PATCH] libdrm/fourcc: Add formats R8, RG88, GR88

2016-04-21 Thread Emil Velikov
On 21 April 2016 at 16:32, Dongseong Hwang wrote: > Follow-up of kernel patch: > https://lists.freedesktop.org/archives/dri-devel/2015-July/086041.html > > The Kodi/XBMC and ChromeOS developers want to transcode NV12 to RGB > with OpenGL shaders, importing the two source planes through > EGL_EXT_

[PATCH] libdrm/fourcc: Add formats R8, RG88, GR88

2016-04-12 Thread Daniel Vetter
On Tue, Apr 12, 2016 at 12:57:45PM +, Hwang, Dongseong wrote: > Follow-up of the kernel patch: > https://lists.freedesktop.org/archives/dri-devel/2015-July/086041.html > > The Kodi/XBMC and ChromeOS developers want to transcode NV12 to RGB > with OpenGL shaders, importing the two source plane

[PATCH] libdrm/fourcc: Add formats R8, RG88, GR88

2016-04-12 Thread Hwang, Dongseong
Follow-up of the kernel patch: https://lists.freedesktop.org/archives/dri-devel/2015-July/086041.html The Kodi/XBMC and ChromeOS developers want to transcode NV12 to RGB with OpenGL shaders, importing the two source planes through EGL_EXT_image_dma_buf_import. That requires importing the Y plane