[Mesa-dev] [PATCH 06/38] dri_interface: note introduction of __DRIdri2LoaderExtension members
Ian Romanick
idr at freedesktop.org
Tue Feb 18 18:00:52 PST 2014
On 02/12/2014 05:17 PM, Emil Velikov wrote:
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
> include/GL/internal/dri_interface.h | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h
> index 7d22654..5b333a1 100644
> --- a/include/GL/internal/dri_interface.h
> +++ b/include/GL/internal/dri_interface.h
> @@ -854,6 +854,9 @@ struct __DRIdri2LoaderExtensionRec {
> * \param driDrawable Drawable whose front-buffer is to be flushed
> * \param loaderPrivate Loader's private data that was previously passed
> * into __DRIdri2ExtensionRec::createNewDrawable
> + *
> + * \since 2
> + *
I'd remove the extra blank line after each of these. With that changed,
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
> */
> void (*flushFrontBuffer)(__DRIdrawable *driDrawable, void *loaderPrivate);
>
> @@ -876,6 +879,9 @@ struct __DRIdri2LoaderExtensionRec {
> * \c attachments.
> * \param loaderPrivate Loader's private data that was previously passed
> * into __DRIdri2ExtensionRec::createNewDrawable.
> + *
> + * \since 3
> + *
> */
> __DRIbuffer *(*getBuffersWithFormat)(__DRIdrawable *driDrawable,
> int *width, int *height,
>
More information about the mesa-dev
mailing list