ddraw: Move handling of D3DRENDERSTATE_TEXTUREHANDLE from d3ddevice7 to d3ddevice3.
commitedaaf63bd64b3cdceb088f396b843c9693623c4f
authorAlexander Dorofeyev <alexd4@inbox.lv>
Sun, 4 May 2008 12:05:02 +0000 (4 15:05 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 5 May 2008 17:55:05 +0000 (5 19:55 +0200)
tree7d86bbea3d6e2d30e32f3edfe8e5c7e8a97ba14f
parentd5db7615a28b526236def5b6858b60229170dd5f
ddraw: Move handling of D3DRENDERSTATE_TEXTUREHANDLE from d3ddevice7 to d3ddevice3.

As supported by tests, there is no reason for this state to be handled by
d3ddevice7, and moving it to d3ddevice3 prepares for the changes in next patch
(setting TEXTUREHANDLE state can then go through SetTexture of d3ddevice3).
dlls/ddraw/device.c