index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
ccpr
/
GrCoverageCountingPathRenderer.h
Commit message (
Expand
)
Author
Age
*
Deinline some GrPathRenderer method and one GrDrawingMananger method.
Brian Salomon
2018-07-10
*
ccpr: Enable ccpr by default
Chris Dalton
2018-06-25
*
ccpr: Implement path mask caching
Chris Dalton
2018-06-18
*
ccpr: Use lazy proxies with GrCCAtlas
Chris Dalton
2018-06-18
*
ccpr: Generalize GrCCAtlas to work for cached atlases as well
Chris Dalton
2018-06-14
*
ccpr: Initialize the atlas size more intelligently
Chris Dalton
2018-06-13
*
Allow CCPR in DDL mode (take 2)
Robert Phillips
2018-05-31
*
Revert "Allow CCPR in DDL mode"
Robert Phillips
2018-05-30
*
Allow CCPR in DDL mode
Robert Phillips
2018-05-30
*
ccpr: Add a mechanism to detach and merge pending paths
Chris Dalton
2018-05-23
*
ccpr: Remove GrCCDrawPathsOp's back-pointer into CCPR
Chris Dalton
2018-05-23
*
Delete GrDrawOp::wasRecorded
Chris Dalton
2018-05-23
*
ccpr: Abstract the draws list in a separate class
Chris Dalton
2018-05-21
*
ccpr: Clean up GrCoverageCountingPathRenderer
Chris Dalton
2018-05-09
*
ccpr: Cleanup on-flush path stats
Chris Dalton
2018-05-09
*
ccpr: Remove canMakeClipProcessor
Chris Dalton
2018-04-27
*
Always call endFlush on opLists that might survive a flush
Chris Dalton
2018-04-18
*
Extract a GrCCPathParser class that is decoupled from atlas ops
Chris Dalton
2018-01-18
*
Move GrSurfaceProxy::MakeLazy to GrProxyProvider::createLazy
Robert Phillips
2018-01-17
*
CCPR: Rename GrCCPR* -> GrCC*
Chris Dalton
2018-01-08
*
Add findOrMakeStaticBuffer method to GrResourceProvider
Chris Dalton
2017-12-19
*
Add analytic clip FPs that read from the CCPR atlas
Chris Dalton
2017-12-05
*
CCPR: Transform path points before parsing
Chris Dalton
2017-11-27
*
Include opList ids in GrOnFlushCallbackObject::postFlush
Chris Dalton
2017-11-27
*
Fix dangling pointers when Ganesh culls CCPR Ops early
Chris Dalton
2017-11-07
*
Remove deferred upload types from GrDrawOp.h.
Brian Salomon
2017-10-30
*
Enable CCPR for volatile paths
Chris Dalton
2017-10-17
*
Shrink GrDrawOpAtlases when no longer needed, take 2.
Jim Van Verth
2017-09-26
*
Revert "Shrink GrDrawOpAtlases when no longer needed"
Jim Van Verth
2017-09-22
*
Shrink GrDrawOpAtlases when no longer needed
Jim Van Verth
2017-09-22
*
Use shader based blending to clamp kPlus mode w/F16
Brian Osman
2017-09-20
*
Change visitProxies signature
Robert Phillips
2017-09-14
*
Finish restoring GrOpList DAG
Robert Phillips
2017-09-14
*
Improve GrPathRendererChain heuristics
Chris Dalton
2017-09-07
*
Revert "Improve GrPathRendererChain heuristics"
Chris Dalton
2017-09-07
*
Improve GrPathRendererChain heuristics
Chris Dalton
2017-09-07
*
CCPR: Rewrite path parsing
Chris Dalton
2017-09-05
*
Coverage counting path renderer
Chris Dalton
2017-07-14