Add the wined3d dll for beginning a cleaner d3d architecture that will
commit0196861349e624712cc15dc97035177ae3c75439
authorRaphael Junqueira <fenix@club-internet.fr>
Fri, 14 Nov 2003 03:50:35 +0000 (14 03:50 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 14 Nov 2003 03:50:35 +0000 (14 03:50 +0000)
tree5b8f79d519c523ff38a962483e8e302e780c6802
parentb0c2e54a03e385adc4c23ff1b255e4a519c863dc
Add the wined3d dll for beginning a cleaner d3d architecture that will
contain the shared openGL code needed for all wine direct3d
implementations.
13 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/make_dlls
dlls/wined3d/.cvsignore [new file with mode: 0644]
dlls/wined3d/Makefile.in [new file with mode: 0644]
dlls/wined3d/vertexshader.c [new file with mode: 0644]
dlls/wined3d/wined3d.spec [new file with mode: 0644]
dlls/wined3d/wined3d_main.c [new file with mode: 0644]
dlls/wined3d/wined3d_private.h [new file with mode: 0644]
include/wine/wined3d_gl.h [new file with mode: 0644]
include/wine/wined3d_interface.h [new file with mode: 0644]
include/wine/wined3d_types.h [new file with mode: 0644]