On 16 August 2017 at 20:30, Jason Ekstrand <[email protected]> wrote:
> +   /**
> +    * dmabuf format modifier attribute query for a given format and modifier.
> +    *
> +    * \param fourcc    The format to query. If this format is not supported 
> by
> +    *                  the driver, return false.
> +    * \param modifier  The modifier to query. If this format+modifier is not
> +    *                  supported by the driver, return false.
> +    * \param attrib    The __DRI_IMAGE_FORMAT_MODIFIER_ATTRIB to query.
> +    * \param value     A pointer to where to store the result of the query.
> +    *
> +    * Returns true upon success.
> +    *
> +    * \since 16
> +    */
> +   GLboolean (*queryDmaBufFormatModifierAttribs)(__DRIscreen *screen,
> +                                                 int fourcc, uint64_t 
> modifier,
> +                                                 int attrib, uint64_t 
> *value);

uint32_t fourcc
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to