Home
last modified time | relevance | path

Searched +full:skia +full:- +full:wasm +full:- +full:release (Results 1 – 25 of 74) sorted by relevance

123

/external/skqp/docker/
DREADME.md4 Docker files for building different Skia targets.
6 skia-release section in Docker
7 ------
9 This image is used to build Skia at TOT with SwiftShader.
14 docker build -t skia-release ./docker/skia-release/
15 docker tag skia-release gcr.io/skia-public/skia-release:prod
16 docker push gcr.io/skia-public/skia-release:prod
18 skia-wasm-release section in Docker
19 ------
21 This image is used to build the Web Assembly (WASM) libraries of Skia
[all …]
Dcloudbuild.yaml1 # Builds both skia-release:prod and a new fiddler using Google Container
2 # Builder: https://cloud.google.com/container-builder/docs/
7 …# gcloud builds submit --config cloudbuild.yaml --no-source --substitutions=COMMIT_SHA=b2acf0a9…
9 # Where COMMIT_SHA is updated to the last commit into Skia.
11 # - name: 'gcr.io/cloud-builders/git'
12 # args: ['clone', 'https://github.com/google/skia.git', '.']
13 - name: 'gcr.io/cloud-builders/docker'
14 args: ['build', '-t', 'gcr.io/$PROJECT_ID/skia-release:prod', './docker/skia-release']
17 - name: 'gcr.io/cloud-builders/docker'
18 args: ['build', '-t', 'gcr.io/$PROJECT_ID/skia-wasm-release:prod', './docker/skia-wasm-release']
[all …]
/external/skia/docker/
DREADME.md4 Docker files for building different Skia targets.
6 skia-release section in Docker
7 ------
9 This image is used to build Skia at TOT with SwiftShader.
14 docker build -t skia-release ./docker/skia-release/
15 docker tag skia-release gcr.io/skia-public/skia-release:prod
16 docker push gcr.io/skia-public/skia-release:prod
18 skia-wasm-release section in Docker
19 ------
21 This image is used to build the Web Assembly (WASM) libraries of Skia
[all …]
Dcloudbuild.yaml1 # Builds both skia-release:prod and a new fiddler using Google Container
2 # Builder: https://cloud.google.com/container-builder/docs/
7 …# gcloud builds submit --config cloudbuild.yaml --no-source --substitutions=COMMIT_SHA=b2acf0a9…
9 # Where COMMIT_SHA is updated to the last commit into Skia.
11 # - name: 'gcr.io/cloud-builders/git'
12 # args: ['clone', 'https://github.com/google/skia.git', '.']
13 - name: 'gcr.io/cloud-builders/docker'
14 args: ['build', '-t', 'gcr.io/$PROJECT_ID/skia-release:prod', './docker/skia-release']
17 - name: 'gcr.io/cloud-builders/docker'
18 args: ['build', '-t', 'gcr.io/$PROJECT_ID/skia-wasm-release:prod', './docker/skia-wasm-release']
[all …]
/external/skia/infra/bots/recipes/
Dperf_pathkit.py2 # Use of this source code is governed by a BSD-style license that can be
21 DOCKER_IMAGE = 'gcr.io/skia-public/perf-karma-chrome-tests:68.0.3440.106_v6'
22 INNER_KARMA_SCRIPT = '/SRC/skia/infra/pathkit/perf_pathkit.sh'
34 # The karma script is configured to look in ./npm-(asmjs|wasm)/bin/ for
36 copy_dest = checkout_root.join('skia', 'modules', 'pathkit',
37 'npm-wasm', 'bin')
39 copy_dest = checkout_root.join('skia', 'modules', 'pathkit',
40 'npm-asmjs', 'bin')
43 bundle_name = 'pathkit.wasm'
73 # Copy binaries (pathkit.js and pathkit.wasm) to where the karma tests
[all …]
Dtest_pathkit.py2 # Use of this source code is governed by a BSD-style license that can be
21 DOCKER_IMAGE = 'gcr.io/skia-public/gold-karma-chrome-tests:68.0.3440.106_v6'
22 INNER_KARMA_SCRIPT = '/SRC/skia/infra/pathkit/test_pathkit.sh'
34 # The karma script is configured to look in ./npm-(asmjs|wasm)/bin/test/ for
36 copy_dest = checkout_root.join('skia', 'modules', 'pathkit',
37 'npm-wasm', 'bin', 'test')
39 copy_dest = checkout_root.join('skia', 'modules', 'pathkit',
40 'npm-asmjs', 'bin', 'test')
43 bundle_name = 'pathkit.wasm'
45 # release mode has a .js.mem file that needs to come with.
[all …]
Dperf_canvaskit.py2 # Use of this source code is governed by a BSD-style license that can be
21 DOCKER_IMAGE = 'gcr.io/skia-public/perf-karma-chrome-tests:68.0.3440.106_v6'
22 INNER_KARMA_SCRIPT = '/SRC/skia/infra/canvaskit/perf_canvaskit.sh'
36 copy_dest = checkout_root.join('skia', 'modules', 'canvaskit',
40 bundle_name = 'canvaskit.wasm'
68 # Copy binaries (canvaskit.js and canvaskit.wasm) to where the karma tests
72 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
77 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
81 os.chmod(out_dir, 0o777) # important, otherwise non-privileged docker can't write.
87 cmd = ['docker', 'run', '--shm-size=2gb', '--rm',
[all …]
/external/skqp/infra/bots/recipes/
Dperf_pathkit.py2 # Use of this source code is governed by a BSD-style license that can be
21 DOCKER_IMAGE = 'gcr.io/skia-public/perf-karma-chrome-tests:68.0.3440.106_v6'
22 INNER_KARMA_SCRIPT = '/SRC/skia/infra/pathkit/perf_pathkit.sh'
34 # The karma script is configured to look in ./npm-(asmjs|wasm)/bin/ for
36 copy_dest = checkout_root.join('skia', 'modules', 'pathkit',
37 'npm-wasm', 'bin')
39 copy_dest = checkout_root.join('skia', 'modules', 'pathkit',
40 'npm-asmjs', 'bin')
43 bundle_name = 'pathkit.wasm'
73 # Copy binaries (pathkit.js and pathkit.wasm) to where the karma tests
[all …]
Dtest_pathkit.py2 # Use of this source code is governed by a BSD-style license that can be
21 DOCKER_IMAGE = 'gcr.io/skia-public/gold-karma-chrome-tests:68.0.3440.106_v6'
22 INNER_KARMA_SCRIPT = '/SRC/skia/infra/pathkit/test_pathkit.sh'
34 # The karma script is configured to look in ./npm-(asmjs|wasm)/bin/test/ for
36 copy_dest = checkout_root.join('skia', 'modules', 'pathkit',
37 'npm-wasm', 'bin', 'test')
39 copy_dest = checkout_root.join('skia', 'modules', 'pathkit',
40 'npm-asmjs', 'bin', 'test')
43 bundle_name = 'pathkit.wasm'
45 # release mode has a .js.mem file that needs to come with.
[all …]
Dperf_canvaskit.py2 # Use of this source code is governed by a BSD-style license that can be
21 DOCKER_IMAGE = 'gcr.io/skia-public/perf-karma-chrome-tests:68.0.3440.106_v6'
22 INNER_KARMA_SCRIPT = '/SRC/skia/infra/canvaskit/perf_canvaskit.sh'
36 copy_dest = checkout_root.join('skia', 'experimental', 'canvaskit',
40 bundle_name = 'canvaskit.wasm'
68 # Copy binaries (canvaskit.js and canvaskit.wasm) to where the karma tests
72 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
77 os.chmod(dest, 0o644) # important, otherwise non-privileged docker can't read.
81 os.chmod(out_dir, 0o777) # important, otherwise non-privileged docker can't write.
87 cmd = ['docker', 'run', '--shm-size=2gb', '--rm',
[all …]
Dcompute_buildstats.py2 # Use of this source code is governed by a BSD-style license that can be
35 'find WASM binaries',
37 '*.wasm',
38 test_data=['pathkit.wasm'])
71 'find skia library',
111 skia_dir = checkout_root.join('skia')
125 skia_dir = checkout_root.join('skia')
133 # Get the size of skia in flutter and a few metrics from bloaty
140 skia_dir = checkout_root.join('skia')
163 # Get the size of skia in flutter and a few metrics from bloaty
[all …]
/external/skqp/modules/pathkit/
DMakefile4 npm: npm-test npm-debug
5 mkdir -p ./npm-wasm/bin
6 mkdir -p ./npm-asmjs/bin
8 cp ../../out/pathkit/pathkit.js ./npm-wasm/bin
9 cp ../../out/pathkit/pathkit.wasm ./npm-wasm/bin
11 cp ../../out/pathkit/pathkit.js ./npm-asmjs/bin/pathkit.js
12 cp ../../out/pathkit/pathkit.js.mem ./npm-asmjs/bin/pathkit.js.mem
15 cd npm-wasm; npm publish
16 cd npm-asmjs; npm publish
18 update-major:
[all …]
/external/skia/modules/pathkit/
DMakefile4 npm: npm-test npm-debug
5 mkdir -p ./npm-wasm/bin
6 mkdir -p ./npm-asmjs/bin
8 cp ../../out/pathkit/pathkit.js ./npm-wasm/bin
9 cp ../../out/pathkit/pathkit.wasm ./npm-wasm/bin
11 cp ../../out/pathkit/pathkit.js ./npm-asmjs/bin/pathkit.js
12 cp ../../out/pathkit/pathkit.js.mem ./npm-asmjs/bin/pathkit.js.mem
15 cd npm-wasm; npm publish
16 cd npm-asmjs; npm publish
18 update-major:
[all …]
/external/skqp/infra/bots/recipes/compute_buildstats.expected/
Dnormal_bot.json5 "-u",
7 "--json-output",
9 "ensure-directory",
10 "--mode",
20 "-u",
22 "--json-output",
33 "-u",
35 "--spec-path",
36 …deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/s…
37 "--patch_root",
[all …]
Dtrybot.json5 "-u",
7 "--json-output",
9 "ensure-directory",
10 "--mode",
20 "-u",
22 "--json-output",
33 "-u",
36 "--host",
37 "https://skia-review.googlesource.com",
38 "--json_file",
[all …]
/external/skia/infra/bots/recipes/compute_buildstats.expected/
Dnormal_bot.json5 "-u",
7 "--json-output",
9 "ensure-directory",
10 "--mode",
20 "-u",
22 "--json-output",
33 "-u",
35 "--spec-path",
36 …deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/s…
37 "--patch_root",
[all …]
Dtrybot.json5 "-u",
7 "--json-output",
9 "ensure-directory",
10 "--mode",
20 "-u",
22 "--json-output",
33 "-u",
36 "--host",
37 "https://skia-review.googlesource.com",
38 "--json_file",
[all …]
/external/skia/infra/bots/recipe_modules/build/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
20 'skia', 'out', api.vars.builder_name, api.vars.configuration)
28 'Build-Debian9-Clang-arm-Release-Android_API26',
29 'Build-Debian9-Clang-arm-Release-Android_ASAN',
30 'Build-Debian9-Clang-arm-Release-Chromebook_GLES',
31 'Build-Debian9-Clang-arm-Release-Flutter_Android',
32 'Build-Debian9-Clang-x86-devrel-Android_SKQP',
33 'Build-Debian9-Clang-x86_64-Debug-Chromebook_GLES',
34 'Build-Debian9-Clang-x86_64-Debug-Coverage',
35 'Build-Debian9-Clang-x86_64-Debug-MSAN',
[all …]
/external/skqp/infra/bots/recipe_modules/build/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
20 'skia', 'out', api.vars.builder_name, api.vars.configuration)
28 'Build-Debian9-Clang-arm-Release-Android_API26',
29 'Build-Debian9-Clang-arm-Release-Android_ASAN',
30 'Build-Debian9-Clang-arm-Release-Chromebook_GLES',
31 'Build-Debian9-Clang-arm-Release-Flutter_Android',
32 'Build-Debian9-Clang-x86-devrel-Android_SKQP',
33 'Build-Debian9-Clang-x86_64-Debug-Chromebook_GLES',
34 'Build-Debian9-Clang-x86_64-Debug-Coverage',
35 'Build-Debian9-Clang-x86_64-Debug-MSAN',
[all …]
/external/skqp/infra/bots/recipes/perf_pathkit.expected/
Dpathkit_trybot.json5 "-u",
7 "--json-output",
9 "ensure-directory",
10 "--mode",
20 "-u",
22 "--json-output",
33 "-u",
35 "--spec-path",
36 …deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/s…
37 "--patch_root",
[all …]
DPerf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit.json5 "-u",
7 "--json-output",
9 "ensure-directory",
10 "--mode",
20 "-u",
22 "--json-output",
33 "-u",
35 "--spec-path",
36 …deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/s…
37 "--patch_root",
[all …]
/external/skia/infra/bots/recipes/perf_pathkit.expected/
Dpathkit_trybot.json5 "-u",
7 "--json-output",
9 "ensure-directory",
10 "--mode",
20 "-u",
22 "--json-output",
33 "-u",
35 "--spec-path",
36 …deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/s…
37 "--patch_root",
[all …]
DPerf-Debian9-EMCC-GCE-CPU-AVX2-wasm-Release-All-PathKit.json5 "-u",
7 "--json-output",
9 "ensure-directory",
10 "--mode",
20 "-u",
22 "--json-output",
33 "-u",
35 "--spec-path",
36 …deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/s…
37 "--patch_root",
[all …]
/external/skia/infra/bots/recipe_modules/build/
Dpathkit.py2 # Use of this source code is governed by a BSD-style license that can be
5 DOCKER_IMAGE = 'gcr.io/skia-public/emsdk-release:1.38.16_v1'
6 INNER_BUILD_SCRIPT = '/SRC/skia/infra/pathkit/build_pathkit.sh'
18 # We want to make sure the directories exist and were created by chrome-bot,
27 # folders: the Skia checkout to /SRC and the output directory to /OUT
29 # output in the right spot. The neat thing is that since the Skia checkout
31 # bound in at runtime, we don't have to re-build the image, except when the
33 # Of note, the wasm build doesn't re-use any intermediate steps from the
35 cmd = ['docker', 'run', '--rm', '--volume', '%s:/SRC' % checkout_root,
36 '--volume', '%s:/OUT' % out_dir,
[all …]
/external/skqp/infra/bots/recipe_modules/build/
Dpathkit.py2 # Use of this source code is governed by a BSD-style license that can be
5 DOCKER_IMAGE = 'gcr.io/skia-public/emsdk-release:1.38.16_v1'
6 INNER_BUILD_SCRIPT = '/SRC/skia/infra/pathkit/build_pathkit.sh'
18 # We want to make sure the directories exist and were created by chrome-bot,
27 # folders: the Skia checkout to /SRC and the output directory to /OUT
29 # output in the right spot. The neat thing is that since the Skia checkout
31 # bound in at runtime, we don't have to re-build the image, except when the
33 # Of note, the wasm build doesn't re-use any intermediate steps from the
35 cmd = ['docker', 'run', '--rm', '--volume', '%s:/SRC' % checkout_root,
36 '--volume', '%s:/OUT' % out_dir,
[all …]

123