[Mesa-dev] [PATCH] egl: Add swrast support to surfaceless platform

2017-07-31 Thread Akihiko Odaki
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101397 --- src/egl/drivers/dri2/platform_surfaceless.c | 114 ++-- src/gallium/state_trackers/dri/drisw.c | 45 ++- 2 files changed, 148 insertions(+), 11 deletions(-) diff --git a/src/egl/drivers/dri2/pl

Re: [Mesa-dev] mesa: don't install GLX files if GLX is not built

2016-07-07 Thread Akihiko Odaki
Hi Emil, On 2016-07-07 19:11, Emil Velikov wrote: [Adding back mesa-dev] Sorry, I mistakenly clicked "Reply" instead of "Reply All". Hi Akihiko Odaki Before anything, let me say a couple of things about DRI. The DRI interface is an abstraction layer where you have w

[Mesa-dev] mesa: don't install GLX files if GLX is not built

2016-06-25 Thread Akihiko Odaki
Signed-off-by: Akihiko Odaki diff --git a/configure.ac b/configure.ac index cc9bc47..320781a 100644 --- a/configure.ac +++ b/configure.ac @@ -1060,6 +1060,7 @@ xno) ;; esac +AM_CONDITIONAL(HAVE_GLX, test "x$enable_glx" != xno) AM_CONDITIONAL(HAVE_DRI_GLX, test "x$ena