I am back at this issue with a second try
http://cgit.freedesktop.org/~olv/mesa/log/?h=shared-glapi
In a nutshell, this branch introduces a new configure option,
--enable-shared-glapi. By default it is disabled and things work as
before. But when it is enabled, all except one (more on this be
This extension doesn't appear to need any driver-specific parts.
---
src/mesa/state_tracker/st_extensions.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mesa/state_tracker/st_extensions.c
b/src/mesa/state_tracker/st_extensions.c
index 62c9ce7..84c0e80 100644
--- a/
Just idly looking at misc stuff, spotted we could probably do with GLX
client support for this extension.
I'm not at all sure if this patch is sufficient or correct, but it
should at least allow someone to correct me.
Since the open driver stack doesn't yet support the GL part of this,
this is re