Hi, OK here are updated patches based on the review comments. The first one simply updates the glxext.h header even though that turned out to not be required for this but it doesn't hurt doing it anyway.
The second one refactors glx_pbuffer based on the review comments from Ian (assuming I got what he meant). Finally the third patch adds glx_ext_buffer_age support to dri3. Adel Gadllah (3): glx: Update glxext.h to revision 25407 glx_pbuffer: Refactor GetDrawableAttribute dri3: Add GLX_EXT_buffer_age support include/GL/glxext.h | 32 +++++++++++++++++++++++++++++--- src/glx/dri2_glx.c | 1 + src/glx/dri3_glx.c | 18 ++++++++++++++++++ src/glx/dri3_priv.h | 2 ++ src/glx/glx_pbuffer.c | 19 ++++++++++++++----- src/glx/glxclient.h | 1 + src/glx/glxextensions.c | 1 + src/glx/glxextensions.h | 1 + 8 files changed, 67 insertions(+), 8 deletions(-) -- 1.8.5.3 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev