Module: wine Branch: master Commit: 8b3f868774d6f00e66c7d1b9c2e2560358eaafd7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8b3f868774d6f00e66c7d1b9c2...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Oct 2 11:16:12 2009 +0200
wined3d: Move the pixel/vertex states arrays to stateblock.c.
---
dlls/wined3d/device.c | 118 ------------------------- dlls/wined3d/stateblock.c | 189 +++++++++++++++++++++++++++++++++------- dlls/wined3d/wined3d_private.h | 15 --- 3 files changed, 156 insertions(+), 166 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=8b3f868774d6f00e66c7d1...