Re: riched20: add tests for EM_FORMATRANGE

2009-03-14 Thread James McKenzie
Lei Zhang wrote: > On Fri, Mar 13, 2009 at 12:01 PM, Paul Vriens > wrote: > >> Lei Zhang wrote: >> >>> Hi, >>> >>> In my last attempt, I submitted Troy Rollo's EM_FORMATRANGE >>> implementation and with my test cases. I'm not sure what was wrong >>> with the implementation, but the test ca

Re: Vacations

2009-03-14 Thread James McKenzie
Alexandre Julliard wrote: > Folks, > > There won't be any commits next week, as I'll be skiing... > > Happy skiing and stay safe and warm. James McKenzie

[AppDB] Entry for Everquest 2

2009-03-14 Thread Ben Klein
I just noticed that the entry for "Everquest II", the sequel to "Everquest", is listed as version 2 under "Everquest" in AppDB. This is incorrect, as the sequel is not a new version of the original game, it is a new game. Can someone help me fix it? I'd delete the version but there's quite a bit of

Re: [try2] schannel/tests: Fix test on Win2k

2009-03-14 Thread Paul Vriens
Nicolas Le Cam wrote: Try2: This time with the patch... Win2k pro returns 1 Lsa package and 4 user packages. Mark them as broken. Also skip verification of second package's values if only one is reported. Nicolas Le Cam

Re: wined3d: fix wrong FIXME-Message

2009-03-14 Thread André Hentschel
@Stefan Dösinger: > The if check isn't that correct either. Its correct, because gl_info ->max_vertex_samplers in my case is 32. I think it is really enough to fix the Message.

Re: wined3d: fix wrong FIXME-Message

2009-03-14 Thread Henri Verbeet
2009/3/14 Stefan Dösinger : > The if check isn't that correct either. > > If MAX_COMBINED_SAMPLERS >= 8 + 3 everything's fine too. d3d9 only supports 8 > fixed function frag samplers and 3 vertex samplers at max, so even if we > can't use all GL samplers together, we're still fine if we have 11 sam

Re: wined3d: fix wrong FIXME-Message

2009-03-14 Thread Stefan Dösinger
The if check isn't that correct either. If MAX_COMBINED_SAMPLERS >= 8 + 3 everything's fine too. d3d9 only supports 8 fixed function frag samplers and 3 vertex samplers at max, so even if we can't use all GL samplers together, we're still fine if we have 11 samplers available for the purpose of

[RFC] winedos: Initializations fix

2009-03-14 Thread Andrew Talbot
Have I got this right? Thanks, -- Andy. --- Changelog: winedos: Initializations fix. diff --git a/dlls/winedos/int21.c b/dlls/winedos/int21.c index 0c7967f..cbce913 100644 --- a/dlls/winedos/int21.c +++ b/dlls/winedos/int21.c @@ -2182,6 +2182,7 @@ static BOOL INT21_FileAttributes( CONTEXT86

Re: riched20: add tests for EM_FORMATRANGE

2009-03-14 Thread Paul Vriens
Lei Zhang wrote: On Fri, Mar 13, 2009 at 12:01 PM, Paul Vriens wrote: Lei Zhang wrote: Hi, In my last attempt, I submitted Troy Rollo's EM_FORMATRANGE implementation and with my test cases. I'm not sure what was wrong with the implementation, but the test cases should be ok. ---