Skip to content

glamor: Unbreak debugging callback setup on GLES

Adam Jackson requested to merge ajax/xserver:glamor-gles-debugging into master

You will not find GL_ARB_* extensions in a GLES context by definition, the droid you're looking for is named GL_KHR_debug.

Merge request reports