mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
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:
parent
4dd287308f
commit
f011410c1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue