aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSWMaskHelper.h
Commit message (Expand)AuthorAge
...
* Add query for block dimensions of a given formatGravatar krajcevski2014-07-29
* Generalize mask helper a bit for compressionGravatar krajcevski2014-07-16
* Use scratch with LATC data if possibleGravatar krajcevski2014-06-12
* Add an LATC compressor to the A8 masks, and hide it behind an ifdef.Gravatar krajcevski2014-06-10
* SkNonCopyable should be used with private inheritance.Gravatar commit-bot@chromium.org2014-04-07
* Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa...Gravatar reed@google.com2013-11-04
* speed up A8 by creating a new entry-point in SkDraw that blits the path's cov...Gravatar reed@google.com2013-11-04
* Replace uses of GrNoncopyable by SkNoncopyable.Gravatar commit-bot@chromium.org2013-09-18
* Fix texture allocation in SWMaskHelperGravatar robertphillips@google.com2013-07-19
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Follow up on the previous patch :Gravatar sugoi@google.com2012-12-17
* 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
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Remove stage masksGravatar bsalomon@google.com2012-07-20
* 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
* fixed another clang++ compiler errorGravatar robertphillips@google.com2012-06-28
* Split GrSWMaskHelper into its own filesGravatar robertphillips@google.com2012-06-27