http://bugs.winehq.org/show_bug.cgi?id=10697
--- Comment #20 from Roderick Colenbrander thunderbird2k@gmx.net 2007-12-25 06:48:02 --- On a sidenote if Mesa was build in e.g. /usr/src/Mesa-6.5.3 then the libs would be in I think /usr/src/Mesa-6.5.3/lib. You could then have done export LD_LIBRARY_PATH=/usr/src/Mesa-6.5.3/lib and then run wine. This won't mess up your system.
There could be a pbo bug on your system. You can disable PBOs (GL_ARB_PIXEL_BUFFER_OBJECT) in directx.c in a similar way as I asked you to play with the texture rectangle stuff (so just disable the line in there).