| /third_party/mesa3d/.gitlab-ci/container/ |
| D | gitlab-ci.yml | 3 .incorporate-templates-commit: 4 variables: 5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}" 7 .incorporate-base-tag+templates-commit: 8 variables: 9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT… 10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}" 12 .set-image: 14 - .incorporate-templates-commit 15 variables: [all …]
|
| /third_party/mesa3d/src/virtio/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/virtio/ci/gitlab-ci-inc.yml' 4 venus-lavapipe: 6 - .deqp-test 7 - .venus-lavapipe-test 9 variables: 16 FLAKES_CHANNEL: "#virgl-ci" 20 ./install/crosvm-runner.sh ./install/deqp-runner.sh 22 venus-lavapipe-full: 24 - venus-lavapipe 25 - .venus-manual-rules [all …]
|
| /third_party/mesa3d/src/gallium/drivers/virgl/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/gallium/drivers/virgl/ci/gitlab-ci-inc.yml' 4 virpipe-on-gl: 6 - .deqp-test 7 - .virpipe-test 8 variables: 9 DEQP_SUITE: virpipe-gl 10 GPU_VERSION: virpipe-gl 14 virgl-on-gl: 15 variables: 16 DEQP_SUITE: virgl-gl [all …]
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/gallium/drivers/llvmpipe/ci/gitlab-ci-inc.yml' 4 llvmpipe-piglit-rusticl: 6 - .llvmpipe-piglit-cl 7 - .llvmpipe-rusticl-rules 9 - debian-testing 10 - debian/x86_64_test-gl 11 variables: 12 DEQP_SUITE: llvmpipe-rusticl 13 GPU_VERSION: llvmpipe-rusticl 15 llvmpipe-traces: [all …]
|
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when 22 building libjpeg-turbo. 36 ARCH=`uname -m` 37 rpmbuild --rebuild nasm-{version}.src.rpm [all …]
|
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 4 variables: 7 - !reference [default, before_script] 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 - section_start ldd_section "Checking ldd on driver build" 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - section_end ldd_section 18 - results/ 20 - !reference [.common-rules, rules] 21 - !reference [.never-post-merge-rules, rules] [all …]
|
| /third_party/skia/m133/third_party/externals/libjpeg-turbo/ |
| D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [Yasm](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 21 libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when 22 building libjpeg-turbo. 34 - GCC v4.1 (or later) or Clang recommended for best performance 36 - If building the TurboJPEG Java wrapper, JDK or OpenJDK 1.5 or later is [all …]
|
| /third_party/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .build-common: 3 extends: .container+build-rules 6 variables: 7 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner 22 - _build/meson-logs/*.txt 23 - _build/meson-logs/strace 24 - _build/.ninja_log 25 - artifacts 28 .build-linux: 29 extends: .build-common [all …]
|
| /third_party/gn/docs/ |
| D | cross_compiles.md | 1 # How GN handles cross-compiling 18 (Confusingly, GN also refers to each build artifact -- an executable, 19 library, etc. -- as a target. On this page, we will use "target" only to 23 When GN starts up, the `host_os` and `host_cpu` variables are set 26 specify that they want to do a cross-compile by setting either or both 29 build will set target\_cpu to "arm" if target\_os is set to "android"). 40 gn gen out/Default --args='target_os="linux" target_cpu="x64"' 43 To do an 32-bit ARM Android cross-compile, do: 46 gn gen out/Default --args='target_os="android"' 52 And, to do a 64-bit MIPS Chrome OS cross-compile: [all …]
|
| /third_party/skia/third_party/externals/swiftshader/docs/ |
| D | dEQP.md | 7 ------------- 13 5. Install [MinGW-W64](http://mingw-w64.org/doku.php/download) 15 6. Install [Git](https://git-scm.com/download/win) 16 7. Install [Android Studio](https://developer.android.com/studio/index.html) 17 8. Run Android Studio and install Android SDK. 18 9. Set environment variables: Config Panel -> System and Security -> System -> Advanced system sett… 20 * Add `<path to MinGW-W64>\bin` to your PATH environment variable 23 …Note: abd is in the Android SDK, typically in `C:\Users\<username>\AppData\Local\Android\sdk\platf… 28 ---------------- 32 `git clone https://github.com/KhronosGroup/VK-GL-CTS` [all …]
|
| /third_party/skia/third_party/externals/angle2/doc/ |
| D | CaptureAndReplay.md | 9 * Mid-execution capture is supported with the Vulkan back-end. 10 * Mid-execution capture has many unimplemented features. 31 Some simple environment variables control frame capture: 41 * Uses mid-execution capture to write "Setup" functions that starts a Context at frame `n`. 79 A good way to test out the capture is to use environment variables in conjunction with the sample 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. 106 ## Capturing an Android application 108 In order to capture on Android, the following additional steps must be taken. These steps 116 export PACKAGE_NAME com.android.gl2jni [all …]
|
| /third_party/skia/third_party/externals/icu/ |
| D | icu.gyp | 2 # Use of this source code is governed by a BSD-style license that can be 9 'variables': { 21 # NaCl-related builds also fail looking for dlfcn.h when it's enabled. 43 'cflags': [ '/utf-8' ], 46 or OS=="netbsd" or OS=="mac" or OS=="android" or OS=="qnx") and \ 54 'cflags': [ '-m31' ], 55 'ldflags': [ '-m31' ], 56 'asflags': [ '-31' ], 58 'cflags': [ '-m32' ], 59 'ldflags': [ '-m32' ], [all …]
|
| /third_party/skia/m133/third_party/externals/icu/ |
| D | icu.gyp | 2 # Use of this source code is governed by a BSD-style license that can be 9 'variables': { 21 # NaCl-related builds also fail looking for dlfcn.h when it's enabled. 43 'cflags': [ '/utf-8' ], 46 or OS=="netbsd" or OS=="mac" or OS=="android" or OS=="qnx") and \ 54 'cflags': [ '-m31' ], 55 'ldflags': [ '-m31' ], 56 'asflags': [ '-31' ], 58 'cflags': [ '-m32' ], 59 'ldflags': [ '-m32' ], [all …]
|
| /third_party/mesa3d/docs/drivers/ |
| D | llvmpipe.rst | 5 ------------ 10 to x86, x86-64, or ppc64le machine code. Also, the driver is 15 ------------ 17 - For x86 or amd64 processors, 64-bit mode is recommended. Support for 25 Vector-Scalar Facility) is recommended if supported AND Mesa is built 30 - Unless otherwise stated, LLVM version 3.9 or later is required. 34 .. code-block:: sh 36 aptitude install llvm-dev 43 For a RPM-based distribution do: 45 .. code-block:: sh [all …]
|
| /third_party/skia/platform_tools/android/bin/ |
| D | android_build_universal_viewer | 4 # Use of this source code is governed by a BSD-style license that can be 26 python tools/git-sync-deps 27 git clean -fxd platform_tools/android/apps/$APP 28 mkdir -p platform_tools/android/apps/${APP}/src/main/assets 29 cp -a resources platform_tools/android/apps/${APP}/src/main/assets/ 32 BUILD=out/${APP}-$ARCH 33 mkdir -p "$BUILD" 36 ninja -C $BUILD $LIB 38 arm) NATIVE=armeabi-v7a ;; 39 arm64) NATIVE=arm64-v8a ;; [all …]
|
| /third_party/skia/m133/platform_tools/android/bin/ |
| D | android_build_universal_viewer | 4 # Use of this source code is governed by a BSD-style license that can be 26 python tools/git-sync-deps 27 git clean -fxd platform_tools/android/apps/$APP 28 mkdir -p platform_tools/android/apps/${APP}/src/main/assets 29 cp -a resources platform_tools/android/apps/${APP}/src/main/assets/ 32 BUILD=out/${APP}-$ARCH 33 mkdir -p "$BUILD" 36 ninja -C $BUILD $LIB 38 arm) NATIVE=armeabi-v7a ;; 39 arm64) NATIVE=arm64-v8a ;; [all …]
|
| /third_party/skia/platform_tools/android/apps/skottie/ |
| D | build.gradle | 4 * Use of this source code is governed by a BSD-style license that can be 7 apply plugin: 'com.android.application' 13 implementation 'com.airbnb.android:lottie:3.4.1' 16 android { 31 sourceSets.main.jni.srcDirs = [] //disable automatic ndk-build call 34 // When building from Android Studio, ensure that local variables are set:
|
| /third_party/skia/m133/platform_tools/android/apps/skottie/ |
| D | build.gradle | 4 * Use of this source code is governed by a BSD-style license that can be 7 apply plugin: 'com.android.application' 13 implementation 'com.airbnb.android:lottie:3.4.1' 16 android { 31 sourceSets.main.jni.srcDirs = [] //disable automatic ndk-build call 34 // When building from Android Studio, ensure that local variables are set:
|
| /third_party/skia/m133/tools/testrunners/common/android/ |
| D | adb_test.bzl | 6 def _adb_test_runner_transition_impl(settings, attr): # buildifier: disable=unused-variable 7 platform = settings["//tools/testrunners/common/android/adb_test_runner:adb_platform"] 9 # If no platform was specified via --adb_platform, use the host platform. This allows us to 32 …build/rules_go/blob/5933b6ed063488472fc14ceca232b3115e8bc39f/go/private/platforms.bzl#LL30C9-L30C9. 45 # Map the --adb_platform CPU part to GOARCH style, which we differ from for readability. 50 # This transition allows us to cross-compile the Go test runner (i.e. the program that issues adb 51 # commands) for a different platform, for example when "bazel build"-ing on an x86 GCE machine and 55 inputs = ["//tools/testrunners/common/android/adb_test_runner:adb_platform"], 64 if [[ -z "${TEST_UNDECLARED_OUTPUTS_DIR}" ]]; then 72 output_dir_flag = "--output-dir $TEST_UNDECLARED_OUTPUTS_DIR" [all …]
|
| /third_party/skia/m133/third_party/externals/libyuv/ |
| D | libyuv.gyp | 3 # Use of this source code is governed by a BSD-style license 19 'variables': { 27 # Link-Time Optimizations. 51 'variables': { 57 # Disable -Wunused-parameter 60 '-Wno-unused-parameter', 68 '-mfpu=vfp', 69 '-mfpu=vfpv3', 70 '-mfpu=vfpv3-d16', 71 # '-mthumb', # arm32 not thumb [all …]
|
| /third_party/openssl/ |
| D | NOTES-ANDROID.md | 1 Notes for Android platforms 5 ------------------- 7 Beside basic tools like perl and make you'll need to download the Android 15 ------------- 17 Android is a cross-compiled target and you can't rely on `./Configure` 19 target explicitly; there are `android-arm`, `android-arm64`, `android-mips`, 20 `android-mip64`, `android-x86` and `android-x86_64` (`*MIPS` targets are no 23 Do not pass --cross-compile-prefix (as you might be tempted), as it 30 to point at the `NDK` directory. If you're using a side-by-side NDK the path 31 will look something like `/some/where/android-sdk/ndk/<ver>`, and for a [all …]
|
| /third_party/vk-gl-cts/external/amber/src/ |
| D | README.md | 3 Amber is a multi-API shader test framework. 16 * Shaders can be expressed in binary form (as hex), in SPIR-V assembly, or in a 103 ./tools/git-sync-deps 104 mkdir -p out/Debug 106 cmake -GNinja ../.. 114 `-DAMBER_ENABLE_SHARED_CRT`. 118 ### Android subsection 120 * Android build needs Android SDK 28, Android NDK r25b, Java 8. If you prefer 121 other versions of Android SDK, Android NDK, Java, then you can change 123 `tools/build-amber-sample.sh`. [all …]
|
| /third_party/curl/docs/ |
| D | INSTALL.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 22 ./bootstrap-vcpkg.sh 33 the `GIT-INFO.md` file in the root directory for specific instructions on how 41 ./configure --with-openssl [--with-gnutls --with-wolfssl] 52 ./configure --help 57 ./configure --prefix=/path/to/curl/tree 63 ./configure --prefix=$HOME 72 ./configure --with-openssl [all …]
|
| /third_party/libdrm/ |
| D | Android.mk | 2 # Copyright © 2011-2012 Intel Corporation 26 $(error "Android 4.4 and earlier not supported") 29 LIBDRM_COMMON_MK := $(call my-dir)/Android.common.mk 31 LOCAL_PATH := $(call my-dir) 36 # Import variables LIBDRM_{,H,INCLUDE_H,INCLUDE_ANDROID_H,INCLUDE_VMWGFX_H}_FILES 47 $(LOCAL_PATH)/android 63 $(LOCAL_PATH)/android 74 include $(call all-makefiles-under,$(LOCAL_PATH))
|
| /third_party/skia/m133/modules/skcms/ |
| D | BUILD.gn | 3 # Use of this source code is governed by a BSD-style license that can be 8 # Use for CPU-specific skcms transform code that needs particular compiler flags. 18 # If not enabled, a phony empty target that swallows all otherwise unused variables. 34 enabled = current_cpu == "x64" && target_os != "android" 39 "/clang:-mavx2", 40 "/clang:-mf16c", 41 "/clang:-ffp-contract=off", 48 "-mavx2", 49 "-mf16c", 50 "-std=c11", [all …]
|