Module: wine Branch: master Commit: a41ba013b6a262758ab41053b798dea11f9f65a9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a41ba013b6a262758ab41053b7...
Author: Stefan Dösinger stefan@codeweavers.com Date: Thu Feb 15 13:51:24 2007 +0100
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 | 1 + dlls/d3d9/tests/query.c | 169 +++++++++++++++++++++++++++++++++++++++++++ dlls/wined3d/device.c | 54 +++++++------- 3 files changed, 197 insertions(+), 27 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a41ba013b6a262758ab410...