[D3D8][D3D9][DDRAW][WINED3D] Sync with Wine Staging 3.3. CORE-14434
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 8 Mar 2018 12:15:18 +0000 (13:15 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 8 Mar 2018 12:15:18 +0000 (13:15 +0100)
commit9987f02917539e05268ba2ad11e62d24a3636972
treec46b761b1ef5cccd01cb3269e73a44a14951ad06
parent595b846dae22041ba4bc9a573561cfc5a9951ff1
[D3D8][D3D9][DDRAW][WINED3D] Sync with Wine Staging 3.3. CORE-14434
78 files changed:
dll/directx/wine/d3d8/CMakeLists.txt
dll/directx/wine/d3d8/buffer.c
dll/directx/wine/d3d8/d3d8_main.c
dll/directx/wine/d3d8/d3d8_private.h
dll/directx/wine/d3d8/device.c
dll/directx/wine/d3d8/directx.c
dll/directx/wine/d3d8/precomp.h [new file with mode: 0644]
dll/directx/wine/d3d8/shader.c
dll/directx/wine/d3d8/surface.c
dll/directx/wine/d3d8/swapchain.c
dll/directx/wine/d3d8/texture.c
dll/directx/wine/d3d8/vertexdeclaration.c
dll/directx/wine/d3d8/volume.c
dll/directx/wine/d3d9/CMakeLists.txt
dll/directx/wine/d3d9/buffer.c
dll/directx/wine/d3d9/d3d9_main.c
dll/directx/wine/d3d9/d3d9_private.h
dll/directx/wine/d3d9/device.c
dll/directx/wine/d3d9/directx.c
dll/directx/wine/d3d9/precomp.h [new file with mode: 0644]
dll/directx/wine/d3d9/query.c
dll/directx/wine/d3d9/shader.c
dll/directx/wine/d3d9/stateblock.c
dll/directx/wine/d3d9/surface.c
dll/directx/wine/d3d9/swapchain.c
dll/directx/wine/d3d9/texture.c
dll/directx/wine/d3d9/vertexdeclaration.c
dll/directx/wine/d3d9/volume.c
dll/directx/wine/ddraw/CMakeLists.txt
dll/directx/wine/ddraw/clipper.c
dll/directx/wine/ddraw/ddraw.c
dll/directx/wine/ddraw/ddraw_private.h
dll/directx/wine/ddraw/device.c
dll/directx/wine/ddraw/executebuffer.c
dll/directx/wine/ddraw/light.c
dll/directx/wine/ddraw/main.c
dll/directx/wine/ddraw/material.c
dll/directx/wine/ddraw/palette.c
dll/directx/wine/ddraw/precomp.h [new file with mode: 0644]
dll/directx/wine/ddraw/surface.c
dll/directx/wine/ddraw/utils.c
dll/directx/wine/ddraw/vertexbuffer.c
dll/directx/wine/ddraw/viewport.c
dll/directx/wine/wined3d/CMakeLists.txt
dll/directx/wine/wined3d/arb_program_shader.c
dll/directx/wine/wined3d/ati_fragment_shader.c
dll/directx/wine/wined3d/buffer.c
dll/directx/wine/wined3d/context.c
dll/directx/wine/wined3d/cs.c
dll/directx/wine/wined3d/device.c
dll/directx/wine/wined3d/directx.c
dll/directx/wine/wined3d/drawprim.c [deleted file]
dll/directx/wine/wined3d/dxtn.c
dll/directx/wine/wined3d/gl_compat.c
dll/directx/wine/wined3d/glsl_shader.c
dll/directx/wine/wined3d/nvidia_texture_shader.c
dll/directx/wine/wined3d/palette.c
dll/directx/wine/wined3d/precomp.h [new file with mode: 0644]
dll/directx/wine/wined3d/query.c
dll/directx/wine/wined3d/resource.c
dll/directx/wine/wined3d/sampler.c
dll/directx/wine/wined3d/shader.c
dll/directx/wine/wined3d/shader_sm1.c
dll/directx/wine/wined3d/shader_sm4.c
dll/directx/wine/wined3d/state.c
dll/directx/wine/wined3d/stateblock.c
dll/directx/wine/wined3d/surface.c
dll/directx/wine/wined3d/swapchain.c
dll/directx/wine/wined3d/texture.c
dll/directx/wine/wined3d/utils.c
dll/directx/wine/wined3d/vertexdeclaration.c
dll/directx/wine/wined3d/view.c
dll/directx/wine/wined3d/wined3d.spec
dll/directx/wine/wined3d/wined3d_gl.h
dll/directx/wine/wined3d/wined3d_main.c
dll/directx/wine/wined3d/wined3d_private.h
media/doc/README.WINE
sdk/include/reactos/wine/wined3d.h