Re: [Mesa-dev] [PATCH 0/6] Support for 10 bpc EGLSurface

2013-10-07 Thread Chad Versace
On 09/15/2013 12:16 AM, Kristian Høgsberg wrote: Hi, This little series adds support for creating EGLSurfaces with color buffers using the ARGB2101010 pixel format. We the new KMS addFB2 ioctl we can create KMS framebuffers with that format and this series ends up adding the pixel format to gbm

Re: [Mesa-dev] [PATCH 0/6] Support for 10 bpc EGLSurface

2013-09-17 Thread Chad Versace
On 09/17/2013 04:20 PM, Kristian Høgsberg wrote: On Tue, Sep 17, 2013 at 1:49 PM, Chad Versace wrote: On 09/15/2013 12:16 AM, Kristian Høgsberg wrote: Hi, This little series adds support for creating EGLSurfaces with color buffers using the ARGB2101010 pixel format. We the new KMS addFB2 io

Re: [Mesa-dev] [PATCH 0/6] Support for 10 bpc EGLSurface

2013-09-17 Thread Kristian Høgsberg
On Tue, Sep 17, 2013 at 1:49 PM, Chad Versace wrote: > On 09/15/2013 12:16 AM, Kristian Høgsberg wrote: >> >> Hi, >> >> This little series adds support for creating EGLSurfaces with color >> buffers >> using the ARGB2101010 pixel format. We the new KMS addFB2 ioctl we can >> create KMS framebuffe

Re: [Mesa-dev] [PATCH 0/6] Support for 10 bpc EGLSurface

2013-09-17 Thread Chad Versace
On 09/15/2013 12:16 AM, Kristian Høgsberg wrote: Hi, This little series adds support for creating EGLSurfaces with color buffers using the ARGB2101010 pixel format. We the new KMS addFB2 ioctl we can create KMS framebuffers with that format and this series ends up adding the pixel format to gbm

Re: [Mesa-dev] [PATCH 0/6] Support for 10 bpc EGLSurface

2013-09-16 Thread Daniel Vetter
On Sun, Sep 15, 2013 at 12:16:42AM -0700, Kristian Høgsberg wrote: > This little series adds support for creating EGLSurfaces with color buffers > using the ARGB2101010 pixel format. We the new KMS addFB2 ioctl we can > create KMS framebuffers with that format and this series ends up adding > the

[Mesa-dev] [PATCH 0/6] Support for 10 bpc EGLSurface

2013-09-15 Thread Kristian Høgsberg
Hi, This little series adds support for creating EGLSurfaces with color buffers using the ARGB2101010 pixel format. We the new KMS addFB2 ioctl we can create KMS framebuffers with that format and this series ends up adding the pixel format to gbm so we can generate buffers with that format. The