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
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
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
__
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
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
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-
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
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
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