wined3d: RENDERTARGET | AUTOGENMIPMAP are compatible.
commitc4eae160d7f8207803c4e6f5d3ea787e791dc95a
authorStefan Dösinger <stefan@codeweavers.com>
Tue, 1 Jul 2008 15:10:28 +0000 (1 10:10 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 2 Jul 2008 10:24:12 +0000 (2 12:24 +0200)
treee0183bdf08669a4ff41a1e212d7a0639d89d534c
parentb312d42059cb5d139146b9902347c02dd1d8c1ab
wined3d: RENDERTARGET | AUTOGENMIPMAP are compatible.

The test used D3DPOOL_MANAGED which is mutually exclusive with
RENDERTARGET usage, thus the call failed.
dlls/d3d9/tests/texture.c
dlls/wined3d/device.c