The previous version contained a bug in the GLX context creation code of
wglShareLists. The error led to a BadMatch in demos which work using upcoming
patches.
Roderick
On Thursday 26 July 2007 20:52, Roderick Colenbrander wrote:
This patch enables the newly added offscreen formats for use with pbuffers.
Note that this function uses a GLX 1.3 function (glXCreateNewContext). This
function is needed to handle fbconfigs without a visual. Such fbconfigs
only exist on GLX 1.3 or higher (without glXCreateNewContext you can't even
use them).
Roderick Colenbrander