Any benchmarks? Before and after benchmarks especially.
Phoronix: Wine 1.3.28: Fun With DirectDraw/OpenGL, VBScript
Wine 1.3.27 brought Direct3D multi-sampling support and other features just two weeks ago, but it's been replaced today by Wine 1.3.28. There's some exciting changes in this release too with DirectDraw now defaulting to the OpenGL renderer, an initial version of the VBScript parser, and other changes...
http://www.phoronix.com/vr.php?view=OTg5Mw
Any benchmarks? Before and after benchmarks especially.
Can you write article about how this Wine testing look like?
What is done? How i done? And maybe examplary tests.
wine is a awesome pice of software!...
and wine also beats nativ linux programm versions...
i get 3-4 more fps in hon with better graphic if i use wine...
also firefox is faster in wine as nativ.. and so one.
What was the DirectDraw default render before the change to OpenGL?
Sometimes, programs run faster on Linux using WINE than they run on Windows. It depends on the program. I cannot comment on HoN, but in the case of Firefox, Mozilla has intentionally made the Linux version slower because if they need to choose a platform to make a new feature function, they choose Windows. Linux, Mac OS X and every other UNIX OS comes second in terms of getting the latest improvements.
The build systems disable tracemonkey and profile guided optimization. I thought that this was common knowledge among Linux users. You can google it if you somehow don't know.
I was not talking about "GPU acceleration". You are half right about the compiler settings, but it is because profile guided optimization is not being done. There is very little in terms of compiler flag tweaking that can be done to make firefox significantly faster. The speed is limited by asymptotics. Tracemonkey falls into that category.
And tracemonkey has always been enabled, afaik.
However, you are correct that often optimizations are first done for Windows, then ported to OSX and Linux when time is available. Sometimes that never happens.