Re: [PULL] Matrix inversion and tests v1

2012-01-17 Thread Pekka Paalanen
On Mon, 16 Jan 2012 21:19:32 -0500 Kristian Høgsberg wrote: > On Mon, Jan 16, 2012 at 10:20 AM, Pekka Paalanen wrote: > > Hi Kristian, > > > > this patch series implements inversion for 4x4 matrices, specifically > > for struct weston_matrix. It comes with a test application for both > > correct

Re: [PULL] Matrix inversion and tests v1

2012-01-16 Thread Kristian Høgsberg
On Mon, Jan 16, 2012 at 10:20 AM, Pekka Paalanen wrote: > Hi Kristian, > > this patch series implements inversion for 4x4 matrices, specifically > for struct weston_matrix. It comes with a test application for both > correctness and performance. Hi Pekka, The series look good, I like where it's

[PULL] Matrix inversion and tests v1

2012-01-16 Thread Pekka Paalanen
Hi Kristian, this patch series implements inversion for 4x4 matrices, specifically for struct weston_matrix. It comes with a test application for both correctness and performance. The series starts with an irrelevant build fix, then has the transformation stack patch I sent to the mailing list ea