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

Author: Emil Velikov <emil.l.veli...@gmail.com>
Date:   Wed Feb 12 19:00:21 2014 +0000

dri_interface: note introduction of various __DRItexBufferExtension members

Note the member function releaseTexBuffer was added without
bumping spec version, and currently no drivers implement it.

v2: releaseTexBuffer was introduced by version 3

Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>
Reviewed-by: Ian Romanick <ian.d.roman...@intel.com>

---

 include/GL/internal/dri_interface.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/GL/internal/dri_interface.h 
b/include/GL/internal/dri_interface.h
index 941a15b..77c3401 100644
--- a/include/GL/internal/dri_interface.h
+++ b/include/GL/internal/dri_interface.h
@@ -251,6 +251,8 @@ struct __DRItexBufferExtensionRec {
      * __DRIdrawable, including the required texture format attribute.
      *
      * For GLX_EXT_texture_from_pixmap with AIGLX.
+     *
+     * \since 2
      */
     void (*setTexBuffer2)(__DRIcontext *pDRICtx,
                          GLint target,
@@ -261,6 +263,8 @@ struct __DRItexBufferExtensionRec {
      * need this.
      *
      * For GLX_EXT_texture_from_pixmap with AIGLX.
+     *
+     * \since 3
      */
     void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
                        GLint target,

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to