Skip to content

egl: Remove the 565 pbuffer-only EGL config under X11.

The CTS finally has agreed to drop the requirement for a 565-no-depth-no-stencil config for ES 3.0. Hence we can now remove the code to satisfy this requirement using a pbuffer-only visual with whatever other buffers the driver happens to have given us.

This reverts commit 82607f8a, commit 6ad31c4f, commit fc21394b and commit dacb11a5.

Signed-off-by: Andres Gomez agomez@igalia.com

Merge request reports