mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 15:20:37 +02:00
EGL: Add eglSetDamageRegionKHR to GLVND dispatch list
This was missed in the original conversion, which added support for
eglSetDamageRegionKHR to local EGL exports, but forgot to generate
updated dispatch for GLVND.
Signed-off-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Fixes: 9827547313 ("egl/android: support for EGL_KHR_partial_update")
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4403>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4403>
This commit is contained in:
parent
8af2eba424
commit
bfb9c08e5c
1 changed files with 3 additions and 0 deletions
|
|
@ -213,5 +213,8 @@ EGL_FUNCTIONS = (
|
|||
_eglFunc("eglGetDisplayDriverName", "display"),
|
||||
_eglFunc("eglGetDisplayDriverConfig", "display"),
|
||||
|
||||
# EGL_KHR_partial_update
|
||||
_eglFunc("eglSetDamageRegionKHR", "display"),
|
||||
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue