Re: [Mesa-dev] [PATCH 0/3] Only require libdrm if direct rendering is actually enabled

2011-03-23 Thread Brian Paul
On 03/23/2011 01:29 PM, Jon TURNEY wrote: On 15/03/2011 00:23, Brian Paul wrote: On Mon, Mar 14, 2011 at 4:03 PM, Jon TURNEY wrote: Can I apply for mesa commit access, since no-one seems to be particularly interested in picking up my patches? Sure, there's instructions on the website. I've

Re: [Mesa-dev] [PATCH 0/3] Only require libdrm if direct rendering is actually enabled

2011-03-23 Thread Jon TURNEY
On 15/03/2011 00:23, Brian Paul wrote: > On Mon, Mar 14, 2011 at 4:03 PM, Jon TURNEY wrote: >> Can I apply for mesa commit access, since no-one seems to be particularly >> interested in picking up my patches? > > Sure, there's instructions on the website. I've created a request in bugzilla[1], pl

Re: [Mesa-dev] [PATCH 0/3] Only require libdrm if direct rendering is actually enabled

2011-03-15 Thread Dan Nicholson
On Mon, Mar 14, 2011 at 5:23 PM, Brian Paul wrote: > On Mon, Mar 14, 2011 at 4:03 PM, Jon TURNEY > wrote: >> On 16/02/2011 15:44, Julien Cristau wrote: >>> On Wed, Feb 16, 2011 at 15:11:34 +, Jon TURNEY wrote: >>> At the moment, libGL cannot be built --with-driver=dri --disable-dr

Re: [Mesa-dev] [PATCH 0/3] Only require libdrm if direct rendering is actually enabled

2011-03-14 Thread Brian Paul
On Mon, Mar 14, 2011 at 4:03 PM, Jon TURNEY wrote: > On 16/02/2011 15:44, Julien Cristau wrote: >> On Wed, Feb 16, 2011 at 15:11:34 +, Jon TURNEY wrote: >> >>> At the moment, libGL cannot be built --with-driver=dri >>> --disable-driglx-direct >>> on platforms which don't have libdrm. >>> >>>

Re: [Mesa-dev] [PATCH 0/3] Only require libdrm if direct rendering is actually enabled

2011-03-14 Thread Jon TURNEY
On 16/02/2011 15:44, Julien Cristau wrote: > On Wed, Feb 16, 2011 at 15:11:34 +, Jon TURNEY wrote: > >> At the moment, libGL cannot be built --with-driver=dri >> --disable-driglx-direct >> on platforms which don't have libdrm. >> >> --with-driver=dri is the only way to build a libGL which sup

Re: [Mesa-dev] [PATCH 0/3] Only require libdrm if direct rendering is actually enabled

2011-02-16 Thread Julien Cristau
On Wed, Feb 16, 2011 at 15:11:34 +, Jon TURNEY wrote: > At the moment, libGL cannot be built --with-driver=dri --disable-driglx-direct > on platforms which don't have libdrm. > > --with-driver=dri is the only way to build a libGL which supports indirect > rendering. > > This patch set makes

[Mesa-dev] [PATCH 0/3] Only require libdrm if direct rendering is actually enabled

2011-02-16 Thread Jon TURNEY
At the moment, libGL cannot be built --with-driver=dri --disable-driglx-direct on platforms which don't have libdrm. --with-driver=dri is the only way to build a libGL which supports indirect rendering. This patch set makes libdrm only required if --enable-driglx-direct is used, and makes --disab

[Mesa-dev] [PATCH 0/3] Only require libdrm if direct rendering is actually enabled

2010-10-29 Thread Jon TURNEY
On 29/10/2010 06:58, Chia-I Wu wrote: > While the patch works great for better > config options and at reducing the compile time, it does not avoid > unnecessary PKG_CHECK_MODULES. But I think that belongs to follow-on > works. Tangentially related to that, here's a few patches (combining patches