| /third_party/libinput/ |
| D | .gitlab-ci.yml | 9 # To change the gitlab CI, edit .gitlab-ci/ci.template and/or .gitlab-ci/config.yaml 10 # and run ci-fairy generate-template. For details, see 11 # https://freedesktop.pages.freedesktop.org/ci-templates/ci-fairy.html#templating-gitlab-ci-yml 14 # - we really want to run dnf/apt/... only once, updating on the test runner for 18 # This is handled by the ci-templates, ensuring containers are only rebuilt 21 # - GitLab only allows one script: set per job but we have a bunch of commands 22 # we need to re-run for each build (meson && ninja && etc). YAML cannot merge 27 # MESON_ARGS=-Denable-something=true 28 # NINJA_ARGS=dist ... to run 'ninja -C builddir dist' 35 # e.g. fedora:31@build-default [all …]
|
| /third_party/libbpf/ |
| D | SYNC.md | 2 …<source media="(prefers-color-scheme: dark)" srcset="assets/libbpf-logo-sideways-darkbg.png" width… 3 <img src="assets/libbpf-logo-sideways.png" width="40%"> 9 Libbpf *authoritative source code* is developed as part of [bpf-next Linux source 10 tree](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next) under 13 Most of the mundane mechanical things like bpf and bpf-next tree merge, Git 14 history transformation, cherry-picking relevant commits, re-generating 15 auto-generated headers, etc. are taken care by 16 [sync-kernel.sh script](https://github.com/libbpf/libbpf/blob/master/scripts/sync-kernel.sh). 25 ------------------ 27 Sync script has particular expectation of upstream Linux repo setup. It [all …]
|
| /third_party/mesa3d/ |
| D | .gitlab-ci.yml | 3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd 4 CI_PRE_CLONE_SCRIPT: |- 5 set -o xtrace 6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-… 7 bash download-git-cache.sh 8 rm download-git-cache.sh 12 # per-pipeline artifact storage on MinIO 14 # per-job artifact storage on MinIO 17 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO" 18 # Individual CI farm status, set to "offline" to disable jobs [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | jcparam.c | 5 * Copyright (C) 1991-1998, Thomas G. Lane. 6 * Modified 2003-2008 by Guido Vollbeding. 7 * libjpeg-turbo Modifications: 8 * Copyright (C) 2009-2011, 2018, D. R. Commander. 12 * This file contains optional default-setting code for the JPEG compressor. 41 /* Safety check to ensure start_compress not called yet. */ in jpeg_add_quant_table() 42 if (cinfo->global_state != CSTATE_START) in jpeg_add_quant_table() 43 ERREXIT1(cinfo, JERR_BAD_STATE, cinfo->global_state); in jpeg_add_quant_table() 48 qtblptr = &cinfo->quant_tbl_ptrs[which_tbl]; in jpeg_add_quant_table() 60 (*qtblptr)->quantval[i] = (UINT16)temp; in jpeg_add_quant_table() [all …]
|
| D | rdswitch.c | 5 * Copyright (C) 1991-1996, Thomas G. Lane. 6 * libjpeg-turbo Modifications: 12 * command-line switches. Switches processed here are: 13 * -qtables file Read quantization tables from text file 14 * -scans file Read scan script from text file 15 * -quality N[,N,...] Set quality ratings 16 * -qslots N[,N,...] Set component quantization table selectors 17 * -sample HxV[,HxV,...] Set component sampling factors 63 val = ch - '0'; in read_text_integer() 68 val += ch - '0'; in read_text_integer() [all …]
|
| D | jcmaster.c | 5 * Copyright (C) 1991-1997, Thomas G. Lane. 6 * Modified 2003-2010 by Guido Vollbeding. 7 * libjpeg-turbo Modifications: 14 * and inter-pass control (determining the number of passes and the work 44 * This is here so we can add libjpeg-turbo version/build information to the 47 * object and determine which version of libjpeg-turbo it was built from or 73 cinfo->jpeg_width = cinfo->image_width; in jpeg_calc_jpeg_dimensions() 74 cinfo->jpeg_height = cinfo->image_height; in jpeg_calc_jpeg_dimensions() 75 cinfo->min_DCT_h_scaled_size = DCTSIZE; in jpeg_calc_jpeg_dimensions() 76 cinfo->min_DCT_v_scaled_size = DCTSIZE; in jpeg_calc_jpeg_dimensions() [all …]
|
| /third_party/backends/ |
| D | .gitlab-ci.yml | 1 # .gitlab-ci.yml -- to test some source code build scenarios 2 # Copyright (C) 2016-2020 Olaf Meeuwissen 4 # License: GPL-3.0+ 7 REGISTRY_HUB: "registry.gitlab.com/sane-project/ci-envs" 8 CONFIGURE_MINI: "--enable-silent-rules" 9 …CONFIGURE_FULL: "--with-usb --with-usb-record-replay --with-avahi --enable-pnm-backend --with-libc… 12 - tarball 13 - compile 14 - snapshot 15 - release [all …]
|
| /third_party/lwip/src/netif/ppp/ |
| D | ipv6cp.c | 2 * ipv6cp.c - PPP IPV6 Control Protocol. 41 Jean-Luc.Richier@imag.fr, IMAG-LSR. 45 Jean-Luc.Richier@imag.fr, IMAG-LSR. 51 usuelles dans la recherche, c'est-à-dire qu'il peut 98 * ipcp.c - PPP IP Control Protocol. 100 * Copyright (c) 1984-2000 Carnegie Mellon University. All rights reserved. 121 * Pittsburgh, PA 15213-3890 122 * (412) 268-4387, fax: (412) 268-7395 123 * tech-transfer@andrew.cmu.edu 177 * Callbacks for fsm code. (CI = Configuration Information) [all …]
|
| /third_party/mesa3d/docs/ci/ |
| D | kernel.rst | 4 Occasionally, the Gitlab CI needs a Linux Kernel update to enable new kernel 5 features, device drivers, bug fixes etc to CI jobs. 6 Kernel uprevs in Gitlab CI are relatively simple, but prone to lots of 7 side-effects since many devices from different platforms are involved in the 11 ----------------- 13 The Linux Kernel used in the Gitlab CI is stored at the following repository: 14 https://gitlab.freedesktop.org/gfx-ci/linux 20 So, one should base the kernel uprev from the last tag used in the Mesa CI, 21 please refer to `.gitlab-ci/container/gitlab-ci.yml` `KERNEL_URL` variable. 22 Every tag has a standard naming: `vX.YZ-for-mesa-ci-<commit_short_SHA>`, which [all …]
|
| /third_party/icu/.ci-builds/ |
| D | .azure-pipelines.yml | 1 # Azure Pipelines (VSTS) configuration for CI builds for ICU. 4 #------------------------------------------------------------------------- 5 - job: ICU4J_OpenJDK_Ubuntu_1604 12 - checkout: self 15 - script: | 16 echo "Building ICU4J" && cd icu4j && ant init && ant check 20 - script: | 21 …[ -d icu4j/out/junit-results ] && cd icu4j && cat `find out/junit-results -name "*.txt" -exec grep… 24 #------------------------------------------------------------------------- 25 - job: ICU4C_Clang_Ubuntu_1604 [all …]
|
| /third_party/python/ |
| D | .travis.yml | 4 # To cache doc-building dependencies and C compiler output. 6 - pip 7 - ccache 8 - directories: 9 - $HOME/multissl 13 - OPENSSL=1.1.1f 14 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}" 15 - PATH="${OPENSSL_DIR}/bin:$PATH" 16 - CFLAGS="-I${OPENSSL_DIR}/include" 17 - LDFLAGS="-L${OPENSSL_DIR}/lib" [all …]
|
| /third_party/icu/docs/processes/release/tasks/ |
| D | healthy-code.md | 1 --- 7 --- 9 <!-- 12 --> 18 {: .no_toc .text-delta } 23 --- 25 ## Check for ClassID in new class hierarchies 27 Check that there are no "poor man's RTTI" methods in new class hierarchies. 34 virtual-function override without adding new ClassID support. 40 One easy way to check for this is to search through the API change report and [all …]
|
| /third_party/vixl/ |
| D | README.md | 30 --------------------- 32 …* [](https://c… 33 …](https://ci.linaro.org/buildStatus/icon?job=linaro-art-vixlpresubmit-native-armv8)](https://ci.li… 34 … Status](https://ci.linaro.org/buildStatus/icon?job=linaro-art-vixlpresubmit-macos)](https://ci.li… 55 A 64-bit host machine is required, implementing an LP64 data model. VIXL has 64 3. clang-format 11+ 65 4. clang-tidy 11+ 69 Note that in Ubuntu 18.04, clang-tidy-4.0 will only work if the clang-4.0 76 |------------|-----------------------|---------------------------------| 77 | BTI | kBTI | Per-page enabling not supported | [all …]
|
| /third_party/e2fsprogs/ |
| D | 0001-e2fsprogs-set-hugefile-from-4T-to-1T-in-hugefile-tes.patch | 6 When execing make check, 4T is too large for CI, 9 Signed-off-by: Zhiqiang Liu <lzhq28@mail.ustc.edu.cn> 10 --- 11 tests/m_hugefile/expect | 14 +++++++------- 12 tests/m_hugefile/script | 4 ++-- 13 2 files changed, 9 insertions(+), 9 deletions(-) 15 diff --git a/tests/m_hugefile/expect b/tests/m_hugefile/expect 17 --- a/tests/m_hugefile/expect 19 @@ -1,19 +1,19 @@ 20 -mke2fs -F -T hugefile test.img 4T [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | x86_build.sh | 3 set -e 4 set -o xtrace 8 # Ephemeral packages (installed for this script and removed again at the end) 12 autotools-dev \ 15 python3-pip \ 18 apt-get update 20 apt-get install -y --no-remove \ 22 check \ 25 libarchive-dev \ 26 libclang-cpp13-dev \ [all …]
|
| D | android_build.sh | 3 set -ex 11 apt-get install -y --no-remove $EPHEMERAL 14 ndk=android-ndk-r21d 15 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip 16 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*" 20 rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/ 22 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f 24 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" 26 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 27 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk i686-linux-android x86 x86 [all …]
|
| /third_party/pulseaudio/ |
| D | .gitlab-ci.yml | 4 # effectively a no-op. All of this infrastructure is inherited from the 5 # freedesktop/ci-templates repository which is the recommended way to set up CI 14 - container 15 - build 19 # CI runs, for example when adding new packages to FDO_DISTRIBUTION_PACKAGES. 22 FDO_DISTRIBUTION_TAG: '2023-08-13-00' 31 - project: 'freedesktop/ci-templates' 35 build-container: 36 extends: .fdo.container-build@ubuntu 44 FDO_DISTRIBUTION_PACKAGES: >- [all …]
|
| /third_party/rust/crates/libc/ |
| D | build.rs | 6 // List of cfgs this build script is allowed to set. The list is needed to support check-cfg, as we 7 // need to know all the possible cfgs that this script will set. If you need to set another cfg 35 // Extra values to allow for check-cfg. 46 // Avoid unnecessary re-building. in main() 47 println!("cargo:rerun-if-changed=build.rs"); in main() 66 // On CI, we detect the actual FreeBSD version and match its ABI exactly, in main() 80 // Non-Emscripten or version < 3.1.42. in main() 84 // On CI: deny all warnings in main() 114 // Rust >= 1.30 supports `core::ffi::c_void`, so libc can just re-export it. in main() 116 // backwards-compatibility. in main() [all …]
|
| /third_party/skia/third_party/externals/expat/ |
| D | README.md | 1 [](https://repology.org/metapac… 12 Expat is a stream-oriented XML parser. This means that you register 20 - GNU GCC >=4.5 21 - LLVM Clang >=3.5 22 - Microsoft Visual Studio >=15.0/2017 (rolling `${today} minus 5 years`) 25 [`expat-win32bin-*.*.*.{exe,zip}` download](https://github.com/libexpat/libexpat/releases), 26 which includes both pre-compiled libraries and executables, and source code for 29 Expat is [free software](https://www.gnu.org/philosophy/free-sw.en.html). [all …]
|
| /third_party/skia/third_party/externals/expat/expat/ |
| D | README.md | 1 [](https://repology.org/metapac… 12 Expat is a stream-oriented XML parser. This means that you register 20 - GNU GCC >=4.5 21 - LLVM Clang >=3.5 22 - Microsoft Visual Studio >=15.0/2017 (rolling `${today} minus 5 years`) 25 [`expat-win32bin-*.*.*.{exe,zip}` download](https://github.com/libexpat/libexpat/releases), 26 which includes both pre-compiled libraries and executables, and source code for 29 Expat is [free software](https://www.gnu.org/philosophy/free-sw.en.html). [all …]
|
| /third_party/mbedtls/tests/scripts/ |
| D | docker_env.sh | 1 #!/bin/bash -eu 6 # ------- 8 # This is a helper script to enable running tests under a Docker container, 12 # WARNING: the Dockerfile used by this script is no longer maintained! See 13 # https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start 14 # for the set of Docker images we use on the CI. 17 # --------------- 18 # This script expects a Linux x86_64 system with a recent version of Docker 20 # server must be used, invoke this script with the usual environment variables 26 # Running this script directly will check for Docker availability and set up [all …]
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/ |
| D | Makefile | 1 # Copyright 2014-2024 The Khronos Group Inc. 3 # SPDX-License-Identifier: Apache-2.0 8 # $(VERSIONS) variable on the make command line to a space-separated 13 # script arguments $(VERSIONOPTIONS) and into $(ATTRIBFILE) 17 # command line to a space-separated list of extension names. 18 # $(EXTENSIONS) is converted into generator script 36 VERSIONOPTIONS := $(foreach version,$(VERSIONS),-feature $(version)) 39 EXTOPTIONS := $(foreach ext,$(EXTS),-extension $(ext)) 50 # The default 'all' target builds the following sub-targets: 51 # html - HTML single-page API specification [all …]
|
| /third_party/libjpeg-turbo/ |
| D | .travis.yml | 5 - /^[0-9]+\.[0-9]+\.[0-9]+/ 6 - /^jpeg-.*/ 10 - os: linux 14 - docker 15 - os: osx 18 - os: linux 22 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address,undefined -fno-omit-frame-pointer" 23 CMAKE_FLAGS="-DENABLE_SHARED=0" 29 - nasm 30 - os: linux [all …]
|
| /third_party/jerryscript/targets/esp8266/ |
| D | Makefile.travis | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 # Default target for running the build test outside the Travis CI environment. 19 $(MAKE) script 25 install-apt-get-deps: 26 sudo apt-get install -q -y wget 28 # Fetch and build crosstool-NG with support for Xtensa. 29 install-xtensa-kx106-gcc: 30 ….com/dl/xtensa-lx106-elf-linux64-1.22.0-88-gde0bdc1-4.8.5.tar.gz -O ../xtensa-lx106-elf-linux64-1.… 31 cd .. && tar xvfz xtensa-lx106-elf-linux64-1.22.0-88-gde0bdc1-4.8.5.tar.gz 34 install-espressif-sdk: [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 20.2.0.rst | 1 Mesa 20.2.0 Release Notes / 2020-09-28 20 --------------- 24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on Iris. 32 - GL_ARB_gpu_shader5 on llvmpipe 34 - GL_ARB_post_depth_coverage on llvmpipe 36 - GLES 3.2 on llvmpipe 38 - GL_EXT_shader_group_vote on GLES3. 40 - GL_EXT_texture_shadow_lod on llvmpipe [all …]
|