From: Emil Velikov Date: Tue, 18 Feb 2014 02:31:27 +0000 (+0000) Subject: dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::putImage2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=acf2fae64e8d11cfdc81f313bb7f7356fd799f5d;p=mesa.git dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::putImage2 Signed-off-by: Emil Velikov Reviewed-by: Ian Romanick --- diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h index 9e829045e61..941a15bfcba 100644 --- a/include/GL/internal/dri_interface.h +++ b/include/GL/internal/dri_interface.h @@ -464,6 +464,8 @@ struct __DRIswrastLoaderExtensionRec { /** * Put image to drawable + * + * \since 2 */ void (*putImage2)(__DRIdrawable *drawable, int op, int x, int y, int width, int height, int stride,