Skip to content

egl: support no error attribute set to false with ES 1.1

Tapani Pälli requested to merge tpalli/mesa:egl-no-error into master

We advertise the extension so it should support case where context has attribute EGL_CONTEXT_OPENGL_NO_ERROR_KHR set to EGL_FALSE indepdendent of ES version used.

Closes: #4586 (closed) Signed-off-by: Tapani Pälli tapani.palli@intel.com

Merge request reports