Re: Program fails to run if linked both libGLESv1_cm.so & libGLESv2.so in mesa 7.9.1
Chia-I Wu <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <CAPaKu7SR_ZXRD3Jm=NOzJFJdX+RH_PQ4Ju7W+LobTTdoDEpN1A@mail.gmail.com> |
On Mon, Jul 25, 2011 at 11:36 PM, Yang, Jin A <[email protected]> wrote: > My program both linked the libGLESv1_cm.so & libGLESv2.so by using > –lGLESv1_cm –lGLESv2 when building the program. But my program failed to > run, if I enable LIBGL_DEBUG, when program is running, some gl api call will > print “no context” out from mesa lib, but some gl api call will success. > After debug the mesa lib, I found some times the gl api jump into > libGLESv1_cm.so, sometimes into libGLESv2.so(which will print no context”). > My program have bind opengles api and create opengles 1.0 context. It seems > mesa become confused if both link v1 & v2. Is there any solution to solve > this conflict? By the way, my mesa lib version is 7.9.1. Thanks for any > suggestion on it. This should be fixed in Mesa 7.11. You will need to update your Mesa version. > > > > Regards, > > Jin > > _______________________________________________ > mesa-users mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/mesa-users > > -- [email protected] _______________________________________________ mesa-users mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-users