Skip to content

egl: Fix saving the display attribute list

Adam Jackson requested to merge ajax/mesa:egl-fix-display-attrib-list into main

_eglNumAttribs() is obviously half as much storage as you need since you need their values not just their names, and then you need one more for termination.

Merge request reports