[Mingw-w64-public] [PATCH] dxgi 1.2 missing functions and defines patch

2015-02-02 Thread Martell Malone
Hey guys, Here is the first of the 2 patches dx11 patches I hope to have merged before 4.0 is tagged. While i did rewrite the whole idl from scratch I didn't want to remove jacek's copyright so I just appended my name to it. There is one quesion I have about the patch The function

[Mingw-w64-public] [PATCH] Add missing d3d GUID's

2015-02-02 Thread Martell Malone
Hi, Please review. Previously dx11 and dxgi1.2 GUID's were missing from libuuid. Kind Regards Martell 0001-added-missing-d3d-GUID-to-libuuid.patch Description: Binary data -- Dive into the World of Parallel

Re: [Mingw-w64-public] gfortran, open mp and floating point precision

2015-02-02 Thread Carl Kleffner
The Windows ABI - see https://msdn.microsoft.com/en-us/library/ms235286.aspx - differes from the System V ABI - see http://www.x86-64.org/documentation/abi.pdf. MingW-W64 sets the x87 FPU control word register to extended precision. The 'standard' for Windows however is 'double precision'. See

Re: [Mingw-w64-public] [PATCH] Add missing d3d GUID's

2015-02-02 Thread Kai Tietz
Patch looks fine to me. Thanks, Kai 2015-02-02 23:15 GMT+01:00 Martell Malone martellmal...@gmail.com: Hi, Please review. Previously dx11 and dxgi1.2 GUID's were missing from libuuid. Kind Regards Martell --

Re: [Mingw-w64-public] [PATCH] Add missing d3d GUID's

2015-02-02 Thread Kai Tietz
Yes, by standard JonY cherry-picks them. Kai 2015-02-02 23:56 GMT+01:00 Martell Malone martellmal...@gmail.com: I'll commit it now then :) How do commits get into the 4.x branch btw ? Does jon_y cherry pick them himself ? On Mon, Feb 2, 2015 at 10:52 PM, Kai Tietz ktiet...@googlemail.com

Re: [Mingw-w64-public] [PATCH] Add missing d3d GUID's

2015-02-02 Thread Kai Tietz
Martell, would you mind to take care for those two patch/bug reports too? Cheers, Kai 2015-02-02 23:42 GMT+01:00 Martin Mitáš m...@morous.org: Hi, Dne 2. 2. 2015 v 23:15 Martell Malone napsal(a): Previously dx11 and dxgi1.2 GUID's were missing from libuuid. yes, mingw-w64's libuuid.a

Re: [Mingw-w64-public] Mass rebuild report for January 30 2015

2015-02-02 Thread Jacek Caban
On 02/01/15 20:27, Martell Malone wrote: OK, will go ahead with v4.0.0 shortly if there are no objections. I'm trying to get d3d11 idl additions into wine atm which jacek will pull into mingw-w64. VLC needs this for the new dx11-vout. Would it be possible to hold off a day or two for

Re: [Mingw-w64-public] gfortran, open mp and floating point precision

2015-02-02 Thread K. Frank
Hi Carl (and Pieter)! On Mon, Feb 2, 2015 at 5:29 PM, Carl Kleffner cmkleff...@gmail.com wrote: The Windows ABI - see https://msdn.microsoft.com/en-us/library/ms235286.aspx - differes from the System V ABI - see http://www.x86-64.org/documentation/abi.pdf. MingW-W64 sets the x87 FPU control

Re: [Mingw-w64-public] Mass rebuild report for January 30 2015

2015-02-02 Thread Martell Malone
If it's holding v4, then we should probably just commit it and not wait for Wine. Please commit the patch, but make sure it lands on Wine later, because otherwise it would disappear after the next sync to Wine. Okay I'll submit them shortly for review :) On Mon, Feb 2, 2015 at 10:19 AM,