[Mesa-dev] dri3proto requirement (Was: Add DRI3+Present loader)
Jose Fonseca
jfonseca at vmware.com
Fri Nov 8 04:25:12 PST 2013
This change seems makes dri3proto a hard requirement to build with automake. Is that strictly necessary? I tried to find ubuntu packages for it to install on my build slave, but it doesn't seem they exist yet.
Jose
----- Original Message -----
> Module: Mesa
> Branch: master
> Commit: 2d94601582e4f0fcaf8c02a15b23cba39dec7bb1
> URL:
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d94601582e4f0fcaf8c02a15b23cba39dec7bb1
>
> Author: Keith Packard <keithp at keithp.com>
> Date: Mon Nov 4 18:15:51 2013 -0800
>
> Add DRI3+Present loader
>
> Uses the __DRIimage loader interfaces.
>
> v2: Fix _XIOErrors when DRI3 isn't present (change by anholt). Apparently
> XCB just terminates your connection if you don't check for extensions
> before using them, instead of returning an error like you'd expect.
>
> Signed-off-by: Keith Packard <keithp at keithp.com>
> Reviewed-by: Kristian Høgsberg <krh at bitplanet.net>
> Reviewed-by: Eric Anholt <eric at anholt.net>
>
> ---
>
> configure.ac | 12 +-
> src/glx/Makefile.am | 2 +
> src/glx/dri3_common.c | 146 ++++
> src/glx/dri3_glx.c | 1831
> +++++++++++++++++++++++++++++++++++++++++++++++++
> src/glx/dri3_priv.h | 209 ++++++
> src/glx/glxclient.h | 2 +
> src/glx/glxext.c | 6 +-
> 7 files changed, 2204 insertions(+), 4 deletions(-)
>
> Diff:
> http://cgit.freedesktop.org/mesa/mesa/diff/?id=2d94601582e4f0fcaf8c02a15b23cba39dec7bb1
> _______________________________________________
> mesa-commit mailing list
> mesa-commit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-commit
>
More information about the mesa-dev
mailing list