aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrClip.cpp
Commit message (Expand)AuthorAge
* Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logicGravatar bsalomon@google.com2011-09-27
* Fix GPU assumption that clipstack begins with intersect or replace.Gravatar bsalomon@google.com2011-08-29
* rolling back the experimental rollbacks in r2178-2179Gravatar epoger@google.com2011-08-26
* rolling tree back to its state as of r2169 to see if that fixes Windows build...Gravatar epoger@google.com2011-08-26
* Don't intersect clipstack with root device boundsGravatar bsalomon@google.com2011-08-25
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* use SkPath for GrPath, removing GrPathIter entirelyGravatar reed@google.com2011-05-16
* Share code with SkRectGravatar reed@google.com2011-05-09
* Fix alignment issues with stack allocated memory allocated as bytes but used ...Gravatar bsalomon@google.com2011-04-20
* If we compute an exact clip bounds prefer it over user passed bounds. Also cl...Gravatar bsalomon@google.com2011-03-08
* add origin to deviceGravatar reed@google.com2011-03-04
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22