Bug 77286 - Missing GLES 1.x symbols
Summary: Missing GLES 1.x symbols
Status: RESOLVED NOTOURBUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Ian Romanick
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-10 20:53 UTC by Dylan Baker
Modified: 2014-04-11 00:24 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Dylan Baker 2014-04-10 20:53:25 UTC
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'
Comment 1 Ian Romanick 2014-04-10 21:16:20 UTC
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");
Comment 2 Dylan Baker 2014-04-11 00:24:23 UTC
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.