improve clipping performance

This commit is contained in:
Eduardo Bart
2012-04-04 12:19:17 -03:00
parent 8b184d3ce8
commit 034fce9147
3 changed files with 13 additions and 6 deletions

View File

@@ -369,7 +369,7 @@ void X11Window::internalChooseGLVisual()
GLX_USE_GL,
GLX_RGBA,
GLX_DOUBLEBUFFER,
GLX_STENCIL_SIZE, 1,
GLX_STENCIL_SIZE, 8,
/*
GLX_ACCUM_RED_SIZE, 8,
GLX_ACCUM_GREEN_SIZE, 8,