Module: wine Branch: master Commit: 5171a65d81a04e84747011477fadfdf9a94c1fb4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5171a65d81a04e84747011477f...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Jun 3 10:47:25 2009 +0200
wined3d: Introduce texture_init() to handle most of the 2D texture initialization.
---
dlls/wined3d/device.c | 151 +-------------------- dlls/wined3d/texture.c | 297 ++++++++++++++++++++++++++++++++-------- dlls/wined3d/wined3d_private.h | 4 +- 3 files changed, 248 insertions(+), 204 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5171a65d81a04e84747011...