commit | e638d1c29b2895a4dcf41b5bc8868278192bf819 | [log] [tgz] |
---|---|---|
author | derekf <derekf@osg.samsung.com> | Tue Dec 02 13:51:29 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Dec 02 13:51:30 2014 -0800 |
tree | e0ecb5f001308d7a4001960a806f8b68b24d256b | |
parent | 701dd4fbd7942f98e413807491f62898941c142c [diff] |
check matrix does not have rotation or perspective transformation When checking whether we need apply AA to a rect for non-msaa target, simply checking that the mapped rect is integer is not enough. We need to check whether the transformation matrix has transformations other than simple translation. Original-Author: Henry Song <henrysong@samsung.com> Review URL: https://codereview.chromium.org/772953002