>
>
> 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
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])
>>>
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
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
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
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
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
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