Hi Pekka,
On Tue, 30 Jan 2018 at 09:58, Pekka Paalanen wrote:
> On Wed, 20 Dec 2017 12:26:58 +
> Daniel Stone wrote:
> > + for (i = 0; i < plane->count_formats; i++) {
> > + if (plane->formats[i].format == output->gbm_format)
>
> Here it is output->gbm_format...
>
> > +
On Wed, 20 Dec 2017 12:26:58 +
Daniel Stone wrote:
> Use the extended GBM allocator interface to support modifiers and
> multi-planar BOs.
>
> Signed-off-by: Daniel Stone
> ---
> configure.ac | 3 +++
> libweston/compositor-drm.c | 57
> +
Use the extended GBM allocator interface to support modifiers and
multi-planar BOs.
Signed-off-by: Daniel Stone
---
configure.ac | 3 +++
libweston/compositor-drm.c | 57 ++
2 files changed, 51 insertions(+), 9 deletions(-)
diff --git a