[PATCH 2/4] wined3d: Let d3dfmt_get_conv return a wined3d_format_desc. This required some code shuffling mostly in the SRGB area.

Henri Verbeet hverbeet at gmail.com
Thu Apr 8 04:59:09 CDT 2010


On 7 April 2010 23:12, Roderick Colenbrander <thunderbird2k at gmail.com> wrote:
> ---
>  dlls/wined3d/device.c          |    5 +-
>  dlls/wined3d/surface.c         |  169 +++++++++++++++++++++++-----------------
>  dlls/wined3d/utils.c           |    1 +
>  dlls/wined3d/wined3d_private.h |    5 +-
>  4 files changed, 102 insertions(+), 78 deletions(-)
>
I'm not so convinced by the idea of having mutable format
descriptions. What problem are you solving, and why is this the best
solution? At the very least the patch looks like it could be split
though.



More information about the wine-devel mailing list