dri: declare DRI_TEX_BUFFER functions public

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:47:30 -04:00 committed by Marge Bot
parent ef6f874590
commit 032237c7ec
3 changed files with 6 additions and 1 deletions

View file

@ -252,7 +252,7 @@ dri_drawable_validate_att(struct dri_context *ctx,
/**
* These are used for GLX_EXT_texture_from_pixmap
*/
static void
void
dri_set_tex_buffer2(__DRIcontext *pDRICtx, GLint target,
GLint format, __DRIdrawable *dPriv)
{

View file

@ -162,4 +162,8 @@ kopperQueryBufferAge(__DRIdrawable *dPriv);
PUBLIC void
driswCopySubBuffer(__DRIdrawable *pdp, int x, int y, int w, int h);
PUBLIC void
dri_set_tex_buffer2(__DRIcontext *pDRICtx, GLint target,
GLint format, __DRIdrawable *dPriv);
#endif /* _DRI_UTIL_H_ */

View file

@ -9,6 +9,7 @@
driIndexConfigAttrib;
dri*indContext*;
driswCopySubBuffer;
dri_set_tex_buffer2;
kopper*;
dri_loader_get_extensions;
@nouveau_drm_screen_create@