Re: [Mesa-dev] [PATCH v13 15/36] st/dri: support format modifier queries

2017-05-19 Thread Lucas Stach
Am Freitag, den 19.05.2017, 10:37 +0100 schrieb Daniel Stone: > From: Varad Gautam > > ask the driver for supported modifiers for a given format. > bump __DRIimageExtension to 16. > > v2: move to __DRIimageExtension v16. > v3: fail if the supplied format is not

[Mesa-dev] [PATCH v13 15/36] st/dri: support format modifier queries

2017-05-19 Thread Daniel Stone
From: Varad Gautam ask the driver for supported modifiers for a given format. bump __DRIimageExtension to 16. v2: move to __DRIimageExtension v16. v3: fail if the supplied format is not supported by driver. v4: purge PIPE_CAP_QUERY_DMABUF_ATTRIBS. Signed-off-by: