[Mesa-dev] [PATCHv4 0/3] dri3: Add GLX_EXT_buffer_age support

Adel Gadllah adel.gadllah at gmail.com
Wed Feb 26 15:27:06 PST 2014


Hi,

First two patches are unmodified
(can someone with commit access please push them?).

The buffer_age patch itself now initalizes swap_count to 1
to fix the problem found by Eric (buffer age is 0 after
first swap).


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      | 19 +++++++++++++++++++
 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, 87 insertions(+), 8 deletions(-)

-- 
1.8.5.3



More information about the mesa-dev mailing list