aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rrects.cpp
Commit message (Expand)AuthorAge
* micro fix for rrects bug using GrDrawContextGravatar joshualitt2016-01-13
* Remove two varieties of drawNonAARect from GrDrawTargetGravatar joshualitt2016-01-13
* Remove work from constructors to facilitate debugging.Gravatar herb2016-01-08
* Don't create a GXPFactory when blend is SrcOverGravatar egdaniel2015-11-23
* Optionally pass rendertarget to getTestTargetGravatar robertphillips2015-11-16
* GM: replace boilerplate with macrosGravatar halcanary2015-09-09
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* Standardize BW to NonAAGravatar joshualitt2015-08-21
* Create separate entry points for the various flavors of drawRectGravatar joshualitt2015-08-21
* Start to propagate constness of GrPipelineBuilder up the stackGravatar joshualitt2015-07-13
* Revert of Revert of make gm background colors 565 compatible (patchset #1 id:...Gravatar caryclark2015-06-15
* Revert of make gm background colors 565 compatible (patchset #2 id:20001 of h...Gravatar caryclark2015-06-15
* make gm background colors 565 compatibleGravatar caryclark2015-06-15
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Move clip off of draw targetGravatar joshualitt2015-02-23
* Add standard way to indicate GM is GPU-only.Gravatar bsalomon2015-01-31
* remove unused GM flagsGravatar mtklein2015-01-23
* Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilderGravatar egdaniel2015-01-22
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Move ViewMatrix off of drawstateGravatar joshualitt2014-12-29
* This CL cleans up the last remaining users of localCoordChange on paintGravatar joshualitt2014-12-22
* 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
* Patch to create a distinct geometry processor. The vast majority of this patchGravatar joshualitt2014-09-23
* Goodbye GrEffectRef.Gravatar bsalomon2014-07-08
* Cleanup: Get rid of make_isize() function from gm.h.Gravatar tfarina2014-06-09
* Turn on quilt mode in DM.Gravatar commit-bot@chromium.org2014-04-30
* Add test cases for small radii to rrect GMs.Gravatar commit-bot@chromium.org2014-03-24
* Add effect-based clip for nine-patch SkRRects.Gravatar commit-bot@chromium.org2014-03-13
* support direct writing to top layer, and hide getTopLayer()Gravatar reed@google.com2014-03-12
* Handle rrects with one circular corner and three square corners in GrRRectEff...Gravatar commit-bot@chromium.org2014-03-11
* Fix no GPU build after r13728Gravatar bsalomon@google.com2014-03-10
* reorg iteration code in rrects GM, tightly pack rrects drawn in _effect version.Gravatar commit-bot@chromium.org2014-03-10
* Unify edge type enums across GrEffect subclasses that clip rendering to a geo...Gravatar commit-bot@chromium.org2014-03-05
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-05
* Make rrects.cpp compile in no-gpu modeGravatar bsalomon@google.com2014-03-04
* Add GM that directly tests GrRRectEffect and add inverse fill version of effect.Gravatar commit-bot@chromium.org2014-03-04
* Add effect-based clipping for circular "tab" style rrects.Gravatar commit-bot@chromium.org2014-02-21
* Analytic rrect clip for cicular corners, radius >= 0.5Gravatar commit-bot@chromium.org2014-02-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* fix compiler warnings:Gravatar mike@reedtribe.org2012-12-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-18
* Fix compiler warning-as-error issueGravatar robertphillips@google.com2012-12-17
* Add RRect GMGravatar robertphillips@google.com2012-12-17