Mesa (master): dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::putImage2

Emil Velikov evelikov at kemper.freedesktop.org
Sun Feb 23 19:15:26 UTC 2014


Module: Mesa
Branch: master
Commit: acf2fae64e8d11cfdc81f313bb7f7356fd799f5d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=acf2fae64e8d11cfdc81f313bb7f7356fd799f5d

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Tue Feb 18 02:31:27 2014 +0000

dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::putImage2

Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 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,




More information about the mesa-commit mailing list