Restructured DirectDraw. Split into X11 and DGA driver, and multiple
commit10ad97c838b608f5f8e3d0870444687ce81fe564
authorMarcus Meissner <marcus@jet.franken.de>
Sun, 9 Apr 2000 14:30:50 +0000 (9 14:30 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 9 Apr 2000 14:30:50 +0000 (9 14:30 +0000)
tree00cf397a71c5a444517084574e0e8c1253a60769
parent227a0894d4a112a5af4139bbec7105945c0216be
Restructured DirectDraw. Split into X11 and DGA driver, and multiple
files/dirs for easier maintenance. Cleaned up structs and include
files. Reindented the code. Started the same for Direct3D.  Driver
inclusion now done by using configure/Makefile/ELF constructor tricks.
36 files changed:
configure
configure.in
dlls/ddraw/.cvsignore
dlls/ddraw/Makefile.in
dlls/ddraw/convert.c [new file with mode: 0644]
dlls/ddraw/d3d_private.h
dlls/ddraw/d3dcommon.c
dlls/ddraw/d3ddevice/main.c [new file with mode: 0644]
dlls/ddraw/d3ddevice/mesa.c [moved from dlls/ddraw/d3ddevices.c with 50% similarity]
dlls/ddraw/d3dexecutebuffer.c
dlls/ddraw/d3dlight.c
dlls/ddraw/d3dmaterial.c
dlls/ddraw/d3dtexture.c
dlls/ddraw/dclipper/main.c [new file with mode: 0644]
dlls/ddraw/ddraw.spec
dlls/ddraw/ddraw/dga.c [new file with mode: 0644]
dlls/ddraw/ddraw/main.c [new file with mode: 0644]
dlls/ddraw/ddraw/x11.c [new file with mode: 0644]
dlls/ddraw/ddraw_main.c [deleted file]
dlls/ddraw/ddraw_private.h
dlls/ddraw/dga.c [new file with mode: 0644]
dlls/ddraw/dga_private.h [new file with mode: 0644]
dlls/ddraw/direct3d/main.c [new file with mode: 0644]
dlls/ddraw/direct3d/mesa.c [new file with mode: 0644]
dlls/ddraw/dpalette/dga.c [new file with mode: 0644]
dlls/ddraw/dpalette/main.c [new file with mode: 0644]
dlls/ddraw/dpalette/x11.c [new file with mode: 0644]
dlls/ddraw/dsurface/dga.c [new file with mode: 0644]
dlls/ddraw/dsurface/main.c [new file with mode: 0644]
dlls/ddraw/dsurface/x11.c [new file with mode: 0644]
dlls/ddraw/helper.c [new file with mode: 0644]
dlls/ddraw/main.c [new file with mode: 0644]
dlls/ddraw/mesa.c [copied from dlls/ddraw/d3dcommon.c with 60% similarity]
dlls/ddraw/mesa_private.h [new file with mode: 0644]
dlls/ddraw/x11.c [new file with mode: 0644]
dlls/ddraw/x11_private.h [new file with mode: 0644]