Re: [Mesa-dev] [PATCH] glx: conditionaly build dri3 and present loader (v3)

2013-11-11 Thread Brian Paul
On 11/08/2013 05:00 PM, Matt Turner wrote: On Fri, Nov 8, 2013 at 3:06 PM, Armin K wrote: This patch makes it possible to disable DRI3 if desired. Reviewed-by: Matt Turner Unless non-Linux users still need to be able to disable DRI3, by the time Mesa 10.0 is released I think we want to requ

Re: [Mesa-dev] [PATCH] glx: conditionaly build dri3 and present loader (v3)

2013-11-09 Thread Armin K.
On 11/09/2013 01:00 AM, Matt Turner wrote: > On Fri, Nov 8, 2013 at 3:06 PM, Armin K wrote: >> This patch makes it possible to disable DRI3 if desired. > > Reviewed-by: Matt Turner > > Unless non-Linux users still need to be able to disable DRI3, by the > time Mesa 10.0 is released I think we w

Re: [Mesa-dev] [PATCH] glx: conditionaly build dri3 and present loader (v3)

2013-11-08 Thread Armin K.
On 11/09/2013 01:15 AM, Ian Romanick wrote: > On 11/08/2013 03:06 PM, Armin K wrote: >> This patch makes it possible to disable DRI3 if desired. > > Should we squash this with Jose's patch? > Yes, that would be nice. They do the same thing but for different build systems. >> v2: >> >> Incorpora

Re: [Mesa-dev] [PATCH] glx: conditionaly build dri3 and present loader (v3)

2013-11-08 Thread Ian Romanick
On 11/08/2013 03:06 PM, Armin K wrote: > This patch makes it possible to disable DRI3 if desired. Should we squash this with Jose's patch? > v2: > > Incorporated changes from Ian Romanick and Aaron Watry > Unified libudev check and made libGL link to it only > when DRI3 was enabled. > > v3: >

Re: [Mesa-dev] [PATCH] glx: conditionaly build dri3 and present loader (v3)

2013-11-08 Thread Matt Turner
On Fri, Nov 8, 2013 at 3:06 PM, Armin K wrote: > This patch makes it possible to disable DRI3 if desired. Reviewed-by: Matt Turner Unless non-Linux users still need to be able to disable DRI3, by the time Mesa 10.0 is released I think we want to require these bits for DRI builds. I'll plan to r

[Mesa-dev] [PATCH] glx: conditionaly build dri3 and present loader (v3)

2013-11-08 Thread Armin K
This patch makes it possible to disable DRI3 if desired. v2: Incorporated changes from Ian Romanick and Aaron Watry Unified libudev check and made libGL link to it only when DRI3 was enabled. v3: Correct misspelled Ian's last name in commit message. Adding Brian Paul to CC since he asked if DR

[Mesa-dev] [PATCH] glx: conditionaly build dri3 and present loader (v2)

2013-11-08 Thread Armin K
This patch makes it possible to disable DRI3 if desired. v2: Incorporated changes from Ian Rommnick and Aaron Watry Unified libudev check and made libGL link to it only when DRI3 was enabled. Adding Brian Paul to CC since he asked if DRI3 stuff can be put behind some sort of config option. Test

Re: [Mesa-dev] [PATCH] glx: conditionaly build dri3 and present loader

2013-11-08 Thread Ian Romanick
On 11/08/2013 01:38 PM, Armin K wrote: > This patch makes it possible to disable dri3 if desired. > > I am not sure if first set of changes for src/glx/glxext.c > was necessary. Feel free to modify it as you may please. > > Tested with: > > ./configure --disable-dri3 --with-dri-drivers=i965 \ >

[Mesa-dev] [PATCH] glx: conditionaly build dri3 and present loader

2013-11-08 Thread Armin K
This patch makes it possible to disable dri3 if desired. I am not sure if first set of changes for src/glx/glxext.c was necessary. Feel free to modify it as you may please. Tested with: ./configure --disable-dri3 --with-dri-drivers=i965 \ --with-gallium-drivers= --disable-vdpau --disable-egl \ -