[Mesa-dev] [PATCH 1/1] Fix endianess detection with musl-based toolchains

2016-11-04 Thread Bernd Kuhls
errors detected by the autobuilder infrastructure of the buildroot project: http://autobuild.buildroot.net/results/e27/e27a9a95f72dba3076549beb2a2ccfdbea2fcfee/ http://autobuild.buildroot.net/results/e27/e27a9a95f72dba3076549beb2a2ccfdbea2fcfee/ Signed-off-by: Bernd Kuhls --- configure.ac

Re: [Mesa-dev] [PATCH 2/2] configure.ac: error out if python/mako is not found when required

2015-03-28 Thread Bernd Kuhls
Hi, Emil Velikov wrote in news:1427132964-21468-2- git-send-email-emil.l.veli...@gmail.com: > In case of using a distribution tarball (or a dirty git tree) one can > have the generated sources locally. Make configure.ac error out > otherwise, to alert that about the unmet requirement(s) of pytho

Re: [Mesa-dev] New stable-branch 10.5 candidate pushed

2015-03-26 Thread Bernd Kuhls
Emil Velikov wrote in news:55136BE1.6090001 @gmail.com: > and no longer requires python/mako in order to build. Hi, I am a bit confused, quoting the commit http://cgit.freedesktop.org/mesa/mesa/commit/?h=10.5 &id=e98909b0567b8a83a6a953cfa4ee4e7beef436b9 "It is still returning error when Python

Re: [Mesa-dev] [PATCH 1/1] Fix runtime error with uClibc

2015-03-23 Thread Bernd Kuhls
Matt Turner wrote in news:caedq38ela86kqtjkagscovt70ep8ato3aeqtowbuvk-+xuf...@mail.gmail.com: > so maybe uclibc just needs to add them. Hi, they did :) http://git.uclibc.org/uClibc/commit/?id= 6c4538905e65ceb203f59aaa9a61728e81c6bc0a Run-time testing was positive, so my patch is obsolete now.

[Mesa-dev] [PATCH 1/1] Fix runtime error with uClibc

2015-03-15 Thread Bernd Kuhls
d driver: swrast Here is some background information about the fminf/fmaxf situation in uClibc: http://thread.gmane.org/gmane.comp.lib.uclibc.general/24189 Please backport this patch to the 10.5 branch. Signed-off-by: Bernd Kuhls --- src/glsl/nir/nir_constant_expressions.py | 12 +++

[Mesa-dev] [PATCH 1/1] Fixes uclibc build as uclibc does not include backtrace functionality

2014-10-19 Thread Bernd Kuhls
Signed-off-by: Bernd Kuhls --- configure.ac |3 +++ src/mapi/glapi/gen/gl_gentable.py |2 +- src/mesa/drivers/dri/i915/intel_regions.c |2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0ed9325