On 26/10/10 14:15, Martijn Wijns wrote:
Hi,

I have an application that consists of 2 processes and is currently running on 
DirectFB using fusion and the fbdev back-end. I'm trying to get it to run on the
X11/GLX back-end with the gl driver. It is coming along nicely. The first 
process runs ok, but when the second process starts it crashes with a 
segmentation
fault on the glGenTextures call in glx_surface_pool.c. It is the first call 
that this process makes to GetLocalPixmap.
My question is: is the combination of X11/GLX and multiple applications 
something that is supported?

I remember having it working with multiple processes, but I could be wrong.

Maybe glGenTextures() crashes, because no GLX context is current at that time?

--
Best regards,
  Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"
_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to