[Mesa-dev] [PATCH 0/3] Softpipe draw de-LLVM-fication.

2012-01-09 Thread Jakob Bornecrantz
So it turns out that softpipe uses LLVM in the draw module since it has no way of telling draw not to use it. This patch series fixes that. Also makes the draw initialization fail if draw can't initialize LLVM in the normal case. Cheers, Jakob. Jakob Bornecrantz (3): draw: Make it possible to

Re: [Mesa-dev] [PATCH 0/3] Softpipe draw de-LLVM-fication.

2012-01-09 Thread Brian Paul
On 01/09/2012 11:28 AM, Jakob Bornecrantz wrote: So it turns out that softpipe uses LLVM in the draw module since it has no way of telling draw not to use it. This patch series fixes that. Also makes the draw initialization fail if draw can't initialize LLVM in the normal case. Cheers, Jakob.

Re: [Mesa-dev] [PATCH 0/3] Softpipe draw de-LLVM-fication.

2012-01-09 Thread Jakob Bornecrantz
On Mon, Jan 9, 2012 at 8:35 PM, Brian Paul bri...@vmware.com wrote: On 01/09/2012 11:28 AM, Jakob Bornecrantz wrote: So it turns out that softpipe uses LLVM in the draw module since it has no way of telling draw not to use it. This patch series fixes that. Also makes the draw initialization

Re: [Mesa-dev] [PATCH 0/3] Softpipe draw de-LLVM-fication.

2012-01-09 Thread Brian Paul
On 01/09/2012 12:51 PM, Jakob Bornecrantz wrote: On Mon, Jan 9, 2012 at 8:35 PM, Brian Paulbri...@vmware.com wrote: On 01/09/2012 11:28 AM, Jakob Bornecrantz wrote: So it turns out that softpipe uses LLVM in the draw module since it has no way of telling draw not to use it. This patch series

Re: [Mesa-dev] [PATCH 0/3] Softpipe draw de-LLVM-fication.

2012-01-09 Thread Jakob Bornecrantz
On Mon, Jan 9, 2012 at 9:27 PM, Brian Paul bri...@vmware.com wrote: On 01/09/2012 12:51 PM, Jakob Bornecrantz wrote: On Mon, Jan 9, 2012 at 8:35 PM, Brian Paulbri...@vmware.com  wrote: On 01/09/2012 11:28 AM, Jakob Bornecrantz wrote: So it turns out that softpipe uses LLVM in the draw

Re: [Mesa-dev] [PATCH 0/3] Softpipe draw de-LLVM-fication.

2012-01-09 Thread Brian Paul
On 01/09/2012 01:32 PM, Jakob Bornecrantz wrote: On Mon, Jan 9, 2012 at 9:27 PM, Brian Paulbri...@vmware.com wrote: On 01/09/2012 12:51 PM, Jakob Bornecrantz wrote: On Mon, Jan 9, 2012 at 8:35 PM, Brian Paulbri...@vmware.comwrote: On 01/09/2012 11:28 AM, Jakob Bornecrantz wrote: So