Re: [Mesa-dev] [PATCH v13 02/36] egl/main: add support for fourth plane tokens

2017-05-22 Thread Emil Velikov
On 22 May 2017 at 13:47, Daniel Stone wrote: > Hey, > > On 22 May 2017 at 13:43, Emil Velikov wrote: >> On 19 May 2017 at 10:37, Daniel Stone wrote: >>> The EGL_EXT_dma_buf_import_modifiers extension adds support for a >>>

Re: [Mesa-dev] [PATCH v13 02/36] egl/main: add support for fourth plane tokens

2017-05-22 Thread Daniel Stone
Hey, On 22 May 2017 at 13:43, Emil Velikov wrote: > On 19 May 2017 at 10:37, Daniel Stone wrote: >> The EGL_EXT_dma_buf_import_modifiers extension adds support for a >> fourth plane, just like DRM KMS API does. >> >> Bump maximum dma_buf plane

Re: [Mesa-dev] [PATCH v13 02/36] egl/main: add support for fourth plane tokens

2017-05-22 Thread Emil Velikov
On 19 May 2017 at 10:37, Daniel Stone wrote: > From: Pekka Paalanen > > The EGL_EXT_dma_buf_import_modifiers extension adds support for a > fourth plane, just like DRM KMS API does. > > Bump maximum dma_buf plane count to four. > > v2:

[Mesa-dev] [PATCH v13 02/36] egl/main: add support for fourth plane tokens

2017-05-19 Thread Daniel Stone
From: Pekka Paalanen The EGL_EXT_dma_buf_import_modifiers extension adds support for a fourth plane, just like DRM KMS API does. Bump maximum dma_buf plane count to four. v2: prevent attribute tokens from being parsed if EXT_image_dma_buf_import_modifiers is