Re: [Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

2010-12-18 Thread Chia-I Wu
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

[Mesa-dev] [PATCH] st/mesa: advertise GL_ARB_half_float_pixel

2010-12-18 Thread Marek Olšák
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/

[Mesa-dev] GLX_EXT_framebuffer_sRGB support

2010-12-18 Thread Dave Airlie
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