>> > +&GUID_WICPixelFormat8bppGray,
>>
>> This will give you a halftone palette instead of a grayscale palette,
>> unless you add special handling for that format.
>
> That's fine for the time being.
Currently, the images should render correctly because WIC converts
them to 32-bit RGBA, so ren
Vincent Povirk wrote:
> > +&GUID_WICPixelFormat8bppGray,
>
> This will give you a halftone palette instead of a grayscale palette,
> unless you add special handling for that format.
That's fine for the time being.
--
Dmitry.
> +&GUID_WICPixelFormat8bppGray,
This will give you a halftone palette instead of a grayscale palette,
unless you add special handling for that format.
2012/7/17 Stefan Dösinger :
> Am Montag, 16. Juli 2012, 20:39:23 schrieb Matteo Bruni:
>> +HLSL_IR_BINOP_MUL,
>> ...
>> +HLSL_IR_BINOP_DOT,
> HLSL has 3 somewhat related multiplication operations: "*", "mul" and "dot".
> Dot is fairly straightforward, but "*" and "mul" have subtle differenc
2012/7/17 Jacek Caban :
> On 07/15/12 14:21, Nicolas Le Cam wrote:
>> Hi Jacek,
>>
>> Could it be backported into stable 2.x ? This will allow distros to
>> package it with the next stable release of mingw-w64.
>
> I've just committed it to 2.x branch. It's up to distros now to update
> packages.
>
On 07/15/12 14:21, Nicolas Le Cam wrote:
> Hi Jacek,
>
> Could it be backported into stable 2.x ? This will allow distros to
> package it with the next stable release of mingw-w64.
I've just committed it to 2.x branch. It's up to distros now to update
packages.
Jacek
Am Montag, 16. Juli 2012, 20:39:23 schrieb Matteo Bruni:
> +HLSL_IR_BINOP_MUL,
> ...
> +HLSL_IR_BINOP_DOT,
HLSL has 3 somewhat related multiplication operations: "*", "mul" and "dot".
Dot is fairly straightforward, but "*" and "mul" have subtle differences. I
recommend to write tests to f
Nicolas Le Cam writes:
> @@ -1098,6 +1098,8 @@ static BOOL ME_RTFInsertOleObject(RTF_Info *info,
> HENHMETAFILE hemf, HBITMAP hbm
>BOOLret = FALSE;
>DWORD conn;
>
> + memset(&stgm, 0, sizeof(stgm));
> +
Please fix the bugs (if any) instead of silencing t