Piglit now fails to build against Mesa/i965 with gles1 tests enabled with a linker error complaining about missing symbols: <path>/piglit/tests/spec/ext_image_dma_buf_import/intel_external_sampler_only.c:89: undefined reference to `glDeleteRenderbuffersOES'
I think that test and the ES framework should use eglGetProcAddress for any functions that aren't part of OpenGL ES 1.1. I wouldn't expect this test to build on other ES1 implementations. It looks like that test is also missing: piglit_require_gl_extension("GL_OES_EGL_image"); piglit_require_gl_extension("GL_OES_framebuffer_object");
I've filed a but agianst piglit (https://bugs.freedesktop.org/show_bug.cgi?id=77295) for this problem and am closing this bug
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.