Re: Have there been any problems with Wine on GCC 4.7?

2012-08-20 Thread Eric Pouech
> > > http://source.winehq.org/git/wine.git/commitdiff/3f1dbaf3df0ae8ec2f0e86191eae3879fc422e2d > > -- > -Austin > the trouble with this patch is that it enables debug info whatever the default configuration is... A+ -- Eric Pouech

Re: Have there been any problems with Wine on GCC 4.7?

2012-08-20 Thread Austin English
On Mon, Aug 13, 2012 at 4:46 PM, Scott Ritchie wrote: > On 8/13/12 12:55 PM, Eric Pouech wrote: >> >> >>> diff --git a/configure.ac b/configure.ac >>> index 4bd43d1..c80fd8a 100644 >>> --- a/configure.ac >>> +++ b/configure.ac >>> @@ -1746,6 +1746,8 @@ then >>> WINE_TRY_CFLAGS([-Wtype-limits]) >>>

Re: [PATCH 4/4] wined3d: Improve post-pixelshader blending test. (Try 2)

2012-08-20 Thread Matteo Bruni
2012/8/20 Lucas Zawacki : > Hello, this patch caused a regression with Rayman 2, all the text in > the menus is rendered wrong now. > > Should I open a bug or is this email enough? A demo of the game can be > downloaded here ftp://ftp.ubisoft.com/Rayman2/rayman2high.zip > > Screenshot: http://dl.dr

Re: [PATCH 4/4] wined3d: Improve post-pixelshader blending test. (Try 2)

2012-08-20 Thread Lucas Zawacki
Hello, this patch caused a regression with Rayman 2, all the text in the menus is rendered wrong now. Should I open a bug or is this email enough? A demo of the game can be downloaded here ftp://ftp.ubisoft.com/Rayman2/rayman2high.zip Screenshot: http://dl.dropbox.com/u/2701879/images/rayman2.png

Re: [6/7] d3dx9: Implement ID3DXConstantTable::SetMatrixPointerArray.

2012-08-20 Thread Rico Schüller
On 20.08.2012 17:10, Józef Kucia wrote: +if (desc.Class == D3DXPC_MATRIX_ROWS || desc.Class == D3DXPC_MATRIX_COLUMNS) +{ ... +} +else if (desc.Class == D3DXPC_SCALAR) Could you also set D3DXPC_VECTOR variables with this call? It should be easy to add a test for a scalar and

Re: [3/7] d3dx9: ID3DXConstantTable::SetFloat shouldn't change the value of matrix and vector constants.

2012-08-20 Thread Rico Schüller
On 20.08.2012 17:10, Józef Kucia wrote: @@ -665,6 +666,31 @@ static void test_setting_basic_table(IDirect3DDevice9 *device) out[8], out[9], out[10], out[11], out[12], out[13], out[14], out[15]); +ID3DXConstantTable_SetFloat(ctable, device, "mvp", f); +ok(res

Re: [PATCH 1/2] oleaut32: Ensure that the right interface is passed to the callee in ITypeInfo::Invoke

2012-08-20 Thread Alexandre Julliard
Jacek Caban writes: > @@ -6509,6 +6510,38 @@ static HRESULT WINAPI ITypeInfo_fnInvoke( > { > prgpvarg[i] = src_arg; > } > + > +if((tdesc->vt == VT_USERDEFINED || (tdesc->vt == VT_PTR > && tdesc->u.lptdesc->vt

Re: Microsecond unit

2012-08-20 Thread Alexandre Julliard
Francois Gouget writes: > The microsecond unit is 'µs' and yet, in dlls/sane.ds/sane.rc, we define > it as 'us' and then rely on the British and American English PO files to > convert it to 'µs'. > > Why not put the right unit directly in the RC file? > It's UTF-8 anyway... wrc requires msgid