|
From: Diederick C. N. <dc...@gm...> - 2012-08-10 04:49:16
|
Hi All, On Fri, Aug 10, 2012 at 12:46 PM, Diederick C. Niehorster <dc...@gm...> wrote: > - GLUT uses some workarounds for when a single buffered window or a > window with multisampling is requested, but its not available. A > single buffered window can be mimicked with a double buffered window > by setting the drawbuffer to GL_FRONT and turning swap into a no-op. > GLUT simply tries again with no multisampling requested if its not > supported (i would be for trying lower sample numbers first if we > choose to implement something like this, which might be a good idea > anyway though it wont solve the problem at hand). Scrap that one, i see thats in the x11 path as well... Best, Dee |