Module: wine Branch: master Commit: a2febdd200f7149cff7fe923b7316dcdafca693a URL: http://source.winehq.org/git/wine.git/?a=commit;h=a2febdd200f7149cff7fe923b7...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Dec 4 17:41:30 2008 +0100
wined3d: Slightly improve drawStridedSlow() performance.
This moves a couple of checks outside of the main drawing loop, since they're not going to change anyway.
---
dlls/wined3d/drawprim.c | 204 ++++++++++++++++++++++++---------------------- 1 files changed, 106 insertions(+), 98 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a2febdd200f7149cff7fe9...