With piglit cb334db, dlsym() is used to look up core functions instead of eglGetProcAddress() This works everywhere except arb_pipeline_statistics_query, causing the following tests to fail on many intel platforms: spec.arb_pipeline_statistics_query.arb_pipeline_statistics_query-geom spec.arb_pipeline_statistics_query.arb_pipeline_statistics_query-vert_adj The output from piglit is: Standard Output /tmp/build_root/m32/lib/piglit/bin/arb_pipeline_statistics_query-vert_adj -auto -fbo GetProcAddress failed for "glGetQueryObjectui64v" Standard Error glGetQueryObjectui64v() not found in libGL.so.1: /tmp/build_root/m32/lib/libGL.so.1: undefined symbol: glGetQueryObjectui64v
Fixed by commit [http://cgit.freedesktop.org/piglit/commit/?id=845ba0e4dfb9372307f5d3032abdd0860e76731b]: commit 845ba0e4dfb9372307f5d3032abdd0860e76731b Author: Chad Versace <chad.versace@intel.com> Date: Wed Apr 29 18:08:17 2015 -0700 Subject: dispatch: Fix lookup for core OpenGL symbols
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.