index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
batches
/
GrStencilAndCoverPathRenderer.cpp
Commit message (
Expand
)
Author
Age
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Replace targetHasUnifiedMultisampling in GrPB constructor
csmartdalton
2016-06-08
*
Fix instances where hwaa was wrong for mixed samples
csmartdalton
2016-06-08
*
Remove GrRenderTarget from GrPipelineBuilder
robertphillips
2016-06-06
*
More Unref GrXPFactory.
bungeman
2016-06-03
*
Make GrClipMaskManager stateless and push GrPipelineBuilder construction down...
robertphillips
2016-06-03
*
Remove clip from GrPipelineBuilder
cdalton
2016-05-12
*
Eliminate special case nvpr batch handling
cdalton
2016-05-12
*
Separate user and raw stencil settings
cdalton
2016-05-11
*
Revert of Separate user and raw stencil settings (patchset #8 id:140001 of ht...
robertphillips
2016-05-11
*
Separate user and raw stencil settings
cdalton
2016-05-10
*
Fix nvpr path renderer to reject styles with nonDashPathEffects.
bsalomon
2016-05-10
*
Replace GrStrokeInfo with GrStyle.
bsalomon
2016-05-10
*
Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https:...
bsalomon
2016-05-10
*
Replace GrStrokeInfo with GrStyle.
bsalomon
2016-05-10
*
Make GrPathRenderer only support fills for path stenciling
bsalomon
2016-05-05
*
Use constexpr constructors of GrStencilSettings rather than hacky macro system.
bsalomon
2016-04-29
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
detach -> release
mtklein
2016-03-16
*
Add Audittrail for path renderers
joshualitt
2016-01-14
*
Remove two varieties of drawNonAARect from GrDrawTarget
joshualitt
2016-01-13
*
Remove drawPathsFromRange from GrDrawContext
cdalton
2015-12-08
*
Use correct fill type and bounds for NVPR paths that are stroked with Skia
kkinnunen
2015-12-07
*
Fix mixed sampled inverse path fills
cdalton
2015-11-12
*
Remove GrPipelineBuilder from getPathRenderer call
robertphillips
2015-10-29
*
Late creation of GrPathProcessor
joshualitt
2015-09-10
*
Move PathRenderers to batches folder
joshualitt
2015-09-01