On 08/02/06, Karsten Elfenbein elfe-mail@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.