1
- Signature: eb3e8def48e6b8f1d95cb63bbcf2f973
1
+ Signature: e767373f4cf99e856550532d4f7e1452
2
2
3
3
UNUSED LICENSES:
4
4
@@ -2468,14 +2468,16 @@ FILE: ../../../third_party/skia/src/gpu/GrSimpleMesh.h
2468
2468
FILE: ../../../third_party/skia/src/gpu/GrTTopoSort.h
2469
2469
FILE: ../../../third_party/skia/src/gpu/GrTestUtils.cpp
2470
2470
FILE: ../../../third_party/skia/src/gpu/GrTestUtils.h
2471
- FILE: ../../../third_party/skia/src/gpu/GrTriangulator.cpp
2472
- FILE: ../../../third_party/skia/src/gpu/GrTriangulator.h
2473
2471
FILE: ../../../third_party/skia/src/gpu/GrXferProcessor.cpp
2474
2472
FILE: ../../../third_party/skia/src/gpu/effects/GrBlendFragmentProcessor.cpp
2475
2473
FILE: ../../../third_party/skia/src/gpu/effects/GrBlendFragmentProcessor.h
2476
2474
FILE: ../../../third_party/skia/src/gpu/effects/GrCustomXfermode.cpp
2477
2475
FILE: ../../../third_party/skia/src/gpu/effects/GrCustomXfermode.h
2476
+ FILE: ../../../third_party/skia/src/gpu/geometry/GrAAConvexTessellator.cpp
2477
+ FILE: ../../../third_party/skia/src/gpu/geometry/GrAAConvexTessellator.h
2478
2478
FILE: ../../../third_party/skia/src/gpu/geometry/GrQuad.h
2479
+ FILE: ../../../third_party/skia/src/gpu/geometry/GrTriangulator.cpp
2480
+ FILE: ../../../third_party/skia/src/gpu/geometry/GrTriangulator.h
2479
2481
FILE: ../../../third_party/skia/src/gpu/gl/GrGLTextureRenderTarget.cpp
2480
2482
FILE: ../../../third_party/skia/src/gpu/gl/GrGLUniformHandler.cpp
2481
2483
FILE: ../../../third_party/skia/src/gpu/gl/GrGLUniformHandler.h
@@ -2488,8 +2490,6 @@ FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLProgramDataManager.h
2488
2490
FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLUniformHandler.h
2489
2491
FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLVarying.cpp
2490
2492
FILE: ../../../third_party/skia/src/gpu/glsl/GrGLSLVarying.h
2491
- FILE: ../../../third_party/skia/src/gpu/ops/GrAAConvexTessellator.cpp
2492
- FILE: ../../../third_party/skia/src/gpu/ops/GrAAConvexTessellator.h
2493
2493
FILE: ../../../third_party/skia/src/gpu/ops/GrAALinearizingConvexPathRenderer.cpp
2494
2494
FILE: ../../../third_party/skia/src/gpu/ops/GrAALinearizingConvexPathRenderer.h
2495
2495
FILE: ../../../third_party/skia/src/gpu/ops/GrAtlasTextOp.cpp
@@ -2974,7 +2974,6 @@ FILE: ../../../third_party/skia/src/gpu/BaseDevice.cpp
2974
2974
FILE: ../../../third_party/skia/src/gpu/BaseDevice.h
2975
2975
FILE: ../../../third_party/skia/src/gpu/GrDstProxyView.h
2976
2976
FILE: ../../../third_party/skia/src/gpu/GrEagerVertexAllocator.cpp
2977
- FILE: ../../../third_party/skia/src/gpu/GrInnerFanTriangulator.h
2978
2977
FILE: ../../../third_party/skia/src/gpu/GrMeshDrawTarget.cpp
2979
2978
FILE: ../../../third_party/skia/src/gpu/GrMeshDrawTarget.h
2980
2979
FILE: ../../../third_party/skia/src/gpu/GrOpsTypes.h
@@ -2987,6 +2986,7 @@ FILE: ../../../third_party/skia/src/gpu/GrYUVATextureProxies.cpp
2987
2986
FILE: ../../../third_party/skia/src/gpu/GrYUVATextureProxies.h
2988
2987
FILE: ../../../third_party/skia/src/gpu/SurfaceFillContext.cpp
2989
2988
FILE: ../../../third_party/skia/src/gpu/SurfaceFillContext.h
2989
+ FILE: ../../../third_party/skia/src/gpu/geometry/GrInnerFanTriangulator.h
2990
2990
FILE: ../../../third_party/skia/src/gpu/gl/egl/GrGLMakeNativeInterface_egl.cpp
2991
2991
FILE: ../../../third_party/skia/src/gpu/gl/glx/GrGLMakeNativeInterface_glx.cpp
2992
2992
FILE: ../../../third_party/skia/src/gpu/v2/Device.cpp
@@ -3954,15 +3954,15 @@ FILE: ../../../third_party/skia/src/core/SkMipmapBuilder.h
3954
3954
FILE: ../../../third_party/skia/src/core/SkOpts_erms.cpp
3955
3955
FILE: ../../../third_party/skia/src/core/SkSamplingPriv.h
3956
3956
FILE: ../../../third_party/skia/src/core/SkVerticesPriv.h
3957
- FILE: ../../../third_party/skia/src/gpu/GrAATriangulator.cpp
3958
- FILE: ../../../third_party/skia/src/gpu/GrAATriangulator.h
3959
3957
FILE: ../../../third_party/skia/src/gpu/GrDynamicAtlas.cpp
3960
3958
FILE: ../../../third_party/skia/src/gpu/GrDynamicAtlas.h
3961
3959
FILE: ../../../third_party/skia/src/gpu/GrEagerVertexAllocator.h
3962
3960
FILE: ../../../third_party/skia/src/gpu/GrHashMapWithCache.h
3963
3961
FILE: ../../../third_party/skia/src/gpu/GrRecordingContextPriv.cpp
3964
3962
FILE: ../../../third_party/skia/src/gpu/GrThreadSafeCache.cpp
3965
3963
FILE: ../../../third_party/skia/src/gpu/GrThreadSafeCache.h
3964
+ FILE: ../../../third_party/skia/src/gpu/geometry/GrAATriangulator.cpp
3965
+ FILE: ../../../third_party/skia/src/gpu/geometry/GrAATriangulator.h
3966
3966
FILE: ../../../third_party/skia/src/gpu/geometry/GrWangsFormula.h
3967
3967
FILE: ../../../third_party/skia/src/gpu/mock/GrMockOpTarget.h
3968
3968
FILE: ../../../third_party/skia/src/gpu/ops/GrDrawAtlasPathOp.cpp
0 commit comments