Hi wine devs, I'm writing you to ask some help to try to fix the the Wine test suite under the Intel drivers. I have already fill a bug with freedesktop but they are asking for some wine devs to give them some openGL test to add it to the piglit testcases.
The bug is: http://bugs.freedesktop.org/show_bug.cgi?id=25432
Some words from the bug:
"There are probably some actual bugs in our OpenGL, and there may also be bugs in the testcase. What it'll take to fix it is somebody (probably Wine developers/fans) isolating some OpenGL testcases for inclusion in piglit that will catch the bugs that this D3D test is hitting in OpenGL."
Thanks in advance for your help.
On Wed, 9 Dec 2009, Jaime Rave wrote: [...]
Hi wine devs, I'm writing you to ask some help to try to fix the the Wine test suite under the Intel drivers. I have already fill a bug with freedesktop but they are asking for some wine devs to give them some openGL test to add it to the piglit testcases.
My experience with this and recent Wine and Intel drivers is that the crashes do not occur during the Direct3D tests (anymore/on my system), but when testing the creation of a big window.
See: http://www.winehq.org/pipermail/wine-devel/2009-November/079630.html
With the line causing the crash being: SetWindowPos(hwnd, 0, 32768, 40000, 32768, 40000, SWP_NOMOVE);
Marcus tried to reproduce the problem with a small X program but had no luck with that. It's probably worth trying again.