[Mesa-dev] mesa clover from git fails to compile

2016-07-24 Thread Pali Rohár
ver/llvm/codegen/native.cpp:129:52: error: invalid initialization of non-const reference of type 'clover::llvm::compat::raw_ostream_to_emit_file {aka llvm::raw_svector_ostream&}' from an rvalue of type '' compat::raw_ostream_to_emit_file fos { os };

Re: [Mesa-dev] Required Mako version? (WAS: mesa from git fails to compile)

2016-07-24 Thread Pali Rohár
On Tuesday 19 July 2016 05:11:56 Kenneth Graunke wrote: > On Monday, July 18, 2016 10:58:25 PM PDT Pali Rohár wrote: > > Any conclusion or fix for this issue? > > Dylan suggested you use pip --user to install a newer version of > Mako. Is that a workable solution to your proble

Re: [Mesa-dev] Required Mako version? (WAS: mesa from git fails to compile)

2016-07-18 Thread Pali Rohár
s://lists.freedesktop.org/archives/mesa-dev/2015-January/074283 > > .html [2] > > https://lists.freedesktop.org/archives/mesa-dev/2015-January/074287 > > .html [3] > > https://lists.freedesktop.org/archives/mesa-dev/2015-January/074332 > > .html [4] > > https://lists.freedesktop.org/archives/mesa-dev/2015-

Re: [Mesa-dev] mesa from git fails to compile

2016-07-14 Thread Pali Rohár
On Thursday 14 July 2016 15:41:51 Eric Engestrom wrote: > On Thu, Jul 14, 2016 at 12:24:32PM +0200, Pali Rohár wrote: > > Any news? Or possible fix? > > Have you tried Emil's suggestion, ie. upgrading to at least 0.8.0? No, as I wrote that ubuntu precise for that build has o

Re: [Mesa-dev] mesa from git fails to compile

2016-07-14 Thread Pali Rohár
/ubuntu/graphics-drivers/+build/10446196/+files/buildlog_ubuntu-precise-amd64.mesa-lts-trusty_11.3.0-git201607100358.5c17fb2~ubuntu12.04.1_BUILDING.txt.gz > > -- > Pali Rohár > pali.ro...@gmail.com > > ___ > mesa-dev mailing list > m

Re: [Mesa-dev] mesa from git fails to compile

2016-07-11 Thread Pali Rohár
dule, then I have version 0.5.0. That build is for Ubuntu precise which have only that one version in repository, see: http://packages.ubuntu.com/precise/python-mako So I do not have new version of make... -- Pali Rohár pali.ro...@gmail.com ___ mesa-dev

[Mesa-dev] mesa from git fails to compile

2016-07-10 Thread Pali Rohár
cs-drivers/+build/10446196/+files/buildlog_ubuntu-precise-amd64.mesa-lts-trusty_11.3.0-git201607100358.5c17fb2~ubuntu12.04.1_BUILDING.txt.gz -- Pali Rohár pali.ro...@gmail.com signature.asc Description: This is a digitally signed message part. __

Re: [Mesa-dev] [PATCH] Fix 32bit compilation with -Werror=implicit-function-declaration

2015-04-26 Thread Pali Rohár
On Thursday 23 April 2015 23:04:22 Jose Fonseca wrote: On 23/04/15 18:46, Pali Rohár wrote: On Monday 13 April 2015 22:35:03 Pali Rohár wrote: On Monday 13 April 2015 22:32:10 Brian Paul wrote: On 04/13/2015 01:49 PM, Pali Rohár wrote: On Monday 13 April 2015 21:26:32 Pali Rohár wrote

Re: [Mesa-dev] [PATCH] Fix 32bit compilation with -Werror=implicit-function-declaration

2015-04-23 Thread Pali Rohár
On Monday 13 April 2015 22:35:03 Pali Rohár wrote: On Monday 13 April 2015 22:32:10 Brian Paul wrote: On 04/13/2015 01:49 PM, Pali Rohár wrote: On Monday 13 April 2015 21:26:32 Pali Rohár wrote: File glapi_entrypoint.c calls memcpy() function, but does not include string.h header. So

Re: [Mesa-dev] [PATCH] Fix 32bit compilation with -Werror=implicit-function-declaration

2015-04-13 Thread Pali Rohár
On Monday 13 April 2015 21:26:32 Pali Rohár wrote: File glapi_entrypoint.c calls memcpy() function, but does not include string.h header. So compilation can fail at error: implicit declaration of function 'memcpy'. --- src/mapi/glapi/glapi_entrypoint.c 2015-04-13 21:11:09.0 +0200

[Mesa-dev] [PATCH] Fix 32bit compilation with -Werror=implicit-function-declaration

2015-04-13 Thread Pali Rohár
:55.284118513 +0200 @@ -33,6 +33,7 @@ #include glapi/glapi_priv.h #include u_execmem.h +#include string.h #ifdef USE_X86_ASM -- Pali Rohár pali.ro...@gmail.com signature.asc Description: This is a digitally signed message part. ___ mesa-dev

Re: [Mesa-dev] [PATCH] Fix 32bit compilation with -Werror=implicit-function-declaration

2015-04-13 Thread Pali Rohár
On Monday 13 April 2015 22:32:10 Brian Paul wrote: On 04/13/2015 01:49 PM, Pali Rohár wrote: On Monday 13 April 2015 21:26:32 Pali Rohár wrote: File glapi_entrypoint.c calls memcpy() function, but does not include string.h header. So compilation can fail at error: implicit declaration

Re: [Mesa-dev] [PATCH] configure: check for dladdr via AC_CHECK_FUNC/AC_CHECK_LIB

2014-08-08 Thread Pali Rohár
://lists.freedesktop.org/mailman/listinfo/mesa-dev -- Pali Rohár pali.ro...@gmail.com signature.asc Description: This is a digitally signed message part. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

[Mesa-dev] nouveau: xvmc on nv43

2013-08-19 Thread Pali Rohár
, launch_grid = 0, get_sample_position = 0} Can you look at this xvmc problem? At least mesa should not crash if there is problem or unsupported hardware. If you need some more debug info (or full coredump file) I can send it. -- Pali Rohár pali.ro...@gmail.com signature.asc Description

Re: [Mesa-dev] nouveau: xvmc on nv43

2013-08-19 Thread Pali Rohár
On Friday 16 August 2013 16:34:43 you wrote: On Fri, Aug 16, 2013 at 5:40 AM, Pali Rohár pali.ro...@gmail.com wrote: Hello Ilia, I was your last commit which fixing xvmc support for nv30 hw in mesa git tree. Maybe you can help me. I have graphics card nvidia geforce 6600 gt (nv43 chip

[Mesa-dev] nouveau: nv43: Kwin from KDE 4.8 not working

2013-08-19 Thread Pali Rohár
before 35840ab189595b817fa8b1a1df8cc92474a7c38d working fine without problems on nv43. -- Pali Rohár pali.ro...@gmail.com signature.asc Description: This is a digitally signed message part. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http