mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
egl: inline DRI_TEX_BUFFER
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30494>
This commit is contained in:
parent
cb018b6883
commit
f6c649a0ef
1 changed files with 1 additions and 2 deletions
|
|
@ -1921,8 +1921,7 @@ dri2_bind_tex_image(_EGLDisplay *disp, _EGLSurface *surf, EGLint buffer)
|
|||
assert(!"Unexpected texture target in dri2_bind_tex_image()");
|
||||
}
|
||||
|
||||
dri2_dpy->tex_buffer->setTexBuffer2(dri2_ctx->dri_context, target, format,
|
||||
dri_drawable);
|
||||
dri_set_tex_buffer2(dri2_ctx->dri_context, target, format, dri_drawable);
|
||||
|
||||
mtx_unlock(&dri2_dpy->lock);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue