[PATCH 8/8] Add DRI3+Present loader

2013-11-05 Thread Keith Packard
Eric Anholt writes: I've pushed a patch responding to these comments to my dri3 branch and will send that out shortly. I will merge those changes with the original DRI3+Present loader patch so that there is only one commit when the review process is complete. > I think I'm going to be griping

[PATCH 8/8] Add DRI3+Present loader

2013-11-05 Thread Eric Anholt
I think I'm going to be griping about code duplication... Keith Packard writes: > diff --git a/configure.ac b/configure.ac > index 0a25047..074368c 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -38,6 +38,9 @@ LIBDRM_NVVIEUX_REQUIRED=2.4.33 > LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >=

[PATCH 8/8] Add DRI3+Present loader

2013-11-04 Thread Keith Packard
Uses the __DRIimage loader interfaces. Signed-off-by: Keith Packard --- configure.ac | 12 +- src/glx/Makefile.am |2 + src/glx/dri3_common.c | 146 + src/glx/dri3_glx.c| 1722 + src/glx/dri3_priv.h | 199 ++