wined3d: Get rid of context_validate.
commit77face22d5365d94b9bfe614ed202692e1523593
authorMatteo Bruni <mbruni@codeweavers.com>
Fri, 18 Mar 2011 18:18:40 +0000 (18 19:18 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 4 Apr 2011 10:25:56 +0000 (4 12:25 +0200)
tree40bf14fbde6936e438a0e2f5d3f27e06cdbbd9d6
parentae58e47ca09ee2e38986731762d1917910d9a350
wined3d: Get rid of context_validate.

It should not be needed anymore, now the wined3d context is implicitly
validated on GL context activation. The check itself wasn't reliable
because of some threading issues and it also brought a small performance hit.
dlls/wined3d/context.c
dlls/wined3d/device.c