From: <bug...@fr...> - 2009-09-22 00:53:10
|
http://bugs.freedesktop.org/show_bug.cgi?id=23941 --- Comment #1 from Brian Paul <bri...@gm...> 2009-09-21 17:16:09 PST --- I don't have time to investigate, but does Wine have a search method for finding supported framebuffer configurations? If you read the spec, the driver is free to mark the FBO as GL_FRAMEBUFFER_UNSUPPORTED_EXT for nearly any reason (ex: trying to render to a RGB232 color buffer, or not using a combined Z/stencil buffer). So the app (Wine) should retry different configurations until it finds one that works. I don't know if Wine does that. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |