aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrClipStackClip.cpp
Commit message (Expand)AuthorAge
...
* Rename methods and enum on SkClipStack::Element to indicate "device space"Gravatar Brian Salomon2017-08-30
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* Remove accessRenderTarget calls in service of binding stencil bufferGravatar Robert Phillips2017-08-10
* Reduce dependence on GrSurface's origin field (take 3)Gravatar Robert Phillips2017-07-25
* Revert "Reduce dependence on GrSurface's origin field (take 2)"Gravatar Robert Phillips2017-07-25
* Reduce dependence on GrSurface's origin field (take 2)Gravatar Robert Phillips2017-07-25
* Third small fragment from "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-24
* Revert "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-21
* Reduce dependence on GrSurface's origin fieldGravatar Robert Phillips2017-07-21
* Improve handling of clip stack IDGravatar Robert Phillips2017-06-28
* Fix for Android batching bugGravatar Robert Phillips2017-06-28
* Clean up GrResourceProvider usageGravatar Robert Phillips2017-06-15
* Force AAType to MSAA if the render target has MSAA and the API doesn't suppor...Gravatar Brian Salomon2017-06-14
* Make GrRenderTarget[(Proxy)|(Context)]? advertise a "full scene aa type".Gravatar Brian Salomon2017-05-12
* Add flag to avoid stencil buffers in SkiaGravatar Eric Karl2017-05-09
* Rm makeRenderTargetContext in favor of deferred version (take 3)Gravatar Robert Phillips2017-04-25
* Revert "Rm makeRenderTargetContext in favor of deferred version (take 2)"Gravatar Robert Phillips2017-04-21
* Rm makeRenderTargetContext in favor of deferred version (take 2)Gravatar Robert Phillips2017-04-21
* Revert "Rm makeRenderTargetContext in favor of deferred version"Gravatar Robert Phillips2017-04-11
* Rm makeRenderTargetContext in favor of deferred versionGravatar Robert Phillips2017-04-11
* In GrClipStackClip check whether op bounds are inside RT before checking for ...Gravatar Brian Salomon2017-03-16
* Retract GrContext from src/gpu/effectsGravatar Robert Phillips2017-03-15
* Compute clipped draw bounds outside GrAppliedClip.Gravatar Brian Salomon2017-03-14
* Consolidate Proxy caching code in GrResourceProviderGravatar Robert Phillips2017-03-14
* Remove origin from GrClipStackClip and GrWindowRectsState.Gravatar Brian Salomon2017-03-13
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Use GrTextureProvider's uniqueKey setting method rather than directly setting itGravatar Robert Phillips2017-03-02
* Remove atlas creation from GrResourceProviderGravatar Robert Phillips2017-03-02
* Wrap cached GrTextures in GrTextureProxies (e.g., blur profiles, nine-patch b...Gravatar Robert Phillips2017-02-24
* Purge clip masks when they are no longer findable.Gravatar Brian Salomon2017-01-06
* Partially defer GrSWMaskHelperGravatar Robert Phillips2016-12-14
* Remove antialias axis from GrPathRendererChain::DrawTypeGravatar Brian Salomon2016-12-13
* change SkClipOp to a class enumGravatar Mike Reed2016-12-12
* Relandx2 "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Revert "Reland "Remove antialiasing control from GrPaint.""Gravatar Brian Salomon2016-12-09
* Reland "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-09
* Different approach to fixing gpu blurs on platforms that "useDrawInsteadOfClear"Gravatar Robert Phillips2016-12-09
* Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Gravatar Mike Reed2016-12-09
* Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Gravatar Mike Reed2016-12-09
* remove SK_SUPPORT_LEGACY_CLIP_REGIONOPSGravatar Mike Reed2016-12-08
* Revert "Remove antialiasing control from GrPaint."Gravatar Brian Salomon2016-12-08
* Remove antialiasing control from GrPaint.Gravatar Brian Salomon2016-12-08
* Fix gpu blurring on platforms that "useDrawInsteadOfClear"Gravatar Robert Phillips2016-11-25
* Add handling for instantiate failure up the call stackGravatar Robert Phillips2016-11-18
* Guard against instantiate & accessRenderTarget failuresGravatar Robert Phillips2016-11-17
* Move GrRenderTargetPriv::maxWindowRectangles to GrRenderTargetContextPriv & G...Gravatar Robert Phillips2016-11-09
* TEMPORARY: track stencil clip state in GrRenderTargetOpListGravatar csmartdalton2016-11-01
* Fall back on stencil clip when SW mask fails to allocateGravatar csmartdalton2016-10-28
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Remove option to make GrCoordTransforms apply to device positions.Gravatar Brian Salomon2016-10-03