aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/ccpr
Commit message (Expand)AuthorAge
* ccpr: Remove constant scale when solving the cubic midtangentGravatar Chris Dalton2018-07-18
* ccpr: Account for stroke and style in path cache keysGravatar Chris Dalton2018-07-18
* Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext."Gravatar Brian Salomon2018-07-11
* Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext."Gravatar Brian Salomon2018-07-11
* Make GPU cache invalidation SkMessageBus messages go to one GrContext.Gravatar Brian Salomon2018-07-11
* Remove clamping of kPlus with F16 configsGravatar Brian Osman2018-07-11
* Deinline some GrPathRenderer method and one GrDrawingMananger method.Gravatar Brian Salomon2018-07-10
* Remove sRGB config checks based on color spaceGravatar Brian Osman2018-07-02
* Revert "Some scissor state cleanup."Gravatar Brian Salomon2018-07-02
* Some scissor state cleanup.Gravatar Brian Salomon2018-07-02
* ccpr: Recycle cache entries when possible to avoid mallocGravatar Chris Dalton2018-06-29
* Refactor GrPipeline dynamic state.Gravatar Brian Salomon2018-06-26
* Put GrPrimitiveProcessor/GrGeometryProcessor before GrPipeline in param lists.Gravatar Brian Salomon2018-06-25
* ccpr: Enable ccpr by defaultGravatar Chris Dalton2018-06-25
* ccpr: Cache paths with >=50% visibilityGravatar Chris Dalton2018-06-22
* ccpr: Recycle the stashed atlas's texture explicitlyGravatar Chris Dalton2018-06-22
* ccpr: Don't consider sub-pixel translation for caching on AndroidGravatar Chris Dalton2018-06-19
* Revert "Revert "Change how vertex/instance attributes are handled in geometry...Gravatar Brian Salomon2018-06-19
* Move op memory storage to GrContext (take 2)Gravatar Robert Phillips2018-06-19
* Revert "Change how vertex/instance attributes are handled in geometry process...Gravatar Mike Klein2018-06-19
* Change how vertex/instance attributes are handled in geometry processors.Gravatar Brian Salomon2018-06-18
* ccpr: Implement path mask cachingGravatar Chris Dalton2018-06-18
* ccpr: Use lazy proxies with GrCCAtlasGravatar Chris Dalton2018-06-18
* Revert "Move op memory storage to GrContext"Gravatar Robert Phillips2018-06-15
* Move op memory storage to GrContextGravatar Robert Phillips2018-06-15
* ccpr: Generalize GrCCAtlas to work for cached atlases as wellGravatar Chris Dalton2018-06-14
* ccpr: Initialize the atlas size more intelligentlyGravatar Chris Dalton2018-06-13
* Plumb GrContext everywhereGravatar Robert Phillips2018-06-12
* trim #include <new> from SkPostConfig.hGravatar Mike Klein2018-06-11
* Stop passing GrPrimitiveProcessor to GrMesh::sendToGpu.Gravatar Brian Salomon2018-06-08
* Add a factory to any GrOp-derived class that lacked oneGravatar Robert Phillips2018-06-08
* Allow CCPR in DDL mode (take 2)Gravatar Robert Phillips2018-05-31
* Make sk_sp operator bool explicit.Gravatar Ben Wagner2018-05-30
* Make GrPrimitiveProcessor::Attribute a class, hide data members.Gravatar Brian Salomon2018-05-30
* Revert "Allow CCPR in DDL mode"Gravatar Robert Phillips2018-05-30
* Allow CCPR in DDL modeGravatar Robert Phillips2018-05-30
* Drop unneeded .get() in GrCoverageCountingPathRenderer.cppGravatar tzik2018-05-29
* ccpr: Handle winding and even-odd in the same shaderGravatar Chris Dalton2018-05-24
* Revert "ccpr: Handle winding and even-odd in the same shader"Gravatar Chris Dalton2018-05-23
* ccpr: Handle winding and even-odd in the same shaderGravatar Chris Dalton2018-05-23
* ccpr: Add a mechanism to detach and merge pending pathsGravatar Chris Dalton2018-05-23
* ccpr: Remove GrCCDrawPathsOp's back-pointer into CCPRGravatar Chris Dalton2018-05-23
* Delete GrDrawOp::wasRecordedGravatar Chris Dalton2018-05-23
* ccpr: Remove local matrix data from path instancesGravatar Chris Dalton2018-05-22
* ccpr: Abstract the draws list in a separate classGravatar Chris Dalton2018-05-21
* ccpr: Bugfix for cropped pathsGravatar Chris Dalton2018-05-11
* Support C++11 range-for loops in SkTInternalLListGravatar Chris Dalton2018-05-09
* ccpr: Clean up GrCoverageCountingPathRendererGravatar Chris Dalton2018-05-09
* ccpr: Cleanup on-flush path statsGravatar Chris Dalton2018-05-09
* Add a drawPaths method to GrCCPathProcessorGravatar Chris Dalton2018-05-08