aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSWMaskHelper.h
Commit message (Expand)AuthorAge
* Simplify GrSWMaskHelperGravatar robertphillips2016-05-13
* Remove clip from GrPipelineBuilderGravatar cdalton2016-05-12
* Replace GrStrokeInfo with GrStyle.Gravatar bsalomon2016-05-10
* Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https:...Gravatar bsalomon2016-05-10
* Replace GrStrokeInfo with GrStyle.Gravatar bsalomon2016-05-10
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Add SkSpecialImage::extractSubset & NewFromPixmapGravatar robertphillips2016-03-17
* Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:8...Gravatar robertphillips2016-03-16
* Add SkSpecialImage::extractSubset & NewFromPixmapGravatar robertphillips2016-03-16
* Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapiGravatar reed2015-06-09
* Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat...Gravatar reed2015-06-08
* change SkDraw and all Blitters to use pixmap instead of bitmapGravatar reed2015-06-08
* Move clip off of draw targetGravatar joshualitt2015-02-23
* Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilderGravatar egdaniel2015-01-22
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29
* More win64 warning fixesGravatar bsalomon2014-12-12
* This cl moves color and coverage off of drawstate. In an effort to keep this...Gravatar joshualitt2014-12-09
* Drawstate on stackGravatar joshualitt2014-11-17
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Remove uses of GrAutoScratchTexture.Gravatar bsalomon2014-10-14
* Add GrAASmallPathRenderer.Gravatar jvanverth2014-10-06
* Add override to force bitmap renderingGravatar krajcevski2014-08-13
* Pass compressed blitters to our mask drawing algorithmGravatar krajcevski2014-08-07
* Start the process of choosing the correct compression formatGravatar krajcevski2014-07-30
* 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