aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrMatrix.cpp
Commit message (Expand)AuthorAge
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix.Gravatar bsalomon@google.com2011-05-10
* Share code with SkRectGravatar reed@google.com2011-05-09
* use SkPoint, creating an alias for GrPointGravatar reed@google.com2011-05-06
* Move alpha-ramp AA to GrContext, detect cases when AA is applied via other me...Gravatar bsalomon@google.com2011-04-25
* Fix line endings in Gr files and set svn eol style to LFGravatar bsalomon@google.com2011-02-22
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* In GrMatrix's setScale, setSkew, & setTranslate check whether the values pass...Gravatar bsalomon@google.com2011-01-20
* add template macro to "safely" perform casts w/o breaking strict-aliasingGravatar reed@google.com2011-01-05
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22