forked from firka/flutter
Roll src/third_party/skia a76fad2d494a..731ba99a8581 (20 commits) (flutter/engine#8686)
https://skia.googlesource.com/skia.git/%2Blog/a76fad2d494a..731ba99a8581 git log a76fad2d494af8bde8c3fb34a2de2b359beebab1..731ba99a8581cb81978e8217d210309880558b09 --date=short --no-merges --format=%ad %ae %s 2019-04-22 mtklein@google.com deshard NP and N7 CPU test bots 2019-04-22 mtklein@google.com Revert "simplify and centralize SK_API" 2019-04-22 robertphillips@google.com Add explicit GrSurfaceProxy flag to skip explicit resource allocation (take 2) 2019-04-22 mtklein@google.com remove duplicate SkBase64.h 2019-04-22 mtklein@google.com rm src/compute 2019-04-22 borenet@google.com [docs] Update documentation for branching process 2019-04-11 mtklein@google.com simplify and centralize SK_API 2019-04-22 egdaniel@google.com Fully add back old GrContext flush api. 2019-04-15 mtklein@google.com add constexpr constructor to SkMatrix 2019-04-22 egdaniel@google.com Update comment on vulkan allocator. 2019-04-22 egdaniel@google.com Add back deprecated GrCotnext flush API till clients get fixed. 2019-04-19 brianosman@google.com Add SkSL viewing/editing to viewer 2019-04-22 mtklein@google.com Revert "Add explicit GrSurfaceProxy flag to skip explicit resource allocation" 2019-04-22 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset 2019-04-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 145ec7fa7c81..c467f7b54188 (4 commits) 2019-04-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader a16238df3f28..bcc71a322953 (7 commits) 2019-04-22 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src a55917cb9824..3ed0f75776bb (344 commits) 2019-04-21 reed@google.com use portable typeface for new gm 2019-04-21 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version 2019-04-21 rmistry@google.com Skip __init__.py in webpages_playback.py The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (mtklein@google.com), and stop the roller if necessary.
This commit is contained in:
committed by
GitHub
parent
e1a8bb2a0a
commit
fb3a80f7bb
2
DEPS
2
DEPS
@@ -23,7 +23,7 @@ vars = {
|
||||
'fuchsia_git': 'https://fuchsia.googlesource.com',
|
||||
'github_git': 'https://github.com',
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
'skia_revision': 'a76fad2d494af8bde8c3fb34a2de2b359beebab1',
|
||||
'skia_revision': '731ba99a8581cb81978e8217d210309880558b09',
|
||||
|
||||
# When updating the Dart revision, ensure that all entries that are
|
||||
# dependencies of Dart are also updated to match the entries in the
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Signature: e7ac0cfd2e59c61abc7a7430cdf35401
|
||||
Signature: 0e638269ab4f059b95d2e702b71b514e
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@@ -1096,90 +1096,6 @@ FILE: ../../../third_party/skia/src/codec/SkRawCodec.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkRawCodec.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkStreamBuffer.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkStreamBuffer.h
|
||||
FILE: ../../../third_party/skia/src/compute/common/cl/assert_cl.c
|
||||
FILE: ../../../third_party/skia/src/compute/common/cl/assert_cl.h
|
||||
FILE: ../../../third_party/skia/src/compute/common/cuda/assert_cuda.c
|
||||
FILE: ../../../third_party/skia/src/compute/common/cuda/assert_cuda.h
|
||||
FILE: ../../../third_party/skia/src/compute/common/macros.h
|
||||
FILE: ../../../third_party/skia/src/compute/common/util.c
|
||||
FILE: ../../../third_party/skia/src/compute/common/util.h
|
||||
FILE: ../../../third_party/skia/src/compute/common/vk/assert_vk.c
|
||||
FILE: ../../../third_party/skia/src/compute/common/vk/assert_vk.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/bench/main.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/hs_cl.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/hs_cl.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/hs_cl_target.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u32/hs_config.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u32/hs_intel_gen8_u32.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u32/hs_kernels.cl
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u32/hs_target.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u64/hs_config.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u64/hs_intel_gen8_u64.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u64/hs_kernels.cl
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u64/hs_target.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/hs_cl_macros.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cuda/bench/main.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cuda/hs_cuda.inl
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cuda/sm_35/hs_cuda_macros.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cuda/sm_35/u32/hs_cuda_config.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cuda/sm_35/u32/hs_cuda_u32.cu
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cuda/sm_35/u64/hs_cuda_config.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cuda/sm_35/u64/hs_cuda_u64.cu
|
||||
FILE: ../../../third_party/skia/src/compute/hs/gen/gen.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/gen/main.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/gen/networks.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/gen/networks_merging.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/gen/networks_sorting.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/gen/target_cuda.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/gen/target_glsl.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/gen/target_opencl.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_amd_gcn_u32.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_config.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_modules.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_target.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_amd_gcn_u64.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_config.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_modules.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_target.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/hs_glsl_macros.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/bench/main.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/hs_glsl_macros.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/hs_glsl_preamble.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/hs_vk.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/hs_vk.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/hs_vk_target.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_config.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_intel_gen8_u32.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_modules.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_target.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_config.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_intel_gen8_u64.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_modules.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_target.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/hs_glsl_macros.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/hs_glsl_macros.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_config.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_modules.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_nvidia_sm35_u32.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_target.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_config.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_modules.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_nvidia_sm35_u64.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_target.h
|
||||
FILE: ../../../third_party/skia/src/compute/sk/SkContext_Compute.cpp
|
||||
FILE: ../../../third_party/skia/src/compute/sk/SkContext_Compute.h
|
||||
FILE: ../../../third_party/skia/src/compute/sk/SkDevice_Compute.cpp
|
||||
FILE: ../../../third_party/skia/src/compute/sk/SkImage_Compute.cpp
|
||||
FILE: ../../../third_party/skia/src/compute/sk/SkImage_Compute.h
|
||||
FILE: ../../../third_party/skia/src/compute/sk/SkSurface_Compute.cpp
|
||||
FILE: ../../../third_party/skia/src/compute/sk/SkSurface_Compute.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/assert_skc.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/assert_skc.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/render.cl
|
||||
FILE: ../../../third_party/skia/src/compute/skc/styling.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/styling.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/styling_types.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/tile.h
|
||||
FILE: ../../../third_party/skia/src/core/SkATrace.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkATrace.h
|
||||
FILE: ../../../third_party/skia/src/core/SkAnnotationKeys.h
|
||||
@@ -1646,37 +1562,6 @@ FILE: ../../../third_party/skia/src/codec/SkEncodedInfo.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkOrientationMarker.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkWuffsCodec.cpp
|
||||
FILE: ../../../third_party/skia/src/codec/SkWuffsCodec.h
|
||||
FILE: ../../../third_party/skia/src/compute/common/cl/find_cl.c
|
||||
FILE: ../../../third_party/skia/src/compute/common/cl/find_cl.h
|
||||
FILE: ../../../third_party/skia/src/compute/common/vk/cache_vk.c
|
||||
FILE: ../../../third_party/skia/src/compute/common/vk/cache_vk.h
|
||||
FILE: ../../../third_party/skia/src/compute/common/vk/event_pool.c
|
||||
FILE: ../../../third_party/skia/src/compute/common/vk/event_pool.h
|
||||
FILE: ../../../third_party/skia/src/compute/common/vk/host_alloc.c
|
||||
FILE: ../../../third_party/skia/src/compute/common/vk/host_alloc.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/bench/sort.cpp
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cuda/bench/sort.cpp
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cuda/sm_35/u32/hs_cuda.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cuda/sm_35/u64/hs_cuda.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/gen/target_debug.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/gen/transpose.c
|
||||
FILE: ../../../third_party/skia/src/compute/hs/gen/transpose.h
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/bench/sort.cpp
|
||||
FILE: ../../../third_party/skia/src/compute/skc/allocator_host.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/allocator_host.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/interop.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/allocator_device_cl.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/allocator_device_cl.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/interop/interop_glfw.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/segment_ttck.cl
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/segment_ttrk.cl
|
||||
FILE: ../../../third_party/skia/src/compute/skc/runtime.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/skc_err.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/skc_types.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/suballocator.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/suballocator.h
|
||||
FILE: ../../../third_party/skia/src/compute/ts/transform_stack.c
|
||||
FILE: ../../../third_party/skia/src/compute/ts/transform_stack.h
|
||||
FILE: ../../../third_party/skia/src/core/SkBlurPriv.h
|
||||
FILE: ../../../third_party/skia/src/core/SkCanvasPriv.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkColorSpaceXformSteps.cpp
|
||||
@@ -2459,226 +2344,6 @@ FILE: ../../../third_party/skia/site/user/api/catalog.htm
|
||||
FILE: ../../../third_party/skia/site/user/modules/METADATA
|
||||
FILE: ../../../third_party/skia/site/user/modules/PathKit_effects.png
|
||||
FILE: ../../../third_party/skia/specs/web-img-decode/current/index.html
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u32/hs_kernels.bin
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u32/hs_kernels.bin.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u32/hs_kernels.bin.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u32/hs_kernels.pre.cl
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u32/hs_kernels.src.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u32/hs_kernels.src.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u64/hs_kernels.bin
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u64/hs_kernels.bin.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u64/hs_kernels.bin.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u64/hs_kernels.pre.cl
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u64/hs_kernels.src.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/cl/intel/gen8/u64/hs_kernels.src.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/images/hs_amd_gcn_mkeys.svg
|
||||
FILE: ../../../third_party/skia/src/compute/hs/images/hs_amd_gcn_msecs.svg
|
||||
FILE: ../../../third_party/skia/src/compute/hs/images/hs_flip_merge.svg
|
||||
FILE: ../../../third_party/skia/src/compute/hs/images/hs_intel_gen8_mkeys.svg
|
||||
FILE: ../../../third_party/skia/src/compute/hs/images/hs_intel_gen8_msecs.svg
|
||||
FILE: ../../../third_party/skia/src/compute/hs/images/hs_nvidia_sm35_u32_mkeys.svg
|
||||
FILE: ../../../third_party/skia/src/compute/hs/images/hs_nvidia_sm35_u32_msecs.svg
|
||||
FILE: ../../../third_party/skia/src/compute/hs/images/hs_nvidia_sm35_u64_mkeys.svg
|
||||
FILE: ../../../third_party/skia/src/compute/hs/images/hs_nvidia_sm35_u64_msecs.svg
|
||||
FILE: ../../../third_party/skia/src/compute/hs/images/hs_sorted_slab.svg
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bc_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bc_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bc_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bc_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bc_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bc_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bc_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bc_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bc_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bc_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bs_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bs_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bs_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bs_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bs_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bs_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bs_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bs_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bs_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_bs_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_fm_1_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_fm_1_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_fm_1_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_fm_1_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_fm_1_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_fm_1_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_fm_1_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_fm_1_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_fm_1_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_fm_1_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_hm_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_hm_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_transpose.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u32/hs_transpose.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bc_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bc_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bc_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bc_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bc_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bc_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bc_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bc_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bc_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bc_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bs_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bs_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bs_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bs_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bs_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bs_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bs_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bs_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bs_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_bs_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_fm_1_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_fm_1_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_fm_1_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_fm_1_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_fm_1_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_fm_1_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_fm_1_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_fm_1_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_fm_1_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_fm_1_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_hm_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_hm_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_transpose.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/amd/gcn/u64/hs_transpose.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bc_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bc_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bc_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bc_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bc_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bc_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bc_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bc_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bc_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bc_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bs_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bs_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bs_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bs_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bs_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bs_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bs_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bs_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bs_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_bs_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_fm_0_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_fm_0_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_fm_0_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_fm_0_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_fm_0_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_fm_0_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_fm_0_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_fm_0_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_hm_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_hm_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_transpose.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u32/hs_transpose.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bc_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bc_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bc_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bc_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bc_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bc_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bc_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bc_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bc_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bc_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bs_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bs_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bs_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bs_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bs_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bs_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bs_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bs_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bs_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_bs_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_fm_1_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_fm_1_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_fm_1_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_fm_1_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_fm_1_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_fm_1_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_fm_1_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_fm_1_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_fm_1_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_fm_1_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_hm_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_hm_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_transpose.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/intel/gen8/u64/hs_transpose.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bc_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bc_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bc_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bc_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bc_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bc_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bc_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bc_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bc_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bc_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bs_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bs_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bs_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bs_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bs_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bs_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bs_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bs_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bs_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_bs_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_fm_0_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_fm_0_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_fm_0_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_fm_0_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_fm_0_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_fm_0_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_fm_0_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_fm_0_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_hm_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_hm_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_transpose.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u32/hs_transpose.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bc_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bc_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bc_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bc_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bc_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bc_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bc_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bc_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bc_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bc_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bs_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bs_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bs_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bs_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bs_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bs_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bs_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bs_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bs_4.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_bs_4.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_fm_0_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_fm_0_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_fm_0_1.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_fm_0_1.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_fm_0_2.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_fm_0_2.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_fm_0_3.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_fm_0_3.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_hm_0.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_hm_0.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_transpose.len.xxd
|
||||
FILE: ../../../third_party/skia/src/compute/hs/vk/nvidia/sm_35/u64/hs_transpose.spv.xxd
|
||||
FILE: ../../../third_party/skia/src/core/SkOrderedReadBuffer.h
|
||||
FILE: ../../../third_party/skia/src/sksl/lex/sksl.lex
|
||||
FILE: ../../../third_party/skia/src/sksl/sksl.inc
|
||||
@@ -4279,76 +3944,6 @@ FILE: ../../../third_party/skia/src/codec/SkHeifCodec.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkJpegPriv.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkPngPriv.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkStubHeifDecoderAPI.h
|
||||
FILE: ../../../third_party/skia/src/compute/color/color.c
|
||||
FILE: ../../../third_party/skia/src/compute/color/color.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/assert_state.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/block.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/common.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/composition.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/composition.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/context.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/context.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/extent_ring.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/extent_ring.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/grid.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/grid.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/handle.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/macros.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/main.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/path.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/path_builder.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/path_builder.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/atomic_cl.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/block_pool_cl.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/block_pool_cl_12.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/composition_cl_12.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/composition_cl_12.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/config_cl.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/cq_pool_cl.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/cq_pool_cl.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/device_cl_12.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/export_cl_12.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/extent_cl_12.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/extent_cl_12.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/extent_cl_12_unified.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/handle_pool_cl_12.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/handle_pool_cl_12.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/block_pool_init.cl
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/devices/avx2/device_cl_12_avx2.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/devices/gen9/device_cl_12.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/devices/gen9/kernel_cl_12.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/fills_expand.cl
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/paths_copy.cl
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/paths_reclaim.cl
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/place.cl
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/prefix.cl
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/rasterize.cl
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/rasters_alloc.cl
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/kernels/rasters_reclaim.cl
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/path_builder_cl_12.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/path_builder_cl_12.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/raster_builder_cl_12.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/raster_builder_cl_12.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/runtime_cl_12.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/runtime_cl_12.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/skc_cl.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/styling_cl_12.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/styling_cl_12.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/surface_cl_12.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/platforms/cl_12/surface_cl_12.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/raster.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/raster_builder.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/raster_builder.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/scheduler.cpp
|
||||
FILE: ../../../third_party/skia/src/compute/skc/scheduler.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/skc.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/skc_styling.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/subblock.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/surface.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/surface.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/types.h
|
||||
FILE: ../../../third_party/skia/src/compute/skc/weakref.c
|
||||
FILE: ../../../third_party/skia/src/compute/skc/weakref.h
|
||||
FILE: ../../../third_party/skia/src/core/SkArenaAllocList.h
|
||||
FILE: ../../../third_party/skia/src/core/SkAutoBlitterChoose.h
|
||||
FILE: ../../../third_party/skia/src/core/SkBlendMode.cpp
|
||||
@@ -6231,7 +5826,6 @@ FILE: ../../../third_party/skia/src/shaders/SkComposeShader.h
|
||||
FILE: ../../../third_party/skia/src/shaders/SkShader.cpp
|
||||
FILE: ../../../third_party/skia/src/shaders/gradients/SkGradientShader.cpp
|
||||
FILE: ../../../third_party/skia/src/utils/SkBase64.cpp
|
||||
FILE: ../../../third_party/skia/src/utils/SkBase64.h
|
||||
FILE: ../../../third_party/skia/src/utils/SkCamera.cpp
|
||||
FILE: ../../../third_party/skia/src/utils/SkMetaData.cpp
|
||||
FILE: ../../../third_party/skia/src/utils/SkMetaData.h
|
||||
@@ -6803,42 +6397,6 @@ OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
====================================================================================================
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/src/compute/sk/SkDevice_Compute.h + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/src/compute/sk/SkDevice_Compute.h
|
||||
FILE: ../../../third_party/skia/src/core/SkScan_AAAPath.cpp
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2016 The Android Open Source Project
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following disclaimer
|
||||
in the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
* Neither the name of Google Inc. nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
====================================================================================================
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp + ../../../third_party/skia/LICENSE
|
||||
@@ -7029,6 +6587,41 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
====================================================================================================
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkScan_AAAPath.cpp + ../../../third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../third_party/skia/src/core/SkScan_AAAPath.cpp
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2016 The Android Open Source Project
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are
|
||||
met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above
|
||||
copyright notice, this list of conditions and the following disclaimer
|
||||
in the documentation and/or other materials provided with the
|
||||
distribution.
|
||||
* Neither the name of Google Inc. nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
====================================================================================================
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkTraceEvent.h + ../../../third_party/skia/LICENSE
|
||||
|
||||
Reference in New Issue
Block a user