Re: GSoC 2013 Ideas Page

2013-04-02 Thread Austin English
On Tue, Apr 2, 2013 at 2:31 PM, Austin English wrote: > I cleaned this up a couple months ago and removed completed/obsolete > projects, but it needs further improvements (mostly new ideas). Please > contribute any ideas that you have. > > Thanks! > -Austin > > -- Forwarded message ---

Fwd: GSoC 2013 Ideas Page

2013-04-02 Thread Austin English
I cleaned this up a couple months ago and removed completed/obsolete projects, but it needs further improvements (mostly new ideas). Please contribute any ideas that you have. Thanks! -Austin -- Forwarded message -- From: Carol Smith Date: Tue, Apr 2, 2013 at 1:41 PM Subject: GSo

Re: d3dx9 [patch1/3, try 2]: Do not use relative error for small numbers

2013-04-02 Thread Matteo Bruni
2013/4/1 Nozomi Kodama > > Since there are only at most 7 significant digits for a float, we must not be > too picky about the expected difference for small numbers > > -#define relative_error(exp, out) ((exp == 0.0f) ? fabs(exp - out) : > (fabs(1.0f - (out) / (exp > +#define relative_error

Re: uxtheme/tests: Don't test for themed app

2013-04-02 Thread Alexandre Julliard
André Hentschel writes: > @@ -84,18 +84,14 @@ static void test_IsThemed(void) > SetLastError(0xdeadbeef); > bThemeActive = pIsThemeActive(); > trace("Theming is %s\n", (bThemeActive) ? "active" : "inactive"); > +ok( GetLastError() == ERROR_SUCCESS || > +broken(GetLastEr