aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrClipMaskManager.cpp
Commit message (Expand)AuthorAge
* Add GrResourceCache2.Gravatar bsalomon2014-08-21
* Revert of Add GrResourceCache2. (patchset #4 of https://codereview.chromium.o...Gravatar bsalomon2014-08-19
* Add GrResourceCache2.Gravatar bsalomon2014-08-19
* Add override to force bitmap renderingGravatar krajcevski2014-08-13
* Always use both a color and coverage attribute in GrAARectRenderer.Gravatar bsalomon2014-08-11
* Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.Gravatar bsalomon2014-08-04
* Goodbye GrEffectRef.Gravatar bsalomon2014-07-08
* Revert of Remove the AA requirement for selecting GrEffect-based clipping. (h...Gravatar mtklein2014-07-02
* Remove the AA requirement for selecting GrEffect-based clipping.Gravatar bsalomon2014-07-02
* Revert of Remove the AA requirement for selecting GrEffect-based clipping. (h...Gravatar bsalomon2014-07-02
* Remove the AA requirement for selecting GrEffect-based clipping.Gravatar bsalomon2014-07-02
* Split caching from allocation in GrClipMaskManagerGravatar krajcevski2014-06-10
* Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAILGravatar commit-bot@chromium.org2014-04-30
* Remove unnecessary isrect code in clip mask managerGravatar commit-bot@chromium.org2014-03-24
* Only use analytic effect-based clipping when AA is required by at least one e...Gravatar commit-bot@chromium.org2014-03-19
* Implement the clip as 4 or fewer GrEffects when possible.Gravatar commit-bot@chromium.org2014-03-07
* Unify edge type enums across GrEffect subclasses that clip rendering to a geo...Gravatar commit-bot@chromium.org2014-03-05
* Add GM that directly tests GrRRectEffect and add inverse fill version of effect.Gravatar commit-bot@chromium.org2014-03-04
* Make GrConvexPolyEffect support inverse fills and non-AA rectsGravatar commit-bot@chromium.org2014-02-28
* Analytic rrect clip for cicular corners, radius >= 0.5Gravatar commit-bot@chromium.org2014-02-19
* Fix another clipstack element !rect doesn't mean path bug.Gravatar commit-bot@chromium.org2014-02-17
* Store SkRRects in SkClipStackGravatar commit-bot@chromium.org2014-02-16
* Add dev bounds to bmp txt context, use bounds to ignore clipsGravatar commit-bot@chromium.org2014-02-11
* Revert of r13384 (Stateful PathRenderer implementation)Gravatar robertphillips@google.com2014-02-11
* Revert "SkBitmap now really stores SkImageInfo -- config is just a ruse"Gravatar mike@reedtribe.org2014-02-11
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-11
* Stateful PathRenderer implementationGravatar robertphillips@google.com2014-02-10
* Specialize GrConvexPolyEffect for AA rects, use for AA clip rects.Gravatar commit-bot@chromium.org2014-02-08
* Make GMs aware of what tool they're being run in.Gravatar commit-bot@chromium.org2014-02-07
* Set scissor to clip bounding box when using GrConvexPolyEffectGravatar commit-bot@chromium.org2014-02-07
* Use GrConvexPolyEffect when clip is a single convex polygonGravatar commit-bot@chromium.org2014-02-04
* Revert of Use GrConvexPolyEffect when clip is a single convex polygon (https:...Gravatar bsalomon@google.com2014-02-03
* Use GrConvexPolyEffect when clip is a single convex polygonGravatar commit-bot@chromium.org2014-02-03
* Make texture domain a helper so that it can be incorporated into other effects.Gravatar commit-bot@chromium.org2013-12-09
* Avoid re-rendering stencil clip for every draw with reducable clip stackGravatar commit-bot@chromium.org2013-11-05
* Revert "Avoid re-rendering stencil clip for every draw with reducable clip st...Gravatar reed@google.com2013-11-01
* Avoid re-rendering stencil clip for every draw with reducable clip stackGravatar commit-bot@chromium.org2013-11-01
* Add can-ignore-rect hint to clear callGravatar robertphillips@google.com2013-10-31
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Fix bug in don't-reuse-scratch-textures pathGravatar robertphillips@google.com2013-10-31
* Make not-reusing-scratch-textures only apply to texture uploadsGravatar robertphillips@google.com2013-10-30
* separate state for msaa renderabilityGravatar commit-bot@chromium.org2013-10-15
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-10-10
* Implement filling a path with nv_path_rendering coverGravatar commit-bot@chromium.org2013-10-09
* Make GPU coord transforms automaticGravatar bsalomon@google.com2013-10-02
* Move oval and rect renderer includes to private interfaceGravatar jvanverth@google.com2013-09-06
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Fix a crash on stroking empty paths with nv_path_rendering enabledGravatar commit-bot@chromium.org2013-08-05