mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
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:
parent
ef6f874590
commit
032237c7ec
3 changed files with 6 additions and 1 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue