[Mesa-dev] [PATCH 03/38] dri_interface: note introduction of various __DRItexBufferExtension members
Ian Romanick
idr at freedesktop.org
Tue Feb 18 17:59:48 PST 2014
On 02/12/2014 05:17 PM, Emil Velikov wrote:
> Note the member function releaseTexBuffer was added without
> bumping spec version, and currently no drivers implement it.
>
> 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 9e82904..7d22654 100644
> --- a/include/GL/internal/dri_interface.h
> +++ b/include/GL/internal/dri_interface.h
> @@ -251,6 +251,9 @@ struct __DRItexBufferExtensionRec {
> * __DRIdrawable, including the required texture format attribute.
> *
> * For GLX_EXT_texture_from_pixmap with AIGLX.
> + *
> + * \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 (*setTexBuffer2)(__DRIcontext *pDRICtx,
> GLint target,
> @@ -261,6 +264,9 @@ struct __DRItexBufferExtensionRec {
> * need this.
> *
> * For GLX_EXT_texture_from_pixmap with AIGLX.
> + *
> + * \since 2+ (no specific release)
> + *
> */
> void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
> GLint target,
>
More information about the mesa-dev
mailing list