Skip to content

egl: compare the whole list of attributes

Eric Engestrom requested to merge eric/mesa:egl-attrib-size into master

memcmp() compares a given number of bytes, but EGLAttrib is larger than a byte.

Fixes: 8e991ce5 "egl: handle the full attrib list in display::options"

/cc @ajax @evelikov

Merge request reports