egl/dri2: increase NUM_ATTRIBS to fit all the attributes

Cc: mesa-stable
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26234>
This commit is contained in:
Eric Engestrom 2023-11-16 17:44:50 +00:00 committed by Marge Bot
parent 4dd287308f
commit f011410c1c

View file

@ -73,7 +73,7 @@
#include "egl_dri2.h"
#include "egldefines.h"
#define NUM_ATTRIBS 12
#define NUM_ATTRIBS 16
static const struct dri2_pbuffer_visual {
const char *format_name;