Re: Shuttleworth on Wine

2009-05-06 Thread Scott Ritchie
nn wrote: Shuttleworth on Wine http://www.osnews.com/story/21438/Shuttleworth_on_Wine Yahoo!7 recommends that you update your browser to the new Internet Explorer 8.Get it now. The reason stuff like this makes the news is because everyone wants to know about Wine in Ubuntu. The

Re: [2/5] WineD3D: Keep track of used float constants

2009-05-06 Thread Henri Verbeet
+reg_maps-constf = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, + sizeof(*reg_maps-constf) * (constf_size / (sizeof(*reg_maps-constf) * 8) + 1)); This is flawed, it will allocate too much memory. You essentially want (bit_count + 31) / 32 to calculate the

Re: [4/5] WineD3D: Work around a bad crash in fglrx

2009-05-06 Thread Henri Verbeet
2009/5/5 Stefan Dösinger ste...@codeweavers.com: + * quirk only enables point sprites on the first texture unit. This keeps point sprites working in + * most games, but avoids the crash ...and on the other ones it will create hard to diagnose / explain bugs. Just disabling the extension if

Wine on Solaris 10 and SXCE

2009-05-06 Thread Vit Hrachovy
Hi people, Apostolos provided me links to download Sun packages of latest Wine (1.1.20) at sunfreepacks. Could someone responsible please update WineHQ page with the following info: http://winehq.org Run Windows applications on Linux, BSD, Solaris and Mac OS X. http://winehq.org/download/

Re: Wine on Solaris 10 and SXCE

2009-05-06 Thread Austin English
On Wed, May 6, 2009 at 3:56 AM, Vit Hrachovy vit.hrach...@sandbox.cz wrote: Hi people, Apostolos provided me links to download Sun packages of latest Wine (1.1.20) at sunfreepacks. Could someone responsible please update WineHQ page with the following info: The sources are available at

Re: Wine on Solaris 10 and SXCE

2009-05-06 Thread Tom Wickline
On Wed, May 6, 2009 at 5:02 AM, Austin English austinengl...@gmail.comwrote: On Wed, May 6, 2009 at 3:56 AM, Vit Hrachovy vit.hrach...@sandbox.cz wrote: Hi people, Apostolos provided me links to download Sun packages of latest Wine (1.1.20) at sunfreepacks. Could someone responsible

Re: [4/5] WineD3D: Work around a bad crash in fglrx

2009-05-06 Thread Francois Gouget
On Wed, 6 May 2009, Henri Verbeet wrote: [...] I also *still* think us working around AMD's bugs is the wrong approach. Of course it would also help if AMD took these kind of things seriously, or at least replied to my posts (http://www.phoronix.com/forums/showpost.php?p=63527postcount=107).

Re: [4/5] WineD3D: Work around a bad crash in fglrx

2009-05-06 Thread Stefan Dösinger
Am Mittwoch, 6. Mai 2009 10:10:07 schrieb Henri Verbeet: 2009/5/5 Stefan Dösinger ste...@codeweavers.com: + * quirk only enables point sprites on the first texture unit. This keeps point sprites working in + * most games, but avoids the crash ...and on the other ones it will create hard to

Re: [4/5] WineD3D: Work around a bad crash in fglrx

2009-05-06 Thread Henri Verbeet
2009/5/6 Francois Gouget fgou...@free.fr: On Wed, 6 May 2009, Henri Verbeet wrote: [...] I also *still* think us working around AMD's bugs is the wrong approach. Of course it would also help if AMD took these kind of things seriously, or at least replied to my posts

Re: [4/5] WineD3D: Work around a bad crash in fglrx

2009-05-06 Thread Henri Verbeet
2009/5/6 Stefan Dösinger ste...@codeweavers.com: Am Mittwoch, 6. Mai 2009 10:10:07 schrieb Henri Verbeet: ...and on the other ones it will create hard to diagnose / explain bugs. Just disabling the extension if it's broken also avoids the crash, and will at least have predictable behaviour.

Re: Wine on Solaris 10 and SXCE

2009-05-06 Thread Vit Hrachovy
Austin English wrote: On Wed, May 6, 2009 at 3:56 AM, Vit Hrachovy vit.hrach...@sandbox.cz wrote: Hi people, Apostolos provided me links to download Sun packages of latest Wine (1.1.20) at sunfreepacks. Could someone responsible please update WineHQ page with the following info: The sources

Re: Wine on Solaris 10 and SXCE

2009-05-06 Thread Austin English
On Wed, May 6, 2009 at 5:15 AM, Vit Hrachovy vit.hrach...@sandbox.cz wrote: Austin English wrote:  OpenSolaris    package wine in repository http://pkg.opensolaris.org/contrib Is the contrib repository enabled by default? I haven't noticed it when using OpenSolaris...or is it new for

Re: [4/5] WineD3D: Work around a bad crash in fglrx

2009-05-06 Thread Henri Verbeet
2009/5/6 Henri Verbeet hverb...@gmail.com: Mesa (that includes e.g. the intel and radeon drivers) is generally responsive to bug reports, as is NVIDIA. It's really just AMD and Apple that are problematic wrt. getting bugs fixed. Just for the record, I'm not trying to just make AMD look bad

Re: Wine on Solaris 10 and SXCE

2009-05-06 Thread Vit Hrachovy
Austin English wrote: On Wed, May 6, 2009 at 5:15 AM, Vit Hrachovy vit.hrach...@sandbox.cz wrote: Austin English wrote: OpenSolaris package wine in repository http://pkg.opensolaris.org/contrib Is the contrib repository enabled by default? I haven't noticed it when using OpenSolaris...or

Re: [4/5] WineD3D: Work around a bad crash in fglrx

2009-05-06 Thread Ben Klein
2009/5/6 Francois Gouget fgou...@free.fr: I have a feeling that Wine is the only 'application' that really tests the Unix OpenGL drivers, by virtue of being the only application to run the really complex vertex and pixel shaders that are found only in Windows games. Maybe I am wrong, but if I

Re: [4/5] WineD3D: Work around a bad crash in fglrx

2009-05-06 Thread Roderick Colenbrander
On Wed, May 6, 2009 at 3:52 PM, Ben Klein shackl...@gmail.com wrote: 2009/5/6 Francois Gouget fgou...@free.fr: I have a feeling that Wine is the only 'application' that really tests the Unix OpenGL drivers, by virtue of being the only application to run the really complex vertex and pixel

Re: Wine on Solaris 10 and SXCE

2009-05-06 Thread David Gerard
2009/5/6 Vit Hrachovy vit.hrach...@sandbox.cz: *rumour* IMO one of technical barriers preventing Wine in /release repo could be  that Wine doesn't compile with SunStudio compiler, only with gcc. *eof rumour* Obviously that sort of thing consititutes a set of bugs that should be reported

Re: Wine on Solaris 10 and SXCE

2009-05-06 Thread Austin English
On Wed, May 6, 2009 at 9:55 AM, David Gerard dger...@gmail.com wrote: 2009/5/6 Vit Hrachovy vit.hrach...@sandbox.cz: *rumour* IMO one of technical barriers preventing Wine in /release repo could be  that Wine doesn't compile with SunStudio compiler, only with gcc. *eof rumour* Obviously

Re: [4/5] WineD3D: Work around a bad crash in fglrx

2009-05-06 Thread Stefan Dösinger
Am Mittwoch, 6. Mai 2009 16:33:01 schrieb Roderick Colenbrander: Actually ATI/AMD is quite interested in Wine. I have been in contact with them for joining their developer program and helping them fix issues. I didn't have time to fill out all the info yet. I could get them look at it then.