ernel, drm, mesa, llvm built from git.
Is there anything else that needs to be done (maybe a newer kernel, now
i have 3.18.0-rc5) or this is a bug?
O zi buna,
Kertesz Laszlo
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freed
On Mon, Aug 18, 2014 at 12:12 AM, Benjamin Bellec
wrote:
Hello,
This error is due to the recent removal of "--disable-64-bit" and
"--enable-32-bit" options.
You should now replace them by "--build=i686-pc-linux-gnu" and
"--host=i686-pc-linux-gnu"
See here :
http://lists.freedesktop.org/arch
-m32" \
CXXFLAGS="-m32" \
LDFLAGS="-ltinfo -lpthread -ldl"
Its a bit messed up, but it was working before in this exact form (i
build llvm too and static link agains it). Debian Testing 64 bit.
--
O zi buna,
Kertesz Laszlo
___
Is the r600 llvm backend supposed to behave exactly the same as the
radeonsi llvm?
--
O zi buna,
Kertesz Laszlo
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
Today i observer that building mesa fails with
gallivm/lp_bld_debug.cpp: In function 'size_t disassemble(const void*,
llvm::raw_ostream&)':
gallivm/lp_bld_debug.cpp:279:57: error: 'class
llvm::TargetSubtargetInfo' has no member named 'getInstrInfo'
const TargetInstrInfo *TII = TM->getSubtarget
OpenCL conversion for R'G'B' u8 -> RGBA float
Are those indications of some error or just debug info?
> On Sat, 2014-06-21 at 09:17 +0300, Kertesz Laszlo wrote:
>> Hmm. I get
>>
>> GEGL_DEBUG=opencl ./run-compositions.py apply-lens.xml
>>
undefined symbol error in
the console and all operations use 1 CPU core, the GPU doesnt seem to be
used at all. If i make all tests, all opencl tests are skipped and one
(non-opencl i suppose) even fails (gegl.xml).
Any ideas how i could use opencl?
--
O zi buna,
Kert
disaster. Try to avoid that at all
> cost.
>
> Cheers
> Emil
Now i have those specified since i was building mesa with shared libs on
a 64 bit system so i had to install it in another prefix, different from
that of the 64 bit build.
But now static linking works and i dont need it anyway on the 64 bit
machine.
>>>
>>> __
1 --enable-gles2 \
--enable-glx-tls \
--with-egl-platforms=x11,drm \
--enable-gbm \
--enable-gallium-egl \
--enable-gallium-llvm \
--disable-r600-llvm-compiler \
--disable-dri3 \
--enable-opencl \
--enable-shared-glapi \
--enable-gallium-osmesa \
--disable-llvm-shared-libs
>
> ___
> me