aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPath.h
Commit message (Expand)AuthorAge
* Dump additional details about the gpu resources.Gravatar Derek Sollenberger2018-03-29
* Fix key computation for GrPathsGravatar bsalomon2016-09-15
* 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
* Revert of Batch multiple single NVPR draw paths to instanced draws (patchset ...Gravatar stephana2016-04-25
* Batch multiple single NVPR draw paths to instanced drawsGravatar kkinnunen2016-04-25
* Refactor to separate backend object lifecycle and GpuResource budget decisionGravatar kkinnunen2016-04-22
* Use correct fill type and bounds for NVPR paths that are stroked with SkiaGravatar kkinnunen2015-12-07
* [Reland] Fix NVPR assert for equivalent ovalsGravatar fmalita2015-11-18
* Revert of Fix NVPR assert for equivalent ovals (patchset #1 id:1 of https://c...Gravatar stephana2015-11-18
* Fix NVPR assert for equivalent ovalsGravatar fmalita2015-11-18
* remove SkInstCntGravatar mtklein2015-06-26
* Improve caching of special case paths in GrStencilAndCoverPathRendererGravatar kkinnunen2015-05-21
* Improve caching of dashed paths in GrStencilAndCoverPathRendererGravatar kkinnunen2015-05-18
* Fix SkStrokeRec == to report true for all fillsGravatar kkinnunen2015-05-13
* Rename GrContentKey to GrUniqueKeyGravatar bsalomon2015-02-19
* Add specialized content key class for resources.Gravatar bsalomon2015-01-23
* Make uncached textures uncached from the get go.Gravatar bsalomon2015-01-14
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:1200...Gravatar bsalomon2014-11-14
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-14
* Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:1000...Gravatar bsalomon2014-11-13
* Replace GrResourceCache with GrResourceCache2.Gravatar bsalomon2014-11-13
* Rename GrGpuObject to GrGpuResourceGravatar bsalomon2014-07-25
* Add a GrPathRange classGravatar cdalton2014-07-21
* Split GrResource into GrCacheable/GrGpuObjectGravatar commit-bot@chromium.org2014-05-02
* Make GrContext cache the gpu pathsGravatar commit-bot@chromium.org2013-11-01
* Implement stroking a path with nv_path_renderingGravatar commit-bot@chromium.org2013-10-09
* Replace all instances of GrRect with SkRect.Gravatar commit-bot@chromium.org2013-07-17
* Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.Gravatar bsalomon@google.com2013-01-23
* Extended instance counting to all GrResource-derived classesGravatar robertphillips@google.com2012-09-11
* Initial support for GL_NV_path_renering. Experimental, there are still some i...Gravatar bsalomon@google.com2012-06-28
* Towards NV path renderingGravatar bsalomon@google.com2012-06-11