http://bugs.winehq.org/show_bug.cgi?id=3755
Summary: FillGLCaps may be wrong about gl_version with the nvidia drivers Product: Wine Version: 0.9 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: minor Priority: P2 Component: wine-directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: pebl@math.ku.dk
I got the following output:
fixme:d3d_caps:IDirect3D8Impl_FillGLCaps found GL_VERSION ("2.0.0 NVIDIA 76.76")->(0x004c1dfc) = 76.7676 fixme:d3d_caps:IDirect3D8Impl_FillGLCaps found GL_RENDERER ("GeForce Go 6800/PCI/SSE2")->(0x00c8)
where 76 is major, and 7676 is minor version? ddraw checks for a \d+.\d+.\d+ match, which seems more proper.