e3cc5ad49d2f3f08c29d0b64d1c0c52560789d93 broke piglit on intel systems, with DMA buf test enabled. [ 98%] CMakeFiles/ext_image_dma_buf_import-sample_rgb.dir/sample_common.c.o: In function `sample_and_destroy_img': piglit/tests/spec/ext_image_dma_buf_import/sample_common.c:107: undefined reference to `eglDestroyImageKHR' We worked around by changing our build system to set: -DPIGLIT_BUILD_DMA_BUF_TESTS=0
A lovely mix of things lead us here: - mesa master drops the extension functions form the static dispatch. - a cleanup commit from Chad, unintentionally dropped the dynamic dispatch for those two, defaulting to the non-portable static entry points. Props for Michel for the fix, it should be in piglit master now.
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.