wined3d: Don't modify the internal format in d3dfmt_get_conv().
commit08d95233e35d55966c0e2e23aeed015efb4b5af6
authorHenri Verbeet <hverbeet@codeweavers.com>
Tue, 9 Jun 2009 08:47:20 +0000 (9 10:47 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 9 Jun 2009 15:01:14 +0000 (9 17:01 +0200)
tree700e2a70d3dab99c36b2a0af225a20589bfabf41
parentfcf6a27a9b136b225cab1aac79c0a8445dfef280
wined3d: Don't modify the internal format in d3dfmt_get_conv().

For most conversions the internal format is irrelevant. Color key conversions
are an exception, because they need to ensure an alpha channel is present.
dlls/wined3d/surface.c