ddraw: Force surfaces without memory flags to video memory on creation.
commit59fc5a75e0962dcadb5f292dae293204efc316ec
authorAlexander Dorofeyev <alexd4@inbox.lv>
Mon, 14 Jul 2008 21:58:08 +0000 (15 00:58 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 17 Jul 2008 09:21:39 +0000 (17 11:21 +0200)
treefd86f435addc7482edb61ccc5e3be914a3777352
parent3a1e2a304e509ea5d96712640937ee074b3258bd
ddraw: Force surfaces without memory flags to video memory on creation.

Also removes now redundant setting of vidmem flag on rendertargets, prevents
adding vidmem flag when sysmem flag is present. Fixes missing textures in Forsaken.
dlls/ddraw/ddraw.c
dlls/ddraw/texture.c