mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Set stencil size for Xgl GLX visuals
This commit is contained in:
@@ -3503,6 +3503,7 @@ xglInitVisualConfigs (ScreenPtr pScreen)
|
||||
|
||||
pConfig[i].doubleBuffer = TRUE;
|
||||
pConfig[i].depthSize = format->depth_size;
|
||||
pConfig[i].stencilSize = format->stencil_size;
|
||||
pConfig[i].stereo = FALSE;
|
||||
|
||||
if (depth == 16)
|
||||
|
||||
Reference in New Issue
Block a user