index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
TessellatingPathRendererTests.cpp
Commit message (
Expand
)
Author
Age
*
Retract GrRenderTarget from GrTestTarget
robertphillips
2016-05-20
*
Convert GrClip to an abstract base class
cdalton
2016-05-13
*
Remove clip from GrPipelineBuilder
cdalton
2016-05-12
*
Turn ContextInfos returned by GrContextFactory into structs.
bsalomon
2016-05-11
*
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
*
Convert some unit tests from running on GL contexts to running on all contexts
bsalomon
2016-04-11
*
Make existing unit tests only run on GL contexts
bsalomon
2016-04-06
*
One signature for creating unit tests that run on premade GrContexts
bsalomon
2016-04-05
*
Initialize glGen* call id args to zero
kkinnunen
2015-12-11
*
Generate list of GPU contexts outside tests
kkinnunen
2015-12-01
*
Don't create a GXPFactory when blend is SrcOver
egdaniel
2015-11-23
*
Optionally pass rendertarget to getTestTarget
robertphillips
2015-11-16
*
Move PathRenderers to batches folder
joshualitt
2015-09-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Some cleanup in GrTextureProvider and GrResourceProvider.
bsalomon
2015-07-31
*
Also provides the ResourceProvider to onDrawPath which allows the DF PR to no...
bsalomon
2015-07-31
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
Extract gpu line dashing to GrDashLinePathRenderer
kkinnunen
2015-04-26
*
Yet more ASAN fixes.
senorblanco
2015-04-21
*
Speculative fix for ASAN build.
senorblanco
2015-04-20
*
Fix for out-of-bounds intersection (found by fuzzer).
senorblanco
2015-03-02
*
Tessellating GPU path renderer.
senorblanco
2015-02-26