From benjamin.r.defnet at intel.com Tue May 12 17:05:34 2009 From: benjamin.r.defnet at intel.com (Defnet, Benjamin R) Date: Tue, 12 May 2009 17:05:34 -0700 Subject: Commit - Fix to allow scaling and rotation to correctly occur at same time Message-ID: Matrix multiply done in wrong order when applying transform matrix (scaling) to rotation matrix. This fix allows rotation and scaling to correctly occur at the same time. This is my first time submitting a patch so please let me know if I'm not doing this right. See attached patch Ben Defnet -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/xserver-commit/attachments/20090512/43e2e91b/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Matrix-mulitply-done-in-wrong-order-when-applying-tr.patch Type: application/octet-stream Size: 1345 bytes Desc: 0001-Matrix-mulitply-done-in-wrong-order-when-applying-tr.patch Url : http://lists.freedesktop.org/archives/xserver-commit/attachments/20090512/43e2e91b/attachment.obj From benjamin.r.defnet at intel.com Tue May 12 17:54:47 2009 From: benjamin.r.defnet at intel.com (Defnet, Benjamin R) Date: Tue, 12 May 2009 17:54:47 -0700 Subject: Commit - Fix xf86CrtcSetModeTransform() to not skip transform processing with KMS Message-ID: Fix xf86CrtcSetModeTransform() to properly process required rotation and transformation data, even when using kernel mode setting. Previously, with kernel mode setting enabled, this function just called set_mode_major() and returned causing transformations to never be applied. This is my first time submitting a patch so please let me know if I'm not doing this right. See attached patch Ben Defnet -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/xserver-commit/attachments/20090512/b0541089/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Fix-xf86CrtcSetModeTransform-to-properly-process-r.patch Type: application/octet-stream Size: 5344 bytes Desc: 0001-Fix-xf86CrtcSetModeTransform-to-properly-process-r.patch Url : http://lists.freedesktop.org/archives/xserver-commit/attachments/20090512/b0541089/attachment.obj