Module: Mesa Branch: master Commit: acf2fae64e8d11cfdc81f313bb7f7356fd799f5d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=acf2fae64e8d11cfdc81f313bb7f7356fd799f5d
Author: Emil Velikov <[email protected]> Date: Tue Feb 18 02:31:27 2014 +0000 dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::putImage2 Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Ian Romanick <[email protected]> --- include/GL/internal/dri_interface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h index 9e82904..941a15b 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, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
