Skip to content

loader/dri3: fix piglit egl-copy-buffer test

Qiang Yu requested to merge yuq825/mesa:topic/fix-egl-copy-buffer into main

In the test no front buffer has been allocated on the client side, so we get a segfault when access it directly.

eglCopyBuffers() just need to do server side copy, so we don't really need to create a client side front buffer to perform the copy.

Related with !10182 (closed)

Merge request reports