d3d1x: add Wine dlls (tri, tex working, but no other testing)
authorLuca Barbieri <luca@luca-barbieri.com>
Wed, 22 Sep 2010 17:33:54 +0000 (19:33 +0200)
committerLuca Barbieri <luca@luca-barbieri.com>
Wed, 22 Sep 2010 17:59:14 +0000 (19:59 +0200)
commit38da5c9cb636387539daaf5688c2a3badee32447
tree27667ea0a4ff1d8939dad3783cdec0d0c7f554e6
parentab5e9a726d50b414718a248fd8625f1c6f269a49
d3d1x: add Wine dlls (tri, tex working, but no other testing)
16 files changed:
src/gallium/state_trackers/d3d1x/winedlls/Makefile [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/Makefile.wine [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/d3d10/Makefile [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/d3d10/d3d10.spec [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/d3d10/version.rc [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/d3d10_1/Makefile [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/d3d10_1/d3d10_1.spec [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/d3d10_1/version.rc [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/d3d11/Makefile [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/d3d11/d3d11.spec [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/d3d11/version.rc [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/dxgi/Makefile [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/dxgi/dxgi.spec [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/dxgi/dxgi_dll.c [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/dxgi/version.rc [new file with mode: 0644]
src/gallium/state_trackers/d3d1x/winedlls/version.rc.h [new file with mode: 0644]