http://bugs.winehq.org/show_bug.cgi?id=11674
--- Comment #67 from Dmitry Timoshkov dmitry@codeweavers.com 2011-02-19 04:01:38 CST --- (In reply to comment #64)
http://www.aewi.info/rgl/wine-1.3.13_rgl.patch.gz
new verison patch
This patch looks like a complete overkill and disaster. It's full of a not necessary formatting, space changes, and commented out debugging code.
What is it about? Is it about the GetLogicalProcessorInformation() hack? Or about ENTER_GL()/LEAVE_GL() removal? Or perhaps it's about new fancy GL calls thunking/locking?
Author, please try to clearly separate the issues you are trying to work on, and figure out first what changes really make the difference. Then try to separate the changes into distinct patches, and add clear comments (basically for yourself) what you are trying to achieve with every change.