wined3d: Only delete the GL contexts after unloading resources in wined3d_device_reset().
commitb4742253862c82affe5a1bbcb2f21eb955abaf6a
authorHenri Verbeet <hverbeet@codeweavers.com>
Mon, 22 Aug 2011 19:02:45 +0000 (22 21:02 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 23 Aug 2011 14:53:51 +0000 (23 16:53 +0200)
tree0220701e4a86cbd06805a9b2510d4633823931a9
parent9df014b9de29c26bca0b42c78b6f10bb45cd5073
wined3d: Only delete the GL contexts after unloading resources in wined3d_device_reset().

The updateSurfaceDesc() calls potentially make GL calls.
dlls/wined3d/device.c