Re: Mac driver status: ready for contributions

2013-03-26 Thread Francois Gouget
On Mon, 18 Mar 2013, Ken Thomases wrote: [...] > Currently, you have to set a registry key to enable the Mac driver: > > [HKEY_CURRENT_USER\Software\Wine\Drivers] > "Graphics"="mac,x11" An issue I ran into with the registry approach is that it causes Wine to use X11 to show the 'Updating the Win

Re: Mac driver status: ready for contributions

2013-03-19 Thread Ken Thomases
On Mar 19, 2013, at 1:31 AM, Charles Davis wrote: > I have one more of my own to add: > > * Fix crash whenever an app makes a GLU call. Ah, yes, I forgot that one. Thanks for reminding me. > I suspect this is because Mesa's GLU calls Mesa's libGL--which crashes > horribly because there's no

Re: Mac driver status: ready for contributions

2013-03-18 Thread Charles Davis
I have one more of my own to add: * Fix crash whenever an app makes a GLU call. I suspect this is because Mesa's GLU calls Mesa's libGL--which crashes horribly because there's no Mesa/GLX context current. I see two ways to fix that. One is to make GLU dispatch go through the driver. The other

Mac driver status: ready for contributions

2013-03-18 Thread Ken Thomases
Hi, With my latest set of patches, the Mac driver in Wine is up to speed with what's in CrossOver 12 (plus some extra goodies). Of course, that's not to say that the Mac driver is done, but if you were holding off getting involved because you figured big chunks of already-done work were pendin