wined3d: Add infrastructure for faking driver versions.
commit1c1a6f32ae9bac0387d569eec4ba74d80a2ae4c7
authorStefan Dösinger <stefan@codeweavers.com>
Wed, 6 Feb 2008 15:09:29 +0000 (6 16:09 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 7 Feb 2008 12:05:04 +0000 (7 13:05 +0100)
treeeefd954f79358cd455663c3945a80fa9d4a567c8
parent743a63abc9da21f7ece76089d569f40cb3df86d3
wined3d: Add infrastructure for faking driver versions.

Often the Linux / MacOS graphics driver version is of no use for
finding a proper driver version to report to the D3D app. So this
patch adds some infrastructure for easy hardcoding of card specific
driver versions to report to the application. This helps applications
which make assumptions based on the driver version, like bug
workarounds.
dlls/wined3d/directx.c