Re: [RFC weston 00/16] Replace existing transformation code with matrix operations

2014-09-26 Thread Bill Spitzak
It is great to see this! On 09/26/2014 02:10 PM, Derek Foreman wrote: This is also available at https://github.com/ManMower/weston/commits/transforms The goal of this patch set is to remove much of the bulky switch statement based transform code and replace it with matrix multiplication. Hopef

[RFC weston 00/16] Replace existing transformation code with matrix operations

2014-09-26 Thread Derek Foreman
This is also available at https://github.com/ManMower/weston/commits/transforms The goal of this patch set is to remove much of the bulky switch statement based transform code and replace it with matrix multiplication. Hopefully this will result in a more maintainable pixman renderer due to the r