Re: d3dx9_36 [patch 1 of 4, try 2]: Implemetation of D3DXSHDot

2012-06-22 Thread Dmitry Timoshkov
Hello, Please follow http://wiki.winehq.org/SubmittingPatches instructions for naming patches when sending a patch series. Usually 'git format-patch -n' will do it for you. Otherwise testbot won't recognize the series. -- Dmitry.

Re: d3dx9_36 [patch 3 of 4, try 2]: Implemetation of D3DXSHMultiply2

2012-06-22 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=19429 Your paranoid

Re: wintrust/tests: Fix build with MSVC.

2012-06-22 Thread Thomas Faber
On 2012-06-21 23:47, David Laight wrote: On Thu, Jun 21, 2012 at 12:56:43PM +0200, Thomas Faber wrote: On 2012-06-21 12:34, Dmitry Timoshkov wrote: Thomas Faber thfa...@gmx.de wrote: FIELD_OFFSET isn't constant enough. The problem is not with FIELD_OFFSET, but with applying shift and mask

Re: d3dx9_36 [patch 4 of 4, try 2]: Save multiplications

2012-06-22 Thread Alexandre Julliard
Nozomi Kodama nozomi.kod...@yahoo.com writes: @@ -1971,11 +1971,13 @@ FLOAT *WINAPI D3DXFloat16To32Array(FLOAT *pout, CONST D3DXFLOAT16 *pin, UINT n) FLOAT* WINAPI D3DXSHAdd(FLOAT *out, UINT order, const FLOAT *a, const FLOAT *b) { -UINT i; +UINT i, sq_order;

Re: d3dx9_36: Implentation of D3DXSHDot

2012-06-22 Thread Alexandre Julliard
Nozomi Kodama nozomi.kod...@yahoo.com writes: +static void test_D3DXSHDot(void) +{ +unsigned int i; +FLOAT a[64], b[64], got; +CONST FLOAT expected[] = +{ 0.0f, 0.0f, 17.0f, 222.0f, 1300.0f, 5050.0f, 15225.0f, 38612.0f, 86352.0f, }; + +for (i = 0; i 64; i++) +{

Re: [1/2] windowscodecs: Implement GetPreview and GetThumbnail in the TIFF decoder.

2012-06-22 Thread Vincent Povirk
According to MSDN, GetPreview isn't supported on any decoder except WMPhoto, and if that's true it should probably be returning WINCODEC_ERR_UNSUPPORTEDOPERATION. And why bother with GetThumbnail if you're not going to do it properly? At least check whether a thumbnail exists in the image before

Re: [1/2] windowscodecs: Implement GetPreview and GetThumbnail in the TIFF decoder.

2012-06-22 Thread Dmitry Timoshkov
Vincent Povirk madewokh...@gmail.com wrote: According to MSDN, GetPreview isn't supported on any decoder except WMPhoto, and if that's true it should probably be returning WINCODEC_ERR_UNSUPPORTEDOPERATION. And why bother with GetThumbnail if you're not going to do it properly? At least

RE: Incompatibility in Kernel32

2012-06-22 Thread robert.van.h...@serioustoys.com
Is there any reason that you call DeleteFile() on a still being opened file? That's the whole point of this test. The observed behavior is that you can pass a filename to MsiRecordSetStream, successfully delete the file, and keep on using the stream. I think DeleteFile on a opened file

Re: MSVCP60.dll

2012-06-22 Thread John Emmas
On 15 Jun 2012, at 10:41, Michael Stefaniuc wrote: On 06/15/2012 06:22 AM, John Emmas wrote: Recently however, two customers tried to use it with Wine v1.5.35. In both cases the program crashed - apparently because some particular function wasn't found in MSVCP60.dll (at the moment, we

Re: MSVCP60.dll

2012-06-22 Thread Bruno Jesus
On Fri, Jun 22, 2012 at 3:38 PM, John Emmas john...@tiscali.co.uk wrote: If anyone thinks of any useful information I'll add it to the bug report. ... BACKTRACE FOLLOWS:- Unhandled exception: unimplemented function msvcp60.dll.??0Init@ios_base@std@@QAE@XZ called in 32-bit code (0x7b83aed2).

Re: MSVCP60.dll

2012-06-22 Thread John Emmas
On 22 Jun 2012, at 20:17, Bruno Jesus wrote: On Fri, Jun 22, 2012 at 3:38 PM, John Emmas john...@tiscali.co.uk wrote: ... BACKTRACE FOLLOWS:- Unhandled exception: unimplemented function msvcp60.dll.??0Init@ios_base@std@@QAE@XZ called in 32-bit code (0x7b83aed2). This problem is already

Re: MSVCP60.dll

2012-06-22 Thread Bruno Jesus
On Fri, Jun 22, 2012 at 5:27 PM, John Emmas john...@tiscali.co.uk wrote: On 22 Jun 2012, at 20:17, Bruno Jesus wrote: ... BACKTRACE FOLLOWS:- Unhandled exception: unimplemented function msvcp60.dll.??0Init@ios_base@std@@QAE@XZ called in 32-bit code (0x7b83aed2). This problem is already