Re: [Mesa-dev] llvmpipe support for ARM?

2015-04-15 Thread Marko Moberg
gt; unaligned access which should have been aligned or something else. > > GALLIVM_DEBUG=ir,asm will get you the IR and compiled code (with debug > > builds). > > > > Roland > > > > > > Am 15.04.2015 um 14:37 schrieb Marko Moberg: > > > Hi, > > &

[Mesa-dev] llvmpipe support for ARM?

2015-04-15 Thread Marko Moberg
Hi, I have been trying to get OpenGL sw rastering to work on Linux based ARM CortexA15 device but for some reason gallium llvmpipe gives me a segmentation fault. Has anybody managed to run sw rastering using gallium llvmpipe on ARM? Softpipe seems to be working ok. I am using the following versio