- Add support (as far as was previously) for the VertexBuffer and
authorJason Edmeades <us@the-edmeades.demon.co.uk>
Thu, 14 Oct 2004 00:32:04 +0000 (00:32 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 14 Oct 2004 00:32:04 +0000 (00:32 +0000)
commitdb7a50582c2f37c73dd3913e21f8edef860d469e
tree3e4cdca9a729872e4720af42aba4800e75c47b41
parent4bf9d98c680d55d470ad4d0c4ed940a3c77d6918
- Add support (as far as was previously) for the VertexBuffer and
  Resource classes in wined3d and use when called from d3d9.
- Reduce the header includes in all the d3d9 interface to one common
  set in the private header.
25 files changed:
dlls/d3d9/basetexture.c
dlls/d3d9/cubetexture.c
dlls/d3d9/d3d9_private.h
dlls/d3d9/device.c
dlls/d3d9/directx.c
dlls/d3d9/indexbuffer.c
dlls/d3d9/pixelshader.c
dlls/d3d9/query.c
dlls/d3d9/resource.c
dlls/d3d9/stateblock.c
dlls/d3d9/surface.c
dlls/d3d9/swapchain.c
dlls/d3d9/texture.c
dlls/d3d9/vertexbuffer.c
dlls/d3d9/vertexdeclaration.c
dlls/d3d9/vertexshader.c
dlls/d3d9/volume.c
dlls/d3d9/volumetexture.c
dlls/d3d9/vshaderdeclaration.c
dlls/wined3d/Makefile.in
dlls/wined3d/device.c
dlls/wined3d/resource.c [new file with mode: 0644]
dlls/wined3d/vertexbuffer.c [new file with mode: 0644]
dlls/wined3d/wined3d_private.h
include/wine/wined3d_interface.h