[Mesa-dev] [PATCH] egl_dri2: Fix out of tree builds with the wayland backend enabled

2012-05-02 Thread Robert Hooker
Otherwise it fails like so: CC egl_dri2.lo In file included from egl_dri2.h:40:0, from egl_dri2.c:42: ../../../../../../src/egl/wayland/wayland-drm/wayland-drm.h:8:41: fatal error: wayland-drm-server-protocol.h: No such file or directory compilation terminated. --- src/egl/

Re: [Mesa-dev] build error in mesa out-of-tree-builds with wayland support

2012-05-02 Thread Robert Hooker
This fixes it here - diff --git a/src/egl/drivers/dri2/Makefile.am b/src/egl/drivers/dri2/Makefile.am index e4d4abb..49ec06b 100644 --- a/src/egl/drivers/dri2/Makefile.am +++ b/src/egl/drivers/dri2/Makefile.am @@ -26,6 +26,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/gbm/backends/dri \ -

Re: [Mesa-dev] [PATCH] glx: More hacking around versions of XCB that lack GLX_ARB_create_context support

2012-01-04 Thread Robert Hooker
dri builds are fine with this, but ./configure --prefix=/usr --mandir=\${prefix}/share/man \             --infodir=\${prefix}/share/info --sysconfdir=/etc \             --libdir=\${prefix}/lib/x86_64-linux-gnu \             --localstatedir=/var --build=x86_64-lin

Re: [Mesa-dev] [PATCH 1/2] dri: Remove driver date from renderer string

2011-04-16 Thread Robert Hooker
On Mon, Apr 4, 2011 at 4:48 PM, Ian Romanick wrote: > From: Ian Romanick > > --- >  src/mesa/drivers/dri/common/utils.c                |    5 ++--- >  src/mesa/drivers/dri/common/utils.h                |    2 +- >  src/mesa/drivers/dri/i810/i810context.c            |    4 +--- >  src/mesa/drivers

[Mesa-dev] [PATCH] egl_dri2: Add missing intel chip ids.

2010-11-16 Thread Robert Hooker
Signed-off-by: Robert Hooker --- src/egl/drivers/dri2/egl_dri2.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/egl/drivers/dri2/egl_dri2.c b/src/egl/drivers/dri2/egl_dri2.c index 6db44c7..a83f32b 100644 --- a/src/egl/drivers/dri2/egl_dri2.c +++ b/src

[Mesa-dev] [PATCH] intel: Add a new B43 pci id.

2010-10-20 Thread Robert Hooker
From: Robert Hooker Signed-off-by: Robert Hooker --- src/mesa/drivers/dri/intel/intel_chipset.h |4 +++- src/mesa/drivers/dri/intel/intel_context.c |1 + 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_chipset.h b/src/mesa/drivers/dri

[Mesa-dev] [PATCH] intel: Add more sandybridge device ids.

2010-09-22 Thread Robert Hooker
From: Robert Hooker This prevents failures like this when using one of these devices: Unrecognized deviceID 116 X Error of failed request: BadAlloc (insufficient resources for operation) Major opcode of failed request: 155 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext