Re: [Mesa-dev] [PATCH 2/2] implement NV_vdpau_interop v3

2013-09-21 Thread Stephan Raue
Am 21.09.2013 16:56, schrieb Marek Olšák: 8) Do we actually have enough tests, so that we can say this feature works? I have integrated v2 of this patches yesterday in OpenELEC, an embedded XBMC distro and it looks already nice. I will start to create and provide testbuilds for our Users wit

[Mesa-dev] Mesa-9.0: generate_builtins.py hangs and uses 100% CPU when generating from *.glsl files

2012-10-21 Thread Stephan Raue
Hi, i try to (cross)compile Mesa-9.0. builtin_compiler is compiled for host with a second hostbuild before i build Mesa for target. if i build Mesa for target the buildprocess hangs at: python2 ./builtins/tools/generate_builtins.py /home/stephan/projects/openelec-master/build.OpenELEC-Intel.

Re: [Mesa-dev] Mesa 7.11 release candidate 1

2011-07-08 Thread Stephan Raue
Are the tarball corrupt? in the tar.bz2 file much files and dirs are missing, MesaLib-7.11-rc1.tar looks to small (3.7MB) and the md5sums not matching...? Stephan Am 09.07.2011 04:06, schrieb Ian Romanick: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mesa 7.11-rc1 has been released. This

Re: [Mesa-dev] Mesa 7.11 devel still fails on crosscompiling (generating of builtin_function.cpp)

2011-06-26 Thread Stephan Raue
CXXFLAGS="$HOST_CXXFLAGS" \ LDFLAGS="$HOST_LDFLAGS" \ -C src/glsl builtin_compiler cp src/glsl/builtin_compiler $ROOT/$TOOLCHAIN/bin make -C src/glsl clean sed -e "s#\.\/builtin_compiler#$ROOT/$TOOLCHAIN/bin/builtin_compiler#g" -i src/glsl/Makefile make A

Re: [Mesa-dev] Mesa 7.11 devel still fails on crosscompiling (generating of builtin_function.cpp)

2011-06-26 Thread Stephan Raue
i have figured out it should work if src/glsl/builtin_compiler, src/glsl/glcpp/glcpp and src/glsl/glsl_compiler will be buiöld with $HOST_CC, $HOST_CXX, $HOST_CFLAGS, $HOST_CXXFLAGS and $HOST_LDFLAGS. because some or all three tools are linked with libglsl.a we must build libglsl.a twice (one f

[Mesa-dev] Mesa 7.11 devel still fails on crosscompiling (generating of builtin_function.cpp)

2011-06-25 Thread Stephan Raue
Hi list, Mesa-7.11 still fails on generating builtin_function.cpp with crosscompiling. see also here:http://lists.freedesktop.org/archives/mesa-dev/2011-May/007527.html is there a solution or is crosscompiling tested with actual 7.11 sources? i think this should be fixed before releasing Mes

[Mesa-dev] Mesa 7.11 devel fails on crosscompiling

2011-05-10 Thread Stephan Raue
Hi Mesa 7.11 current git fails on crossompile between different archs (here i386 and x86_64) with generating the sources via python (output with enabled PYTHONVERBOSE). Tested with croscompiled Python build (hostpython) 2.6 and system installed python 2.7: /home/stephan/projects/openelec-mas

Re: [Mesa-dev] Mesa-7.9 fails to (re)build if xorg-server is already installed

2010-10-15 Thread Stephan Raue
Am 15.10.2010 16:42, schrieb Thomas Hellstrom: Hmm. Yes I see now, the error occurs because the X server with the COMPOSITE extension enabled. The xorg state-tracker should really check for that, but it doesn't. While this gets fixed, either make sure your X server is compiled with the COMPOSI

Re: [Mesa-dev] Mesa-7.9 fails to (re)build if xorg-server is already installed

2010-10-15 Thread Stephan Raue
Hi Thomas, Am 15.10.2010 09:46, schrieb Thomas Hellstrom: On 10/15/2010 01:15 AM, Stephan Raue wrote: Hi, i crosscompiling Mesa-7.9. if xorg-server-1.9 already installed in toolchain (headers, libs) and i (re)build Mesa it fails. if i remove the devel packages from toolchain and build

[Mesa-dev] Mesa-7.9 fails to (re)build if xorg-server is already installed

2010-10-14 Thread Stephan Raue
Hi, i crosscompiling Mesa-7.9. if xorg-server-1.9 already installed in toolchain (headers, libs) and i (re)build Mesa it fails. if i remove the devel packages from toolchain and build xorg-server again after Mesa it compiles: /home/stephan/projects/openelec/build.OpenELEC-ATV.i386.devel/too