Home
last modified time | relevance | path

Searched +full:set +full:- +full:job +full:- +full:env +full:- +full:vars (Results 1 – 25 of 44) sorted by relevance

12

/third_party/mesa3d/.gitlab-ci/bare-metal/
Drootfs-setup.sh5 mkdir -p $rootfs_dst/results
7 # Set up the init script that brings up the system.
8 cp $BM/bm-init.sh $rootfs_dst/init
11 # Make JWT token available as file in the bare-metal storage to enable access
15 cp $CI_COMMON/capture-devcoredump.sh $rootfs_dst/
16 cp $CI_COMMON/intel-gpu-freq.sh $rootfs_dst/
18 set +x
20 # Pass through relevant env vars from the gitlab job to the baremetal init script
21 "$CI_COMMON"/generate-env.sh > $rootfs_dst/set-job-env-vars.sh
22 chmod +x $rootfs_dst/set-job-env-vars.sh
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml2 # Cancel job if a newer commit is pushed to the same branch
7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver…
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K"
18 - results/
20 .test-gl:
22 - .test
[all …]
/third_party/mesa3d/.gitlab-ci/lava/
Dlava-submit.sh3 set -e
4 set -x
8 if wget -q --method=HEAD "https://${BASE_SYSTEM_MAINLINE_HOST_PATH}/done"; then
14 rm -rf results
15 mkdir -p results/job-rootfs-overlay/
17 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/
18 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/
19 cp artifacts/ci-common/intel-gpu-freq.sh results/job-rootfs-overlay/
21 # Prepare env vars for upload.
23 artifacts/ci-common/generate-env.sh > results/job-rootfs-overlay/set-job-env-vars.sh
[all …]
Dlava_job_submitter.py1 #!/usr/bin/env python3
3 # Copyright (C) 2020 - 2022 Collabora Limited
8 # SPDX-License-Identifier: MIT
10 """Send a job to LAVA, track it and collect log back"""
46 # Timeout in seconds to decide if the device from the dispatched LAVA job has
51 # check if the dispatched LAVA job is running or waiting in the job queue.
75 "job": {"minutes": args.job_timeout},
78 "depthcharge-action": {
98 'url': '{}/lava-rootfs.tgz'.format(args.rootfs_url_prefix),
114 "prompts": ["lava-shell:"],
[all …]
/third_party/mesa3d/.gitlab-ci/common/
Dinit-stage2.sh11 set +x
23 kill -9 "$pid" 2>/dev/null || true
27 set -x
36 # Second-stage init, used to set up devices and our job environment before
39 . /set-job-env-vars.sh
41 set -ex
43 # Set up any devices required by the jobs
44 [ -z "$HWCI_KERNEL_MODULES" ] || {
45 echo -n $HWCI_KERNEL_MODULES | xargs -d, -n1 /usr/sbin/modprobe
50 # - vmx for Intel VT
[all …]
/third_party/skia/third_party/externals/angle2/doc/
DCaptureAndReplay.md9 * Mid-execution capture is supported with the Vulkan back-end.
10 * Mid-execution capture has many unimplemented features.
34 * Set to `0` to disable capture entirely. Default is `1`.
36 * Set to `0` to disable capture compression. Default is `1`.
41 * Uses mid-execution capture to write "Setup" functions that starts a Context at frame `n`.
77 * Set to `1` to enable GL state serialization. Default is `0`.
100 $ autoninja -C out/Debug capture_replay_sample
104 Note that we specify `ANGLE_CAPTURE_ENABLED=0` to prevent re-capturing when running the replay.
120 $ adb shell mkdir -p /sdcard/Android/data/$PACKAGE_NAME/angle_capture
123 2. Set properties to use for environment variable
[all …]
/third_party/lz4/.circleci/
Dconfig.yml15 # In the meantime, set it to 1.
17 shell: /bin/bash --login
19 …n't or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-othe…
21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag…
24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images.
25 …ation line tells CircleCI to use the specified docker image as the runtime environment for you job.
26 # We have selected a pre-built image that mirrors the build environment we use on
28 # of each job. For more information on choosing an image (or alternatively using a
[all …]
/third_party/mesa3d/docs/relnotes/
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
20 ---------------
24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz
27 ------------
29 - None
32 ---------
34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores
36 - [v3d] corruption when GS omits some vertices
37 - [RADV] Non-precise occlusion queries return non-zero when all
39 - [DXVK] Project Cars rendering problems
[all …]
D20.3.0.rst1 Mesa 20.3.0 Release Notes / 2020-12-03
20 ---------------
24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz
28 ------------
30 - GL 4.5 on llvmpipe
32 - GL_INTEL_blackhole_render on radeonsi
34 - GL_NV_copy_depth_to_color for NIR
36 - GL_NV_half_float
38 - GL_NV_shader_atomic_int64 on radeonsi
40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
[all …]
D21.0.0.rst1 Mesa 21.0.0 Release Notes / 2021-03-11
20 ---------------
24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz
28 ------------
30 - GL_EXT_demote_to_helper_invocation on radeonsi
32 - GL_NV_compute_shader_derivatives on radeonsi
34 - EGL_MESA_platform_xcb
36 - Removed GL_NV_point_sprite for classic swrast.
38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf…
40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support
[all …]
D22.1.0.rst1 Mesa 22.1.0 Release Notes / 2022-05-18
20 ---------------
24 df6270c1371eaa2aa6eb65b95cbbb2a98b14fa4b7ba0ed45e4ca2fd32df60477 mesa-22.1.0.tar.xz
28 ------------
30 - d3d12 GL4.2
31 - GL_NV_pack_subimage
32 - VK_EXT_depth_clip_control on lavapipe and RADV
33 - Vulkan 1.3 support on lavapipe
34 - VK_EXT_graphics_pipeline_library on lavapipe
35 - VK_EXT_primitives_generated_query on lavapipe
[all …]
D22.0.0.rst1 Mesa 22.0.0 Release Notes / 2022-03-09
20 ---------------
24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz
28 ------------
30 - lavapipe,radv,anv KHR_dynamic_rendering
31 - radv EXT_image_view_min_lod
32 - VK_KHR_synchronization2 on RADV.
33 - OpenSWR has been moved to the Amber branch
34 - radeonsi, zink ARB_sparse_texture
35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff…
[all …]
D21.3.0.rst1 Mesa 21.3.0 Release Notes / 2021-11-17
20 ---------------
24 a2753c09deef0ba14d35ae8a2ceff3fe5cd13698928c7bb62c2ec8736eb09ce1 mesa-21.3.0.tar.xz
28 ------------
30 - VK_EXT_color_write_enable on lavapipe
31 - GL_ARB_texture_filter_anisotropic in llvmpipe
32 - Anisotropic texture filtering in lavapipe
33 - VK_EXT_shader_atomic_float2 on Intel and RADV.
34 - VK_EXT_vertex_input_dynamic_state on RADV.
35 - VK_KHR_timeline_semaphore on lavapipe
[all …]
D21.2.0.rst1 Mesa 21.2.0 Release Notes / 2021-08-04
20 ---------------
24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz
28 ------------
30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock
32 - VK_EXT_provoking_vertex on RADV.
34 - VK_EXT_extended_dynamic_state2 on RADV.
36 - VK_EXT_global_priority_query on RADV.
38 - VK_EXT_physical_device_drm on RADV.
40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV.
[all …]
D22.2.0.rst1 Mesa 22.2.0 Release Notes / 2022-09-21
20 ---------------
24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz
29 ------------
31 - WGL_ARB_create_context_robustness
33 - d3d12 ARB_robust_buffer_access_behavior
35 - VK_EXT_robustness2 for lavapipe
37 - VK_EXT_image_2d_view_of_3d on RADV
39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support
41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe
[all …]
D19.1.0.rst17 ----------------
21 2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3 mesa-19.1.0.tar.xz
24 ------------
26 - GL_ARB_parallel_shader_compile on all drivers.
27 - GL_EXT_gpu_shader4 on all GL 3.1 drivers.
28 - GL_EXT_shader_image_load_formatted on radeonsi.
29 - GL_EXT_texture_buffer_object on all GL 3.1 drivers.
30 - GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES
32 - GL_NV_compute_shader_derivatives on iris and i965.
33 - GL_KHR_parallel_shader_compile on all drivers.
[all …]
/third_party/curl/tests/
Dtestcurl.pl1 #!/usr/bin/env perl
22 # SPDX-License-Identifier: curl
32 # This is written for the purpose of being run from a crontab job or similar
34 # curl-autocompile@haxx.se to be dealt with automatically (make sure the
40 # testcurl.pl [options] [curl-daily-name] > output
44 # --configure=[options] Configure options
45 # --crosscompile This is a crosscompile
46 # --desc=[desc] Description of your test system
47 # --email=[email] Set email address to report as
48 # --extvercmd=[command] Command to use for displaying version with cross compiles.
[all …]
/third_party/mksh/
Dexec.c3 /*-
11 * is granted to deal in this work without restriction, including un-
71 if ((flags&XFORK) && !(flags&XEXEC) && t->type != TPIPE) in execute()
72 /* run in sub-process */ in execute()
73 return (exchild(t, flags & ~XTIME, xerrok, -1)); in execute()
80 if (t->type == TCOM) { in execute()
88 current_lineno = t->lineno; in execute()
93 t->args[0] == NULL && in execute()
95 t->vars[0] != NULL && t->vars[1] == NULL && in execute()
97 t->ioact != NULL && t->ioact[0] != NULL && in execute()
[all …]
Dmain.c6 /*-
14 * is granted to deal in this work without restriction, including un-
76 Ttypeset, "-i10", "COLUMNS", "LINES", "SECONDS", "TMOUT", NULL,
78 "integer=\\\\builtin typeset -i",
80 /* not "alias -t --": hash -r needs to work */
81 "hash=\\\\builtin alias -t",
82 "type=\\\\builtin whence -v",
83 "autoload=\\\\builtin typeset -fu",
84 "functions=\\\\builtin typeset -f",
85 "history=\\\\builtin fc -l",
[all …]
Dsh.h11 /*-
118 /* monkey-patch known-bad offsetof versions to quell a warning */
238 /* make any-type into bool or short */
275 /* un-do vendor damage */
284 /* compile-time assertions */
285 #define cta(name,expr) struct cta_ ## name { char t[(expr) ? 1 : -1]; }
293 # error "Please compile with Build.sh -E for EBCDIC!"
296 # error "Please compile without -E argument to Build.sh for ASCII!"
299 /* go all-out on ASCII */
313 #define RUSAGE_CHILDREN -1
[all …]
Dvar.c3 /*-
11 * is granted to deal in this work without restriction, including un-
34 /*-
41 * if (flag&EXPORT), val.s contains "name=value" for E-Z exporting.
46 /* may only be set by typeset() just before call to array_index_calc() */
65 * assume caller has allocated and set up e->loc
74 l->flags = 0; in newblock()
75 /* TODO: could use e->area (l->area => l->areap) */ in newblock()
76 ainit(&l->area); in newblock()
77 if (!e->loc) { in newblock()
[all …]
/third_party/cups/
Dcups-2.4.0-source.tar.gz ... tmpl cups-2.4.0/templates/set-printer-options-trailer.tmpl cups-2.4 ...
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
4 --- /dev/null
6 @@ -0,0 +1,418 @@
9 +# gh-84728: "paths-ignore" is not used to skip documentation-only PRs, because
10 +# it prevents to mark a job as mandatory. A PR cannot be merged if a job is
11 +# mandatory but not scheduled because of "paths-ignore".
16 + - 'main'
17 + - '3.11'
18 + - '3.10'
19 + - '3.9'
[all …]
/third_party/curl/
DCHANGES13 - RELEASE-NOTES: synced
17 - THANKS: new contributors from 8.5.0
21 - cd2nroff: use perl 'strict' and 'warnings'
23 - Use strict and warnings pragmas.
25 - If open() fails then show the reason.
27 - Set STDIN io layer :crlf so that input is properly read on Windows.
29 - When STDIN is used as input, the filename $f is now set to "STDIN".
38 - cd2nroff: fix duplicate output issue
40 Assisted-by: Jay Satiro
41 Fixes https://github.com/curl/curl-www/issues/321
[all …]
/third_party/skia/third_party/externals/expat/testdata/largefiles/
Dnes96.xml67 -------------------------------------------------------------------
84 -------------------------------------------------------------------
101 -------------------------------------------------------------------
118 -------------------------------------------------------------------
137 -------------------------------------------------------------------
139 Panel cases 1001-2318.
140 Cross-section cases 3001-3404.
158 -------------------------------------------------------------------
175 Cross-section case
192 -------------------------------------------------------------------
[all …]

12