Module: wine Branch: master Commit: a0131a32729588d36dc93991a2e7154cc066d4e3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a0131a32729588d36dc93991a2... Author: Stefan Dösinger <stefan(a)codeweavers.com> Date: Mon Jul 23 11:13:37 2007 +0200 wined3d: Split up the format table. --- dlls/wined3d/device.c | 24 +++--- dlls/wined3d/state.c | 4 +- dlls/wined3d/surface.c | 25 +++-- dlls/wined3d/surface_gdi.c | 18 ++-- dlls/wined3d/utils.c | 210 +++++++++++++++++++++++++++------------ dlls/wined3d/volume.c | 15 ++-- dlls/wined3d/wined3d_private.h | 9 ++- 7 files changed, 197 insertions(+), 108 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a0131a32729588d36dc939...