Skip to content

egl: return if context not changed for eglMakeCurrent

Xiaohui Gu requested to merge amygu1994/mesa:acgss_carol_context into main

According to EGL spec, do nothing in eglMakeCurrent if context and surface not changed. Otherwise sometimes it would cause a dead lock in dequeueBuffer since the buffer already acquired by it's consumer and not released yet.

Signed-off-by: Shuo Gao shuo.gao@intel.com

Merge request reports