[Mesa-dev] [PATCHv3 0/3] dri3: Add GLX_EXT_buffer_age support
Adel Gadllah
adel.gadllah at gmail.com
Mon Feb 24 11:44:39 PST 2014
Hi,
OK this version of the patches address the review comments from Ian and
Robert.
The first two ones are actually unmodified just signed them off and added Ian's reviewed-by.
The third one now skips the redundant round trip and reports BadDrawable when
the drawable isn't bound to the current context as mandated by the spec.
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 | 38 +++++++++++++++++++++++++++++++++-----
src/glx/glxclient.h | 1 +
src/glx/glxextensions.c | 1 +
src/glx/glxextensions.h | 1 +
8 files changed, 86 insertions(+), 8 deletions(-)
--
1.8.5.3
More information about the mesa-dev
mailing list