I fully support any patch that removes the phrase "modelview".
On Fri, Apr 25, 2014 at 5:07 PM, Kristian Høgsberg wrote:
> On Fri, Apr 25, 2014 at 01:19:37PM +0100, Neil Roberts wrote:
> > In order to apply the zoom transformation to the output matrix, Weston
> was
> > doing the following:
> >
>
On Fri, Apr 25, 2014 at 01:19:37PM +0100, Neil Roberts wrote:
> In order to apply the zoom transformation to the output matrix, Weston was
> doing the following:
>
> • Create a temporary matrix to hold the translation
> • Invert the translation matrix using weston_matrix_invert into
> another te
On Apr 25, 2014 8:11 AM, "Pekka Paalanen" wrote:
>
> On Fri, 25 Apr 2014 13:19:37 +0100
> Neil Roberts wrote:
>
> > In order to apply the zoom transformation to the output matrix, Weston
was
> > doing the following:
> >
> > * Create a temporary matrix to hold the translation
> > * Invert the tran
On Fri, 25 Apr 2014 13:19:37 +0100
Neil Roberts wrote:
> In order to apply the zoom transformation to the output matrix, Weston was
> doing the following:
>
> • Create a temporary matrix to hold the translation
> • Invert the translation matrix using weston_matrix_invert into
> another tempora
In order to apply the zoom transformation to the output matrix, Weston was
doing the following:
• Create a temporary matrix to hold the translation
• Invert the translation matrix using weston_matrix_invert into
another temporary matrix
• Scale that matrix by the scale factor
• Multiply the curr