aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSWMaskHelper.cpp
Commit message (Expand)AuthorAge
...
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* Use ReduceClipStack in ClipMaskManager.Gravatar bsalomon@google.com2012-12-06
* As part of preliminary groundwork for a chromium fix, this changelist is depr...Gravatar sugoi@google.com2012-12-06
* Replace GrMatrix with SkMatrix.Gravatar bsalomon@google.com2012-11-01
* Remove GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01
* Rename GrSamplerState to GrEffectStage.Gravatar bsalomon@google.com2012-10-26
* Move some auto restore helpers from GrDrawTarget to GrDrawState.Gravatar bsalomon@google.com2012-10-05
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Remove easily-removable uses of setTexture(), instead creating a GrSingleText...Gravatar tomhudson@google.com2012-07-20
* Remove stage masksGravatar bsalomon@google.com2012-07-20
* More carefully disable stages in Ganesh to avoid textures or effectsGravatar tomhudson@google.com2012-07-10
* Left over cleanup from r4416 (fix for lingering AA clip mask bug)Gravatar robertphillips@google.com2012-07-09
* Fixed lingering gpu-path AA clip mask generation bugGravatar robertphillips@google.com2012-06-29
* Split GrSWMaskHelper into its own filesGravatar robertphillips@google.com2012-06-27