diff options
author | Emil Velikov <[email protected]> | 2014-02-12 19:00:21 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-23 16:42:16 +0000 |
commit | c9fff0740ebbe5f83088a6f81057f3bc28bba7c2 (patch) | |
tree | 345ae5c39a15de4b74554af49c14a473dea95944 /include | |
parent | acf2fae64e8d11cfdc81f313bb7f7356fd799f5d (diff) |
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 <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/internal/dri_interface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h index 941a15bfcba..77c34014e96 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, |