Re: [Mesa-dev] dri loader ABI change between mesa 7.7 and 7.8

2010-06-22 Thread Julien Cristau
On Mon, Jun 21, 2010 at 17:23:25 -0600, Brian Paul wrote: > Julien Cristau wrote: > >Hi, > > > >it seems that the dri loader ABI changed between mesa 7.7 and 7.8. > >Drivers from 7.7 reference a _glapi_set_warning_func symbol which > >doesn't seem to be exported by the 7.8 libGL, so the new libGL

Re: [Mesa-dev] dri loader ABI change between mesa 7.7 and 7.8

2010-06-21 Thread Brian Paul
Julien Cristau wrote: Hi, it seems that the dri loader ABI changed between mesa 7.7 and 7.8. Drivers from 7.7 reference a _glapi_set_warning_func symbol which doesn't seem to be exported by the 7.8 libGL, so the new libGL can't load the old drivers. Was this change intentional? What is the int

[Mesa-dev] dri loader ABI change between mesa 7.7 and 7.8

2010-06-21 Thread Julien Cristau
Hi, it seems that the dri loader ABI changed between mesa 7.7 and 7.8. Drivers from 7.7 reference a _glapi_set_warning_func symbol which doesn't seem to be exported by the 7.8 libGL, so the new libGL can't load the old drivers. Was this change intentional? What is the intended stability of that