Re: [3/4] ddraw: Set correct HEL and HAL color models

2012-01-17 Thread Stefan Dösinger
Am Samstag, 10. Dezember 2011, 22:26:34 schrieb Stefan Dösinger:
> This looks strange. The system doesn't support hardware d3d, since the
> CreateDevice calls for HAL and HW T&L HAL calls fail, but it still
> enumerates them. I guess adding a broken() is the way to go.
>
> I'll send a patch next week.
I just noticed that I never sent the promised patch. Can you file bugs for
those issues next time and assign them to me? A bugtracker is a better way to
keep track of things than my poorly organized inbox.


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



Re: [3/4] ddraw: Set correct HEL and HAL color models

2011-12-10 Thread Stefan Dösinger
Am Samstag, 10. Dezember 2011, 18:44:32 schrieb Saulius Krasuckas:
> Stefan,
> 
> it looks like your patch
> http://source.winehq.org/git/wine.git/commitdiff/9e0baa55cec232656048c972e94
> a9dc2a15ec30b
> 
> has introduced 2 failures on one virtual w2k3-vmware machine:
> http://test.winehq.org/data/e7bbb4ef1e95396b72a58f813b4346d9abccb699/2003_wt
> b-w2k3r2sex64-32/ddraw:d3d.html
This looks strange. The system doesn't support hardware d3d, since the 
CreateDevice calls for HAL and HW T&L HAL calls fail, but it still enumerates 
them. I guess adding a broken() is the way to go.

I'll send a patch next week.




Re: [3/4] ddraw: Set correct HEL and HAL color models

2011-12-10 Thread Saulius Krasuckas
Stefan,

it looks like your patch 
http://source.winehq.org/git/wine.git/commitdiff/9e0baa55cec232656048c972e94a9dc2a15ec30b

has introduced 2 failures on one virtual w2k3-vmware machine:
http://test.winehq.org/data/e7bbb4ef1e95396b72a58f813b4346d9abccb699/2003_wtb-w2k3r2sex64-32/ddraw:d3d.html

See earlier results:
http://test.winehq.org/data/tests/ddraw:d3d.html

Would you mind fixing this, please:)?

S.