The process of creating an OGLContext at startup could be simplified
significantly, especially now that the single-threaded rendering (STR)
project has been integrated. In that project, all GL/GLX/WGL operations
are executed on the one queue-flushing thread (QFT), which the
exception of the creation of a GLX/WGLGraphicsConfig at startup.
The OGL pipeline would likely startup faster and be more reliable if
we created GLX/WGLGraphicsConfigs and their associated contexts on
the QFT.
###@###.### 2005-03-07 18:59:51 GMT