# HG changeset patch # User cehoyos # Date 1278620265 0 # Node ID 8f8c92592747c0da32d514df4a045e88c1c715db # Parent b6c2b541e1a65973b9cb8044ef32a5304cbf90ab Independent tests indicate that GLX_STEREO is working fine on supported hardware. diff -r b6c2b541e1a6 -r 8f8c92592747 libvo/vo_gl.c --- a/libvo/vo_gl.c Thu Jul 08 15:52:47 2010 +0000 +++ b/libvo/vo_gl.c Thu Jul 08 20:17:45 2010 +0000 @@ -1232,7 +1232,7 @@ " 0: normal display\n" " 1: side-by-side to red-cyan stereo\n" " 2: side-by-side to green-magenta stereo\n" - " 3: side-by-side to quadbuffer stereo (broken?)\n" + " 3: side-by-side to quadbuffer stereo\n" "\n" ); return -1; }