Module: wine Branch: master Commit: 352e60e6edb901ece2d1a66e977af28d87490ab0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=352e60e6edb901ece2d1a66e97...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Jan 6 11:43:45 2009 +0100
d3d: Explicitly translate texture stage states.
Ddraw and d3d8 already translate half of them, it turns out the lookup table actually saves lines there.
---
dlls/d3d8/device.c | 126 +++++++++-------------- dlls/d3d9/device.c | 41 +++++++- dlls/ddraw/device.c | 287 +++++++++++++++++++++----------------------------- 3 files changed, 208 insertions(+), 246 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=352e60e6edb901ece2d1a6...