Stefan Dösinger : d3d: Move clippers from DDraw to wined3d.
Module: wine Branch: master Commit: d93e161b1f78dfc0e2fd12d5c2a4b5753472e563 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d93e161b1f78dfc0e2fd12d5c2... Author: Stefan Dösinger <stefan(a)codeweavers.com> Date: Sat Apr 28 17:59:37 2007 +0200 d3d: Move clippers from DDraw to wined3d. --- dlls/ddraw/clipper.c | 76 ++++---------- dlls/ddraw/ddraw.c | 8 +- dlls/ddraw/ddraw_private.h | 11 +- dlls/ddraw/main.c | 3 + dlls/wined3d/Makefile.in | 1 + dlls/wined3d/clipper.c | 203 ++++++++++++++++++++++++++++++++++++++ dlls/wined3d/surface.c | 21 ++++ dlls/wined3d/surface_gdi.c | 2 + dlls/wined3d/wined3d.spec | 1 + dlls/wined3d/wined3d_private.h | 18 ++++ include/wine/wined3d_interface.h | 58 +++++++++++ 11 files changed, 340 insertions(+), 62 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d93e161b1f78dfc0e2fd12...
participants (1)
-
Alexandre Julliard