13 Jul
2012
13 Jul
'12
7:11 p.m.
Module: wine Branch: master Commit: e5bb2e7d8bcaf4bf1d1da28773ba19686232aeff URL: http://source.winehq.org/git/wine.git/?a=commit;h=e5bb2e7d8bcaf4bf1d1da28773... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Fri Jul 13 12:53:09 2012 +0200 ddraw: Create texture surfaces from device_parent_create_texture_surface(). Instead of creating them in advance and hoping we can find them back later. --- dlls/ddraw/ddraw.c | 246 ++++++++++++++++++-------------------------------- dlls/ddraw/surface.c | 39 ++++++++- 2 files changed, 124 insertions(+), 161 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e5bb2e7d8bcaf4bf1d1da2...