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
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
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