In GrMatrix's setScale, setSkew, & setTranslate check whether the values passed in...
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 20 Jan 2011 14:13:13 +0000 (14:13 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 20 Jan 2011 14:13:13 +0000 (14:13 +0000)
commit70915f0210a8749553cbb93b12b2963cf350fff6
treed7631a5c9cf49f576d4ea7ade8074230a13e10ea
parent3d8de049f5b4b49204a6e7b4a799b5cfa7e063c8
In GrMatrix's setScale, setSkew, & setTranslate check whether the values passed in make the matrix identity before setting the typemask.

git-svn-id: http://skia.googlecode.com/svn/trunk@717 2bbb7eff-a529-9590-31e7-b0007b416f81
gpu/src/GrMatrix.cpp