wined3d: Inform the texture about filtering changes.
commitb91c19af874f8d2a340995d26dfa8e4b8bb0290f
authorStefan Dösinger <stefan@codeweavers.com>
Tue, 27 Nov 2007 22:43:11 +0000 (27 23:43 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 28 Nov 2007 12:40:28 +0000 (28 13:40 +0100)
treeb3aa74f4dabe89dd692bf05ca84b32eaeadf1152
parentf96ff7d46e64c4d522aa674a639de107cfd42659
wined3d: Inform the texture about filtering changes.

The surface_blt_to_drawable function changes the filtering settings of
the texture object, but without informing the container about this
change. This patch makes sure that the basetexture knows about this and
reapplies the changed states to the settings chosen by the app.
dlls/wined3d/surface.c