Re: [Mesa-dev] [PATCH v14 09/36] st/dri: enable DRIimage modifier queries

2017-06-08 Thread Lucas Stach
Am Dienstag, den 30.05.2017, 17:23 +0530 schrieb Varad Gautam: > From: Varad Gautam > > return the modifier selected by the driver when creating this image. > > v2: since we can use winsys_handle->modifier to serve these, remove > DRIimage->modifier from v1. >

[Mesa-dev] [PATCH v14 09/36] st/dri: enable DRIimage modifier queries

2017-05-30 Thread Varad Gautam
From: Varad Gautam return the modifier selected by the driver when creating this image. v2: since we can use winsys_handle->modifier to serve these, remove DRIimage->modifier from v1. use DRM_API_HANDLE_TYPE_KMS instead of DRM_API_HANDLE_TYPE_FD to avoid