Added a stubbed out version of query to d3d9 and wined3d.
commit7b261656fd1df9b5c6877f90d74e30ba183d57e7
authorOliver Stieber <oliver_stieber@yahoo.co.uk>
Thu, 3 Mar 2005 13:57:15 +0000 (3 13:57 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 3 Mar 2005 13:57:15 +0000 (3 13:57 +0000)
tree128f48a869f66b097e581c9e01133de6b0ccc9fb
parent5be005b0d5f99e19a5638edb8dad2e17a5d4841e
Added a stubbed out version of query to d3d9 and wined3d.
Update the d3d9 headers and creates wined3d types where d3d9 and d3d8
are incompatible.
13 files changed:
dlls/d3d9/d3d9_private.h
dlls/d3d9/query.c
dlls/wined3d/Makefile.in
dlls/wined3d/device.c
dlls/wined3d/drawprim.c
dlls/wined3d/query.c [new file with mode: 0644]
dlls/wined3d/stateblock.c
dlls/wined3d/surface.c
dlls/wined3d/utils.c
dlls/wined3d/wined3d_private.h
include/d3d9types.h
include/wine/wined3d_interface.h
include/wine/wined3d_types.h