[Mesa-dev] [PATCH v2 2/4] gbm: Add a gbm_device_get_format_modifier_plane_count function

Daniel Stone daniel at fooishbar.org
Thu Sep 14 18:32:40 UTC 2017


On 5 September 2017 at 16:48, Jason Ekstrand <jason at jlekstrand.net> wrote:
> +/** Get the number of planes that are required for a given format+modifier
> + *
> + * \param gbm The gbm device returned from gbm_create_device()
> + * \param format The format to query
> + * \param modifier The modifier to query
> + */
> +int
> +gbm_device_get_format_modifier_plane_count(struct gbm_device *gbm,

Needs to be GBM_EXPORT


More information about the mesa-dev mailing list