wined3d: Test for supported queries.
commita41ba013b6a262758ab41053b798dea11f9f65a9
authorStefan Dösinger <stefan@codeweavers.com>
Thu, 15 Feb 2007 12:51:24 +0000 (15 13:51 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 15 Feb 2007 16:21:58 +0000 (15 17:21 +0100)
tree6fee15efe0d9bdd44dd9802fda8fb39f2da18c1e
parent2f96220b3e76b28bd1baa4f1d17cdbcea57617f2
wined3d: Test for supported queries.

This test contains a table of known supported / known unsupported
queries. In theory wined3d could just report the queries it supports,
but applications may make some assumtions regarding supported /
unsupported queries and stop working if they find a query unexpectadely
supported or unsupported. It also tests what is supposed to happen if an
unsupported query is created.
dlls/d3d9/tests/Makefile.in
dlls/d3d9/tests/query.c [new file with mode: 0644]
dlls/wined3d/device.c