wined3d: Handle depth formats like any other format in CheckDeviceFormat.
commitc835b00a361eaa22c27621c43c40816b1358def8
authorH. Verbeet <hverbeet@gmail.com>
Thu, 19 Jun 2008 16:24:23 +0000 (19 18:24 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 20 Jun 2008 09:19:58 +0000 (20 11:19 +0200)
treeed6240d2c5a3e8d218e7ce0239ffe9976de0459e
parenta52224a48ba6e760ec418e93a6c4cb53f9dfdea6
wined3d: Handle depth formats like any other format in CheckDeviceFormat.

Currently depth formats are handled separately from the other formats,
but depth formats can support things like filtering as well, so we
should check those caps as well.
dlls/wined3d/directx.c