http://bugs.winehq.org/show_bug.cgi?id=8960
------- Additional Comments From stefandoesinger@gmx.at 2007-15-07 16:21 ------- Created an attachment (id=7124) --> (http://bugs.winehq.org/attachment.cgi?id=7124&action=view) Proposed fix
This patch fixes ddraw(2D) without GL for me. I could run the ddraw sdk demos in a vnc X server which does not support GL, not even software accelerated.
This patch can't go into wine this way, there are several propblems, and I am surprised that they did not surface earlier. Certain OpenGL-dependent code sequences slipped into the common code instead of the opengl-only code and cause problems. The Initialization code will need some cleanup.