[wined3d] support for WINED3DFMT_A8B8G8R8

H. Verbeet hverbeet at gmail.com
Wed Feb 8 18:11:47 CST 2006


On 08/02/06, Karsten Elfenbein <elfe-mail at elfe.mine.nu> wrote:
> The patch looks more like repeated code to me.
>
> FMT_TO_STR(WINED3DFMT_A8B8G8R8);
> then add a second
> FMT_TO_STR(WINED3DFMT_A8B8G8R8);
>
> Doesn't make sense for me. Same for the other changes in this diff.
>
> Karsten
>
Unless I'm misunderstanding your comment, that's not what the patch does.
There are already cases for WINED3DFMT_A8R8G8B8, the patch adds cases
for WINED3DFMT_A8B8G8R8. I suppose the R and the B look rather
similar.



More information about the wine-devel mailing list