http://bugs.winehq.org/show_bug.cgi?id=5704
------- Additional Comments From thunderbird2k@gmx.net 2006-19-12 02:22 ------- Although this hack likely works it can't be added to Wine. I have done some additional research and it appears my hack won't work correctly on all cards after all. The issue is in Ati's drivers. They report a (clientside) GLX version of 1.3 which implicitly means that pbuffers are supported as they are a 1.3 feature. Further them advertising GLX_ATI_render_texture implies that as well as it requires pbuffers. The issue is that even on cards like the old radeon 8500/9000 they advertise this but they don't support pbuffers on those.....