bug in dlls/wined3d/device.c?

Daniel Skorka daniel.skorka at stud.uni-karlsruhe.de
Fri Jan 6 11:51:59 CST 2006


Hi,

I have a question regarding the function IWineD3DDeviceImpl_ActiveRender
at lines 5806-5807 (that is in wine 0.9.5). If I read [1] correctly,
these two lines:

PUSH2(GLX_DRAWABLE_TYPE, GLX_PBUFFER_BIT);
PUSH2(GLX_X_RENDERABLE,  TRUE);

are illegal, as GLX_X_RENDERABLE must be FALSE when GLX_PBUFFER_BIT is
set. Comments?

Daniel

[1]
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.doc/libs/openglrf/glXChooseFBConfig.htm



More information about the wine-devel mailing list