Module: wine Branch: master Commit: 5f581975dcf83f4f32432137990c72c26b415e3b URL: http://source.winehq.org/git/wine.git/?a=commit;h=5f581975dcf83f4f3243213799...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Mon Jun 15 09:06:49 2009 +0200
wined3d: Introduce surface_init() to handle most of the surface initialization.
---
dlls/wined3d/device.c | 135 +++---------------------------------- dlls/wined3d/surface.c | 145 +++++++++++++++++++++++++++++++++++++++- dlls/wined3d/surface_gdi.c | 2 +- dlls/wined3d/wined3d_private.h | 6 ++ 4 files changed, 160 insertions(+), 128 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5f581975dcf83f4f324321...