[D3DRM]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 29 Sep 2014 17:24:32 +0000 (17:24 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 29 Sep 2014 17:24:32 +0000 (17:24 +0000)
commita9daa53a6cbb8124076d78d0a4211a3bfbbefd5e
treec49438a76fc843cf7e3a5abddd62a143580a556d
parent2b79e54427c03e70e3423a96f1126679d47c1a12
[D3DRM]
* Import from Wine 1.7.27.
CORE-8082 #resolve #comment Imported in r64396. Thanks!
CORE-8540

svn path=/trunk/; revision=64398
17 files changed:
reactos/dll/directx/wine/CMakeLists.txt
reactos/dll/directx/wine/d3drm/CMakeLists.txt [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/d3drm.c [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/d3drm.spec [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/d3drm_main.c [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/d3drm_private.h [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/device.c [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/face.c [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/frame.c [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/light.c [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/material.c [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/math.c [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/meshbuilder.c [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/texture.c [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/version.rc [new file with mode: 0644]
reactos/dll/directx/wine/d3drm/viewport.c [new file with mode: 0644]
reactos/media/doc/README.WINE