Re: [Mesa-dev] [PATCH 1/5] dri/image: Add a format modifier attributes query

2017-08-28 Thread Daniel Stone
On 16 August 2017 at 20:30, Jason Ekstrand wrote: > + /** > +* dmabuf format modifier attribute query for a given format and modifier. > +* > +* \param fourccThe format to query. If this format is not supported > by > +* the driver,

[Mesa-dev] [PATCH 1/5] dri/image: Add a format modifier attributes query

2017-08-16 Thread Jason Ekstrand
--- include/GL/internal/dri_interface.h | 27 ++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h index 2cbd738..a841872 100644 --- a/include/GL/internal/dri_interface.h +++