Re: [1/5] d3dx9: Implement mapping from WICPixelFormat GUIDs to D3DFORMATs.

2012-05-02 Thread Józef Kucia
On Wed, May 2, 2012 at 6:04 PM, Stefan Dösinger wrote: > It looks like patch 2 is missing It's weird. I've got all five patches in sent mails.

Re: [1/5] d3dx9: Implement mapping from WICPixelFormat GUIDs to D3DFORMATs.

2012-05-02 Thread Henri Verbeet
On 2 May 2012 18:09, Stefan Dösinger wrote: > Am Mittwoch, 2. Mai 2012, 14:55:35 schrieb Józef Kucia: >> +static const struct >> +{ >> +    const GUID *wic_guid; >> +    D3DFORMAT d3dformat; >> +} wic_pixel_formats[] = { > Wouldn't it make sense to include this info in PixelFormatDesc? > I doubt i

Re: [1/5] d3dx9: Implement mapping from WICPixelFormat GUIDs to D3DFORMATs.

2012-05-02 Thread Stefan Dösinger
Am Mittwoch, 2. Mai 2012, 14:55:35 schrieb Józef Kucia: > +static const struct > +{ > +const GUID *wic_guid; > +D3DFORMAT d3dformat; > +} wic_pixel_formats[] = { Wouldn't it make sense to include this info in PixelFormatDesc? signature.asc Description: This is a digitally signed message p

Re: [1/5] d3dx9: Implement mapping from WICPixelFormat GUIDs to D3DFORMATs.

2012-05-02 Thread Stefan Dösinger
It looks like patch 2 is missing