glx: delete releaseTexBuffer

this is always null, so none of the code is ever executed

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30400>
This commit is contained in:
Mike Blumenkrantz
2024-07-25 08:41:48 -04:00
committed by Marge Bot
parent 0341623f39
commit b0d0c1971c
8 changed files with 0 additions and 103 deletions
-14
View File
@@ -188,20 +188,6 @@ struct __DRItexBufferExtensionRec {
int target,
int format,
__DRIdrawable *pDraw);
/**
* Called from glXReleaseTexImageEXT().
*
* This was used by i965 in 24952160fde9 ("i965: Use finish_external instead
* of make_shareable in setTexBuffer2") to note when the user mis-used the
* interface in a way that would produce rendering bugs, and try to recover
* from them. This has only ever been used from inside the Mesa tree and
* was never used by the X server.
*
* \since 3
*/
void (*releaseTexBuffer)(__DRIcontext *pDRICtx,
int target,
__DRIdrawable *pDraw);
};
/**