On 31 July 2017 at 17:21, Marek Olšák <[email protected]> wrote: > From: Marek Olšák <[email protected]> > > --- > include/GL/internal/dri_interface.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/include/GL/internal/dri_interface.h > b/include/GL/internal/dri_interface.h > index c314a43..457fc63 100644 > --- a/include/GL/internal/dri_interface.h > +++ b/include/GL/internal/dri_interface.h > @@ -1023,20 +1023,24 @@ struct __DRIdri2LoaderExtensionRec { > */ > __DRIbuffer *(*getBuffersWithFormat)(__DRIdrawable *driDrawable, > int *width, int *height, > unsigned int *attachments, int count, > int *out_count, void *loaderPrivate); > > /** > * Return a loader capability value. If the loader doesn't know the enum, > * it will return 0. > * > + * \param loaderPrivate The last parameter of createNewScreen or > + * createNewScreen2. > + * \param cap See the enum. > + * Thank you
Reviewed-by: Emil Velikov <[email protected]> -Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
