From: José Fonseca Date: Tue, 12 Apr 2011 19:50:01 +0000 (+0100) Subject: Request stencil buffer. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=4adab3586b53bf39b71bfe5af9f104b994354a66;p=apitrace Request stencil buffer. --- diff --git a/glws_glx.cpp b/glws_glx.cpp index 5a570e2..7d286a5 100644 --- a/glws_glx.cpp +++ b/glws_glx.cpp @@ -115,6 +115,7 @@ public: GLX_GREEN_SIZE, 1, GLX_BLUE_SIZE, 1, GLX_DEPTH_SIZE, 1, + GLX_STENCIL_SIZE, 1, None }; @@ -125,6 +126,7 @@ public: GLX_BLUE_SIZE, 1, GLX_DOUBLEBUFFER, GLX_DEPTH_SIZE, 1, + GLX_STENCIL_SIZE, 1, None };