mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 04:10:25 +01:00
fix for MSAA
This commit is contained in:
parent
f7d80aa006
commit
d3172cddbf
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ intelFillInModes(__DRIscreenPrivate *psp,
|
|||
configs = driCreateConfigs(fb_format, fb_type,
|
||||
depth_bits_array, stencil_bits_array,
|
||||
depth_buffer_factor, back_buffer_modes,
|
||||
back_buffer_factor);
|
||||
back_buffer_factor, NULL, 0);
|
||||
if (configs == NULL) {
|
||||
fprintf(stderr, "[%s:%u] Error creating FBConfig!\n", __func__,
|
||||
__LINE__);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue