index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrPathRendering.h
Commit message (
Expand
)
Author
Age
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Make StencilPathArgs hold a GrRenderTargetProxy (rather than a GrRenderTarget)
Robert Phillips
2017-07-27
*
Retract GrTexture*.h & GrRenderTarget*.h from other headers
Robert Phillips
2017-06-13
*
sk_sp-ify GrResourceProvider some more
Robert Phillips
2017-06-05
*
Eliminate special case nvpr batch handling
cdalton
2016-05-12
*
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
*
Revert of Batch multiple single NVPR draw paths to instanced draws (patchset ...
stephana
2016-04-25
*
Batch multiple single NVPR draw paths to instanced draws
kkinnunen
2016-04-25
*
Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 o...
reed
2016-04-12
*
Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https:...
borenet
2016-04-11
*
Pass effects directly to fontcache
reed
2016-04-11
*
Update how we send draws to gpu backend to reduce state setting.
egdaniel
2016-03-17
*
Make path range loading explicit
cdalton
2015-10-05
*
Remove batchtracker
joshualitt
2015-09-11
*
Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu
bsalomon
2015-08-12
*
Stop using the NVPR glyph loading functionality
kkinnunen
2015-06-23
*
Refactor GrGpu path rendering functions to GrPathRendering
kkinnunen
2015-06-01
*
Improve caching of dashed paths in GrStencilAndCoverPathRenderer
kkinnunen
2015-05-18
*
Add IndexType parameter to GrDrawTarget::drawPaths
cdalton
2014-11-25
*
Beginning to refactor nvpr code
joshualitt
2014-10-31
*
Uses a single pre-baked set of paths for drawing nvpr text of a given
cdalton
2014-09-18
*
Remove createPath* from GrGpu and GrContext
cdalton
2014-09-17
*
Separate GL path rendering state from GrGpuGL to GrGLPathRendering
kkinnunen
2014-08-20