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:
committed by
Marge Bot
parent
ef6f874590
commit
032237c7ec
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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_ */
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
driIndexConfigAttrib;
|
||||
dri*indContext*;
|
||||
driswCopySubBuffer;
|
||||
dri_set_tex_buffer2;
|
||||
kopper*;
|
||||
dri_loader_get_extensions;
|
||||
@nouveau_drm_screen_create@
|
||||
|
||||
Reference in New Issue
Block a user