I built DirectFB-1.3.0 with GL gfxdriver over Mesa-7.2(swrast DRI) and X11R7.4.
But I can't run any apps with GL accel driver.
I debugged and found problem in GetLocalPixmap() in glx_surface_pool.c
(Actually I found other problem but I fixed it myself and there is OK. )
GetLocalPixmap calls glXCreatePixmap() but glXCreatePixmap() returns wrong drawable in Mesa-7.2.
Exactly driCreateDrawable() in drisw_glx.c of Mesa-7.2 returns NULL.
Becase 2nd arg xDrawable and 3th arg drawable of driCreateDrawable() is different.
Actually I also tried run DirectFB apps in R200 DRI driver of Mesa-7.2 but failed.
How did you succeed run DirectFB apps with GL gfxdriver? Did you use another,I mean specific, OpenGL Library?
Can anybody help me please?
Thanks.
_______________________________________________ directfb-users mailing list directfb-users@directfb.org http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users