mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
wgl: Grow the maximum number of pixel formats to cope with the new accum pixel formats.
Fix a segfault when using softpipe.
This commit is contained in:
parent
e90beb93a8
commit
b6e2261096
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include "stw_pixelformat.h"
|
||||
|
||||
|
||||
#define STW_MAX_PIXELFORMATS 128
|
||||
#define STW_MAX_PIXELFORMATS 256
|
||||
|
||||
|
||||
struct pipe_screen;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue