On Tuesday 30 May 2006 16:27, Huw Davies wrote:
On Tue, May 30, 2006 at 04:11:41PM +0200, fenix@club-internet.fr wrote:
The OpenGL child window bug, http://bugs.winehq.org/show_bug.cgi?id=2398 probably won't be fixed for 1.0 because it requires an X server change.
No it must be doable without X changes (But X additions as GLX_EXT_texture_from_pixmap will help a lot).
How does this help?
http://people.freedesktop.org/~davidr/GLX_EXT_texture_from_pixmap.txt
they are better than FBO for this specific need. Anyway for using it, we need a lot of modifications on x11drv (in the fameous window management code) acting as a composing manager.
Note: it will help a lot to provide a DIB engine not dependant to X limitations
Thanks, Huw.
Regards, Raphael