| Commit message (Expand) | Author | Age |
* | gm: s/SkAutoTUnref/sk_sp/ | Hal Canary | 2016-11-07 |
* | remove xfermode from public api | Mike Reed | 2016-10-28 |
* | Rename renderTargetContextPriv to priv, and some more leftover DCs | Brian Osman | 2016-10-27 |
* | Rename GrDrawContext to GrRenderTargetContext | Brian Osman | 2016-10-27 |
* | allow clip calls w/o op param, remove unnecessary kReplace ops | reed | 2016-09-21 |
* | abstract name of clipping ops, to transtion to a more restricted set | reed | 2016-09-20 |
* | Replace a lot of 'static const' with 'constexpr' or 'const'. | mtklein | 2016-09-01 |
* | Move GrPipelineBuilder out of gms & reduce use of GrPipelineBuilder.h | robertphillips | 2016-06-23 |
* | sk_sp for Ganesh. | bungeman | 2016-06-09 |
* | Remove GrRenderTarget from GrPipelineBuilder | robertphillips | 2016-06-06 |
* | Clean up test drawContext usage | robertphillips | 2016-04-28 |
* | Bring sk_sp to GrDrawContext | robertphillips | 2016-04-27 |
* | Rein in the use of SkDevice.h | robertphillips | 2016-04-20 |
* | Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) | robertphillips | 2016-03-02 |
* | Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patch... | robertphillips | 2016-03-02 |
* | Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) | robertphillips | 2016-03-02 |
* | micro fix for rrects bug using GrDrawContext | joshualitt | 2016-01-13 |
* | Remove two varieties of drawNonAARect from GrDrawTarget | joshualitt | 2016-01-13 |
* | Remove work from constructors to facilitate debugging. | herb | 2016-01-08 |
* | Don't create a GXPFactory when blend is SrcOver | egdaniel | 2015-11-23 |
* | Optionally pass rendertarget to getTestTarget | robertphillips | 2015-11-16 |
* | GM: replace boilerplate with macros | halcanary | 2015-09-09 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Remove GrStagedProcessor, remove the word Stage as it applies to FPs | bsalomon | 2015-08-27 |
* | Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP... | rmistry | 2015-08-26 |
* | Remove GrStagedProcessor, remove the word Stage as it applies to FPs | bsalomon | 2015-08-26 |
* | Standardize BW to NonAA | joshualitt | 2015-08-21 |
* | Create separate entry points for the various flavors of drawRect | joshualitt | 2015-08-21 |
* | Start to propagate constness of GrPipelineBuilder up the stack | joshualitt | 2015-07-13 |
* | Revert of Revert of make gm background colors 565 compatible (patchset #1 id:... | caryclark | 2015-06-15 |
* | Revert of make gm background colors 565 compatible (patchset #2 id:20001 of h... | caryclark | 2015-06-15 |
* | make gm background colors 565 compatible | caryclark | 2015-06-15 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Move clip off of draw target | joshualitt | 2015-02-23 |
* | Add standard way to indicate GM is GPU-only. | bsalomon | 2015-01-31 |
* | remove unused GM flags | mtklein | 2015-01-23 |
* | Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder | egdaniel | 2015-01-22 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Move ViewMatrix off of drawstate | joshualitt | 2014-12-29 |
* | This CL cleans up the last remaining users of localCoordChange on paint | joshualitt | 2014-12-22 |
* | This cl moves color and coverage off of drawstate. In an effort to keep this... | joshualitt | 2014-12-09 |
* | Drawstate on stack | joshualitt | 2014-11-17 |
* | Patch to create a distinct geometry processor. The vast majority of this patch | joshualitt | 2014-09-23 |
* | Goodbye GrEffectRef. | bsalomon | 2014-07-08 |
* | Cleanup: Get rid of make_isize() function from gm.h. | tfarina | 2014-06-09 |
* | Turn on quilt mode in DM. | commit-bot@chromium.org | 2014-04-30 |
* | Add test cases for small radii to rrect GMs. | commit-bot@chromium.org | 2014-03-24 |
* | Add effect-based clip for nine-patch SkRRects. | commit-bot@chromium.org | 2014-03-13 |
* | support direct writing to top layer, and hide getTopLayer() | reed@google.com | 2014-03-12 |
* | Handle rrects with one circular corner and three square corners in GrRRectEff... | commit-bot@chromium.org | 2014-03-11 |