Re: What graphics cards do the d3d9 tests pass on?

2008-05-18 Thread Kai Blin
On Saturday 17 May 2008 01:01:15 Andrew Eleneski wrote:
> For my box I am running Kubuntu Hardy with Ati driver version 8.4. I see
> I crashed on the d3d9:stateblock, and have quite a few failures in the
> d3d9:visual area.

See http://wiki.winehq.org/MakeTestFailures

Cheers,
Kai

-- 
Kai Blin
WorldForge developer  http://www.worldforge.org/
Wine developerhttp://wiki.winehq.org/KaiBlin
Samba team member http://www.samba.org/samba/team/
--
Will code for cotton.


signature.asc
Description: This is a digitally signed message part.



What graphics cards do the d3d9 tests pass on?

2008-05-16 Thread Andrew Eleneski
For my box I am running Kubuntu Hardy with Ati driver version 8.4. I see 
I crashed on the d3d9:stateblock, and have quite a few failures in the 
d3d9:visual area.




Re: What graphics cards do the d3d9 tests pass on?

2008-05-16 Thread Dan Kegel
On Fri, May 16, 2008 at 12:18 PM, Stefan Dösinger
<[EMAIL PROTECTED]> wrote:
> Nvidia gf6 and gf7 cards are confirmed.

OK.

> Those pass the test without failures. There are 27 TODOs, but well, they're
> TODOs. There is no way to get "0 skipped" on the visual test...

Ah, didn't realize that.  I was being too picky.  OK, the records you
listed have the
following graphics cards:

 nVidia Corporation G70 [GeForce 7600 GT] (rev a1)
 nVidia Corporation G80 [GeForce 8800 GTX] (rev a2)
 nVidia Corporation NV40 [GeForce 6800] (rev a1)
 nVidia Corporation NV41GL [Quadro FX 1400] (rev a2)
 nVidia Corporation Unknown device 0611 (rev a2)

so I guess you can add gf 8 to the list...

> Let me check the others(from left to right, hoping you have the same order):

More tests keep coming in, so I don't know which is which.  Best to stick
a url next to each interesting line.

> -> I guess the gf3 failures you reported. Can you resend your patch? I think
> we should get it in, unless Henri sends his

Sure, I'll resend it once AJ is back.

> Wrt the ATI driver:
> http://ati.cchtml.com/show_bug.cgi?id=1031
> http://ati.cchtml.com/show_bug.cgi?id=1030
> and others will probably kill the visual tests for a very long time. Matthew
> Tippet is happy to fix bugs which have a huge impact on gamers(once we get
> them isolated :-/), but he didn't sound as if he wants to invest any time in
> making our d3d9 test happy.

gaah
- Dan




Re: What graphics cards do the d3d9 tests pass on?

2008-05-16 Thread Vitaliy Margolen
Dan Kegel wrote:
> Anyone know how to get the d3d9 tests to pass?
> Are there a set of graphic cards that are known to work with them?
> 
> Right now, nobody who's reported test results under wine is seeing them pass:
> http://test.winehq.org/data/2470b0b31605133ec046330dd79fdccaa7ba33fe/#group_Wine:d3d9:visual
> And, come to think of it, ditto for Windows:
> http://test.winehq.org/data/200804161000/#group_XP:d3d9:visual
> (though the data's pretty thin there).
> All the apparant successes are really just skipped tests.
> - Dan
> 
> 
Pass here fine with current GIT - nVidia 6600GT 128MB. However you have to 
run it with default config (virtual desktop and XVidMode break some tests).

Vitaliy.




Re: What graphics cards do the d3d9 tests pass on?

2008-05-16 Thread Stefan Dösinger
Am Freitag, 16. Mai 2008 20:57:04 schrieb Dan Kegel:
> Anyone know how to get the d3d9 tests to pass?
> Are there a set of graphic cards that are known to work with them?
Nvidia gf6 and gf7 cards are confirmed. However, there's a rather strange bug 
in the instancing test. I do not see this failure, but Henri saw it, and it 
can be seen in some failures.

> Right now, nobody who's reported test results under wine is seeing them
> pass:
http://test.winehq.org/data/2470b0b31605133ec046330dd79fdccaa7ba33fe/wine_xp_ajackson-hardy-amd/d3d9%3Avisual.txt
http://test.winehq.org/data/2470b0b31605133ec046330dd79fdccaa7ba33fe/wine_xp_bmartin-gutsy32/d3d9%3Avisual.txt
http://test.winehq.org/data/2470b0b31605133ec046330dd79fdccaa7ba33fe/wine_xp_bratch-gentoo-amd64/d3d9%3Avisual.txt
http://test.winehq.org/data/2470b0b31605133ec046330dd79fdccaa7ba33fe/wine_xp_dank-hp/d3d9%3Avisual.txt
http://test.winehq.org/data/2470b0b31605133ec046330dd79fdccaa7ba33fe/wine_xp_dimesio-opensuse-32/d3d9%3Avisual.txt
http://test.winehq.org/data/2470b0b31605133ec046330dd79fdccaa7ba33fe/wine_xp_sritchie-hardy-64/d3d9%3Avisual.txt

Those pass the test without failures. There are 27 TODOs, but well, they're 
TODOs. There is no way to get "0 skipped" on the visual test, because some 
tests are only executed on cards which do *not* have a specific feature, like 
the conditional NP2 test(skipped if unconditional non power of two support 
exists)

Let me check the others(from left to right, hoping you have the same order):
-> I don't see why it writes "failed". Timeout maybe?
-> That's the instancing failure
-> success
-> success
-> success
-> I guess the gf3 failures you reported. Can you resend your patch? I think 
we should get it in, unless Henri sends his
-> ditto
-> ditto
-> ditto
-> success
-> gf3
-> success
-> no idea :-(
-> That one looks strange; It has the shademode failure, but the other failure 
looks odd
-> I've no idea what's wrong here; It is an nvidia card, but things like fog 
and pixel shaders look very messed up.
-> skip
-> skip
-> strange, no idea
-> ATI driver. See remarks below
-> broken GL setup?
-> success
-> skip
-> No idea

Wrt the ATI driver:
http://ati.cchtml.com/show_bug.cgi?id=1031
http://ati.cchtml.com/show_bug.cgi?id=1030
and others will probably kill the visual tests for a very long time. Matthew 
Tippet is happy to fix bugs which have a huge impact on gamers(once we get 
them isolated :-/), but he didn't sound as if he wants to invest any time in 
making our d3d9 test happy.




Re: What graphics cards do the d3d9 tests pass on?

2008-05-16 Thread Louis Lenders
Dan Kegel  kegel.com> writes:

> 
> Anyone know how to get the d3d9 tests to pass?
> Are there a set of graphic cards that are known to work with them?
> 
> Right now, nobody who's reported test results under wine is seeing them pass:
>
http://test.winehq.org/data/2470b0b31605133ec046330dd79fdccaa7ba33fe/#group_Wine:d3d9:visual
> And, come to think of it, ditto for Windows:
> http://test.winehq.org/data/200804161000/#group_XP:d3d9:visual
> (though the data's pretty thin there).
> All the apparant successes are really just skipped tests.
> - Dan
> 
> 

I think the tests also suffer from the d3d-regressions. When i ran the tests a
few weeks ago, o saw some fancy visual-tests carried out on my computer
(red/green/yellow rectangles etc).The tests took quite some time to finish.

 Right now i only see the screen flashing black a few times, and that's it.
Looks like most tests are really skipped. Maybe we should a regression test to
see what patch broke this






What graphics cards do the d3d9 tests pass on?

2008-05-16 Thread Dan Kegel
Anyone know how to get the d3d9 tests to pass?
Are there a set of graphic cards that are known to work with them?

Right now, nobody who's reported test results under wine is seeing them pass:
http://test.winehq.org/data/2470b0b31605133ec046330dd79fdccaa7ba33fe/#group_Wine:d3d9:visual
And, come to think of it, ditto for Windows:
http://test.winehq.org/data/200804161000/#group_XP:d3d9:visual
(though the data's pretty thin there).
All the apparant successes are really just skipped tests.
- Dan