Re: [Mesa-dev] [PATCH] Fix build of swrast only without libdrm

2013-03-06 Thread Kevin H. Hobbs
On 03/06/2013 01:54 AM, Michel Dänzer wrote: > Actually, you asked for two different software renderers: > --with-dri-drivers=swrast produces lib/swrast_dri.so based on classic > swrast, --with-gallium-drivers=swrast produces lib/gallium/swrast_dri.so > based on llvmpipe/softpipe. > > Presumably

Re: [Mesa-dev] [PATCH] Fix build of swrast only without libdrm

2013-03-05 Thread Michel Dänzer
On Die, 2013-03-05 at 14:43 -0500, Kevin H. Hobbs wrote: > On 03/05/2013 01:58 PM, Matt Turner wrote: > > On Tue, Mar 5, 2013 at 9:37 AM, Kevin H. Hobbs wrote: > >> > >> so now configure is giving me exactly what I asked for which is good :-) > >> > >> Unfortunately it isn't what I want :-( and

Re: [Mesa-dev] [PATCH] Fix build of swrast only without libdrm

2013-03-05 Thread Matt Turner
On Tue, Mar 5, 2013 at 11:43 AM, Kevin H. Hobbs wrote: > The problem I have is: I do not see any way to configure Mesa to build > the llvmpipe driver. Ah. To do this you enable the gallium swrast driver and LLVM. --with-gallium-drivers=swrast,... --enable--llvm __

Re: [Mesa-dev] [PATCH] Fix build of swrast only without libdrm

2013-03-05 Thread Kevin H. Hobbs
On 03/05/2013 01:58 PM, Matt Turner wrote: > On Tue, Mar 5, 2013 at 9:37 AM, Kevin H. Hobbs wrote: >> >> so now configure is giving me exactly what I asked for which is good :-) >> >> Unfortunately it isn't what I want :-( and the swrast driver gives me >> more vtk test errors than the llvmpipe d

Re: [Mesa-dev] [PATCH] Fix build of swrast only without libdrm

2013-03-05 Thread Matt Turner
On Tue, Mar 5, 2013 at 9:37 AM, Kevin H. Hobbs wrote: > On 03/04/2013 01:32 PM, Matt Turner wrote: >> >> Committed. Thanks! > > Before this change ( at least this is the most reasonable change from > last night ) I would configure mesa with : > > ./autogen.sh \ > --prefix=/home/kevin/mesa_nightl

Re: [Mesa-dev] [PATCH] Fix build of swrast only without libdrm

2013-03-05 Thread Kevin H. Hobbs
On 03/04/2013 01:32 PM, Matt Turner wrote: > > Committed. Thanks! Before this change ( at least this is the most reasonable change from last night ) I would configure mesa with : ./autogen.sh \ --prefix=/home/kevin/mesa_nightly \ --enable-glx \ --with-dri-drivers=swrast \ --with-gallium-

Re: [Mesa-dev] [PATCH] Fix build of swrast only without libdrm

2013-03-04 Thread Matt Turner
On Thu, Feb 28, 2013 at 10:39 AM, Daniel Martin wrote: > > Signed-off-by: Daniel Martin > --- > There's a small logic error preventing mesa to be build with swrast only > and not having libdrm. > > v2: "|| test" replaced by "-a" > > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deleti

[Mesa-dev] [PATCH] Fix build of swrast only without libdrm

2013-02-28 Thread Daniel Martin
Signed-off-by: Daniel Martin --- There's a small logic error preventing mesa to be build with swrast only and not having libdrm. v2: "|| test" replaced by "-a" configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5f95a78..7852595 10

Re: [Mesa-dev] [PATCH] Fix build of swrast only without libdrm

2013-02-28 Thread Matt Turner
On Thu, Feb 28, 2013 at 3:58 AM, Daniel Martin wrote: > > Signed-off-by: Daniel Martin > --- > There's a small logic error preventing mesa to be build with swrast only > and not having libdrm. > > configure.ac |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configu