Re: [Mesa-dev] [PATCH] configure: use shared-glapi when more than one gl* API is used

2014-02-20 Thread Eric Anholt
Emil Velikov writes: > Current behaviour states that shared-glapi is usefull when building > with dri, which is not the case. Shared-glapi is used to dispatch > the gl* functions across the one or more gl api's which can be dri > based but do not need to be. > > Fixed the following build > > ./c

[Mesa-dev] [PATCH] configure: use shared-glapi when more than one gl* API is used

2014-02-18 Thread Emil Velikov
Current behaviour states that shared-glapi is usefull when building with dri, which is not the case. Shared-glapi is used to dispatch the gl* functions across the one or more gl api's which can be dri based but do not need to be. Fixed the following build ./configure --enable-gles2 --disable-dri