Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
460f40507e5dfb1324681b4b1cbe7b431f69e668
/
tests
/
TessellatingPathRendererTests.cpp
fda8807
Convert some unit tests from running on GL contexts to running on all contexts
by bsalomon
· 9 years ago
758586c
Make existing unit tests only run on GL contexts
by bsalomon
· 9 years ago
f2f1c17
One signature for creating unit tests that run on premade GrContexts
by bsalomon
· 9 years ago
546eb5c
Initialize glGen* call id args to zero
by kkinnunen
· 9 years ago
1530283
Generate list of GPU contexts outside tests
by kkinnunen
· 9 years ago
c4b7272
Don't create a GXPFactory when blend is SrcOver
by egdaniel
· 9 years ago
504ce5d
Optionally pass rendertarget to getTestTarget
by robertphillips
· 9 years ago
6335a72
Move PathRenderers to batches folder
by joshualitt
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
eae6200
Some cleanup in GrTextureProvider and GrResourceProvider.
by bsalomon
· 9 years ago
0aff2fa
Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext.
by bsalomon
· 9 years ago
d309e7a
This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types.
by bsalomon
· 10 years ago
1899651
Extract gpu line dashing to GrDashLinePathRenderer
by kkinnunen
· 10 years ago
c8e9340
Yet more ASAN fixes.
by senorblanco
· 10 years ago
0e95b11
Speculative fix for ASAN build.
by senorblanco
· 10 years ago
a2b6d28
Fix for out-of-bounds intersection (found by fuzzer).
by senorblanco
· 10 years ago
d6ed19c
Tessellating GPU path renderer.
by senorblanco
· 10 years ago