[Mesa-dev] With newer git mesa builds hardware decoding fails with Assertion `0' failed. (r600g, Radeon HD 8570D)

2014-12-04 Thread Kertesz Laszlo
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

Re: [Mesa-dev] Mesa fails to build (32 bit chroot on 64 bit machine)

2014-08-17 Thread Kertesz Laszlo
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

[Mesa-dev] Mesa fails to build (32 bit chroot on 64 bit machine)

2014-08-17 Thread Kertesz Laszlo
-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 ___

[Mesa-dev] Is the r600 llvm backend supposed to behave exactly the same as the radeonsi llvm?

2014-08-07 Thread 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

[Mesa-dev] Mesa build fails after commit "gallivm: Fix build with latest LLVM"

2014-08-07 Thread Kertesz Laszlo
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

Re: [Mesa-dev] Testing OpenCL with gegl

2014-06-21 Thread Kertesz Laszlo
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 >>

Re: [Mesa-dev] Testing OpenCL with gegl

2014-06-20 Thread Kertesz Laszlo
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

Re: [Mesa-dev] [PATCH] targets/opencl: Fix (static) linking with LLVM

2014-05-27 Thread Kertesz Laszlo
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. >>> >>> __

Re: [Mesa-dev] [PATCH] targets/opencl: Fix (static) linking with LLVM

2014-05-26 Thread Kertesz Laszlo
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