Re: SOC: D3D Test Suite

2006-04-20 Thread H. Verbeet
On 19/04/06, Sagar Mittal [EMAIL PROTECTED] wrote: The ones that D3D9 has also don't test the generated graphics for conformance. That's because OpenGL implementations aren't guaranteed to produce identical outputs when given identical inputs. Graphical conformance tests would probably be

Re: search for /dev/input/js as well as /dev/js

2006-04-20 Thread Tim Schmidt
Seems to me that symlinks provided by a distribution would be usefull as a transitional measure only. Until applications eventually move over to the new /dev locations. So... Part of any application's perogerative is to deal with the platform(s) it runs on. Wine makes some special allowances

Re: search for /dev/input/js as well as /dev/js

2006-04-20 Thread Marcus Meissner
On Wed, Apr 19, 2006 at 01:18:43PM -0400, Mike Frysinger wrote: On Wednesday 19 April 2006 11:44, Mike McCormack wrote: Mike Frysinger wrote: other major source projects like libsdl had no qualms supporting /dev/input/js as well as /dev/js Maybe when you guys come up with another new

Re: Using msvcmon to debug

2006-04-20 Thread Uwe Bonnes
Ryan == Ryan Miller [EMAIL PROTECTED] writes: Ryan Hi, I've been using msvcmon previously to remote debug application Ryan in Visual Studio on Wine. It's great to have an IDE to debug Wine Ryan with the breakpoints and watch windows and all. I'm now using Ryan Crossover Office

Re: Race in rpc__cn_network_receiver()?

2006-04-20 Thread Luke Kenneth Casson Leighton
On Thu, Apr 20, 2006 at 03:04:21PM +1000, Luke Howard wrote: luke, you are a star: thank you for helping out with this. just for people's information (in case it's not been mentioned here - i must admit i forgot to notify [EMAIL PROTECTED]) about 6-8 months ago i did a coding-spree on

Re: SOC: D3D Test Suite

2006-04-20 Thread H. Verbeet
On 20/04/06, Jakob Eriksson [EMAIL PROTECTED] wrote: How is that coming along? Codeweavers supposedly has utility to do just that?! Well, no, not for d3d applications.

Re: x11drv: question about byte-swapping for DIBs

2006-04-20 Thread Eric Frias
Phil Krylov wrote: Messed colors and vertical stripes? Similar to http://www.froq.net/mirage/mirage1.png ? No, I get rather like this: http://newstar.rinet.ru/~phil/Screenshot-StarLing-for-Macintosh.png The StarLing image may be similar, but I think you're both looking at different

Re: Using msvcmon to debug

2006-04-20 Thread Joris Huizer
Uwe Bonnes wrote: Ryan == Ryan Miller [EMAIL PROTECTED] writes: Ryan Hi, I've been using msvcmon previously to remote debug application Ryan in Visual Studio on Wine. It's great to have an IDE to debug Wine Ryan with the breakpoints and watch windows and all. I'm now using

Re: [usp10] Fix return-codes of ScriptGetFontProperties (resend)

2006-04-20 Thread Joris Huizer
Paul Vriens wrote: +/* Now a NULL hdc again */ +hr = ScriptGetFontProperties(NULL,psc,sfp); +/* Save the psc pointer */ +old_psc = psc; +ok( hr == S_OK, (NULL,psc,sfp), expected S_OK, got %08x\n, (unsigned int)hr); +ok( psc == old_psc, Expected psc not to be changed, was

Re: SOC: D3D Test Suite

2006-04-20 Thread Jakob Eriksson
H. Verbeet wrote: On 19/04/06, Sagar Mittal [EMAIL PROTECTED] wrote: The ones that D3D9 has also don't test the generated graphics for conformance. That's because OpenGL implementations aren't guaranteed to produce identical outputs when given identical inputs. Graphical conformance

usp10: Remove the need to pass chars to ScriptPlace

2006-04-20 Thread Jeff L
This patch uses GetCharABCWidthsI to remove the need to pass chars from ScriptShape to ScriptPlace in the scriptcache work space. Change log: Remove the need to pass chars from ScriptShape to ScriptPlace Jeff Latimer Index: dlls/usp10/usp10.c

Re: search for /dev/input/js as well as /dev/js

2006-04-20 Thread Mike Hearn
On Wed, 19 Apr 2006 19:18:25 +0200, Alexandre Julliard wrote: You don't seem to fully appreciate the beauty of Linux. Of course these things have to change all the time! I mean, how boring would it be if code we wrote 6 months ago was still working today? Now if you will excuse me, I have

Re: search for /dev/input/js as well as /dev/js

2006-04-20 Thread Alexandre Julliard
Mike Hearn [EMAIL PROTECTED] writes: LOL, what with this and the latest release notes I am starting to wonder if Alexandre needs a holiday :) Funny, I've been thinking the same thing, that's why I'm leaving Saturday for two weeks in Greece ;) (and I'm wondering how many patches you guys will

Re: SOC: D3D Test Suite

2006-04-20 Thread Joseph Garvin
On Thu, 2006-04-20 at 02:28 -0400, H. Verbeet wrote: On 19/04/06, Sagar Mittal [EMAIL PROTECTED] wrote: The ones that D3D9 has also don't test the generated graphics for conformance. That's because OpenGL implementations aren't guaranteed to produce identical outputs when given identical

Re: File dialog regression?

2006-04-20 Thread Michael Jung
On Wed, 19 Apr 2006, Mike Hearn wrote: Has anybody else got a problem with no icons appearing in the file dialogs? I just see the generic blank document icon - it's as if the shell icons aren't being loaded anymore. This was a temporary regression with the fake dlls, but is fixed meanwhile.

Alexandre away [Was: Re: search for /dev/input/js as well as /dev/js]

2006-04-20 Thread Michael Stefaniuc
Alexandre Julliard wrote: Mike Hearn [EMAIL PROTECTED] writes: LOL, what with this and the latest release notes I am starting to wonder if Alexandre needs a holiday :) Funny, I've been thinking the same thing, that's why I'm leaving Saturday for two weeks in Greece ;) Have fun. (and

Re: SOC: D3D Test Suite

2006-04-20 Thread H. Verbeet
The OpenGL specification is not pixel exact. It therefore does not guarantee an exact match between images produced by different GL implementations. That's from the OpenGL specification, Appendix A. Also note that we wouldn't just be comparing different OpenGL implementations with eachother, but

Re: search for /dev/input/js as well as /dev/js

2006-04-20 Thread Mike Hearn
On 4/20/06, Alexandre Julliard [EMAIL PROTECTED] wrote: Funny, I've been thinking the same thing, that's why I'm leaving Saturday for two weeks in Greece ;) Wow cool, have fun! Reminds me, I should start thinking about my next holiday too ... but after exams :/ (and I'm wondering how many

Re: SOC project

2006-04-20 Thread H. Verbeet
On 19/04/06, Louis Lenders [EMAIL PROTECTED] wrote: I'm sure some of the developers that currently work on wined3d can think of proposals that students could work on. I think some of the features in NVPerfHUD would be quite usefull for debugging wined3d code.

RE: Using msvcmon to debug

2006-04-20 Thread Ryan Miller
I'm using Redhat ES 4. The wine version is: Wine 20050830. Does this message typically get followed by an exception? Ryan -Original Message- From: Uwe Bonnes [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 1:06 AM To: Ryan Miller Cc: wine-devel@winehq.org Subject: Re: Using

Re: dosdevices

2006-04-20 Thread Robert Lunnon
On Wednesday 19 April 2006 04:26, Alexandre Julliard wrote: Robert Lunnon [EMAIL PROTECTED] writes: All, I am having some considerable problems dealing with a simple issue. In .wine/dosdevices, devices are listed followed by a colon like in dos. This makes perfect sense except that the

Re: dosdevices

2006-04-20 Thread Alexandre Julliard
Robert Lunnon [EMAIL PROTECTED] writes: This is the approach I took before but for some reason you didn't accept the patch in process.c related to starting unix lib type applications. The work-around was to change to the lib directory locate the pwd chdir back, then start the lib using

DIB section problem

2006-04-20 Thread Stefan Dösinger
Hello, While working on an implementation for IWineD3DSurface::GetDC and IWineD3DSurface::ReleaseDC, I think I stubled accross a bug in the DIB code. It appears to me that the memory of the DIB section isn't unprotected correctly when the dib section is destroyed. I have pasted my code here:

Re: SOC: D3D Test Suite

2006-04-20 Thread Joseph Garvin
On Thu, 2006-04-20 at 11:42 -0400, H. Verbeet wrote: The OpenGL specification is not pixel exact. It therefore does not guarantee an exact match between images produced by different GL implementations. That's from the OpenGL specification, Appendix A. Also note that we wouldn't just be

Re: Using msvcmon to debug

2006-04-20 Thread Eric Pouech
Ryan Miller wrote: I'm using Redhat ES 4. The wine version is: Wine 20050830. Does this message typically get followed by an exception? no A+ -- Eric Pouech

RE: Using msvcmon to debug

2006-04-20 Thread Uwe Bonnes
Ryan == Ryan Miller [EMAIL PROTECTED] writes: Ryan I'm using Redhat ES 4. The wine version is: Wine 20050830. Does Ryan this message typically get followed by an exception? 20050830 is _ages_ old. Try a recent version and report again. ... Ryan !DOCTYPE HTML PUBLIC -//W3C//DTD

Re: DIB section problem

2006-04-20 Thread Stefan Dösinger
Forget about that, as AJ told me on irc, ddraw(and in the same way my code) used gdi incorrectly by calling an unofficial function. pgpnot7rOET56.pgp Description: PGP signature

SOC: More Ideas

2006-04-20 Thread Detlef Riekenberg
Hi Some more Ideas for SOC: Printer-Dialogs: PrintDlgEx* is the Default Printing-Dialog since w2k, but we have only a stub. Some Apps fail to Print for that reason. A usable Implementation need to Support the Properties from the Application (Example from IE: Print actual Frame /

Re: SOC: D3D Test Suite

2006-04-20 Thread Sagar Mittal
This was the approach I intended to take. I'd sum the squares of the differences of each pixel, and check to see if the score is below some threshold. With carefuly chosen tests and some trial-and-error, it should be possible to determine conformance with reasonable accuracy. On 4/20/06, Joseph

Getting wrc to support long long

2006-04-20 Thread Bill Medland
I just tried wrc for the first time and fell over this. Internal error (please report) ./ppl.l 824: long long constants not implemented yet Is anyone intending doing anything about it in the near future? Is it a reasonably simple thing to implement? -- Bill Medland mailto:[EMAIL PROTECTED]

undefined reference to `GetCharABCWidthsI'

2006-04-20 Thread Gerald Pfeifer
After the following change to dlls/gdi/font.c revision 1.32 date: 2006-04-19 18:16:36 +; author: julliard; state: Exp; lines: +49 -0 Jeff Latimer [EMAIL PROTECTED] gdi: Added implementation of GetCharABCWidthsI. I now get the following build error on FreeBSD 5.4:

Re: SOC: More Ideas

2006-04-20 Thread Willie Sippel
No idea how complicated it is, but wouldn't a fix for bug #2398 (OpenGL is only used only on top level windows so child windows get overdrawn) also make a nice SOC-project? Am Donnerstag, 20. April 2006 21:39 schrieb Detlef Riekenberg: Hi Some more Ideas for SOC: Printer-Dialogs:

SoC idea: finish wcmd

2006-04-20 Thread Dan Kegel
wcmd isn't thought of as sexy, but it's important; for instance, some installers use it under the hood. Things like if %1 == %2 and the /wait commandline flag are not yet implemented. It wouldn't be all that hard to get wcmd far enough along to make those installers happy; I think it'd make a