Skip to content

glx: Handle an xserver bug in piglit_glx_pixmap_iterate_fbconfigs

Adam Jackson requested to merge ajax/piglit:glx-xserver-pixmap-format-bug into main

If the server gets this wrong, and advertises an fbconfig for pixmaps at depth 30 but doesn't advertise a core pixmap format for depth 30, then you'd get a confusing BadValue error from the XCreatePixmap request and crash out.

Merge request reports