Searched +full:debian +full:- +full:vulkan (Results 1 – 25 of 39) sorted by relevance
12
| /external/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .build-common: 3 extends: .container+build-rules 6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner 18 - _build/meson-logs/*.txt 19 - _build/meson-logs/strace 20 - shader-db 21 - artifacts 24 .build-linux: 25 extends: .build-common 32 - !reference [default, before_script] [all …]
|
| /external/mesa3d/.gitlab-ci/ |
| D | image-tags.yml | 15 DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base" 16 DEBIAN_BASE_TAG: "20240208-libclc-9" 18 DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build" 19 DEBIAN_BUILD_TAG: "20240208-libclc-9" 21 DEBIAN_X86_64_TEST_BASE_IMAGE: "debian/x86_64_test-base" 23 DEBIAN_X86_64_TEST_IMAGE_GL_PATH: "debian/x86_64_test-gl" 24 DEBIAN_X86_64_TEST_IMAGE_VK_PATH: "debian/x86_64_test-vk" 25 DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android" 27 DEBIAN_X86_64_TEST_ANDROID_TAG: "20240124-split" 28 DEBIAN_X86_64_TEST_GL_TAG: "20240223-piglit-2a" [all …]
|
| D | test-source-dep.yml | 5 .scheduled_pipeline-rules: 7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"' 14 - api_failure 15 - runner_system_failure 16 - scheduler_failure 17 - data_integrity_failure 18 - unknown_failure 23 .no_scheduled_pipelines-rules: 25 - if: *is-scheduled-pipeline 29 # traces (both https://gitlab.freedesktop.org/gfx-ci/tracie/traces-db-private [all …]
|
| /external/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci-inc.yml | 2 .freedreno-common-rules: 4 - !reference [.test, rules] 5 - !reference [.no_scheduled_pipelines-rules, rules] 6 - changes: &freedreno_core_file_list 7 - src/freedreno/ci/gitlab-ci.yml 8 - src/freedreno/ci/gitlab-ci-inc.yml 9 - src/freedreno/ci/deqp-$DEQP_SUITE.toml 10 - src/freedreno/ci/$GPU_VERSION-fails.txt 11 - src/freedreno/ci/$GPU_VERSION-flakes.txt 12 - src/freedreno/ci/$GPU_VERSION-skips.txt [all …]
|
| /external/mesa3d/.gitlab-ci/container/ |
| D | lava_build.sh | 6 # .gitlab-ci/image-tags.yml tags: 9 set -e 10 set -o xtrace 17 S3_PATH="${S3_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}" 18 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \ 20 echo "Remote files are up-to-date, skip rebuilding them." 28 . .gitlab-ci/container/container_pre_build.sh 30 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end. 31 . .gitlab-ci/container/build-rust.sh 34 GCC_ARCH="aarch64-linux-gnu" [all …]
|
| /external/vulkan-headers/.reuse/ |
| D | dep5 | 1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 Upstream-Name: Vulkan-Headers 3 Source: https://github.com/KhronosGroup/Vulkan-Headers 6 Copyright: 2022-2023 The Khronos Group Inc. 7 License: Apache-2.0 10 Copyright: 2018-2023 The Khronos Group Inc. 11 License: Apache-2.0 14 Copyright: 2022-2023 The Khronos Group Inc. 15 License: Apache-2.0
|
| /external/angle/third_party/vulkan-headers/src/.reuse/ |
| D | dep5 | 1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 Upstream-Name: Vulkan-Headers 3 Source: https://github.com/KhronosGroup/Vulkan-Headers 6 Copyright: 2022-2024 The Khronos Group Inc. 7 License: Apache-2.0 10 Copyright: 2018-2024 The Khronos Group Inc. 11 License: Apache-2.0 14 Copyright: 2022-2024 The Khronos Group Inc. 15 License: Apache-2.0
|
| /external/skia/tools/ |
| D | LsanSuppressions.cpp | 4 * Use of this source code is governed by a BSD-style license that can be 21 "leak:libfreetype\n" // Unsure, appeared upgrading Debian 9->10. in __lsan_default_suppressions() 23 "leak:libnvidia-glcore.so\n" // For NVidia driver. in __lsan_default_suppressions() 24 "leak:libnvidia-tls.so\n" // For NVidia driver. in __lsan_default_suppressions() 25 "leak:terminator_CreateDevice\n" // Intel Vulkan drivers. in __lsan_default_suppressions() 26 "leak:vkEnumeratePhysicalDevices\n" // Intel Vulkan drivers. in __lsan_default_suppressions()
|
| /external/mesa3d/docs/relnotes/ |
| D | 20.1.3.rst | 1 Mesa 20.1.3 Release Notes / 2020-07-08 15 Mesa 20.1.3 implements the Vulkan 1.2 API, but the version reported by 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 [all …]
|
| D | 18.2.2.rst | 16 ---------------- 20 SHA256: c51711168971957037cc7e3e19e8abe1ec6eeab9cf236d419a1e7728a41cac8a mesa-18.2.2.tar.gz 21 SHA256: c3ba82b12a89d3d9fed2bdd96b4702dbb7ab675034650a8b1b718320daf073c4 mesa-18.2.2.tar.xz 24 ------------ 29 --------- 31 - `Bug 104602 <https://bugs.freedesktop.org/show_bug.cgi?id=104602>`__ 32 - [apitrace] Graphical artifacts in Civilization VI on RX Vega 33 - `Bug 104926 <https://bugs.freedesktop.org/show_bug.cgi?id=104926>`__ 34 - swrast: Mesa 17.3.3 produces: HW cursor for format 875713089 not 36 - `Bug 107276 <https://bugs.freedesktop.org/show_bug.cgi?id=107276>`__ [all …]
|
| D | 22.3.0.rst | 1 Mesa 22.3.0 Release Notes / 2022-12-02 15 Mesa 22.3.0 implements the Vulkan 1.3 API, but the version reported by 20 --------------- 24 644bf936584548c2b88762111ad58b4aa3e4688874200e5a4eb74e53ce301746 mesa-22.3.0.tar.xz 28 ------------ 30 - GL_ARB_shader_clock on llvmpipe 31 - VK_KHR_shader_clock on lavapipe 32 - Mesa-DB, the new single file cache type 33 - VK_EXT_attachment_feedback_loop_layout on RADV, lavapipe 34 - VK_KHR_global_priority on RADV [all …]
|
| D | 22.0.0.rst | 1 Mesa 22.0.0 Release Notes / 2022-03-09 15 Mesa 22.0.0 implements the Vulkan 1.2 API, but the version reported by 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 [all …]
|
| D | 24.0.0.rst | 1 Mesa 24.0.0 Release Notes / 2024-02-01 15 Mesa 24.0.0 implements the Vulkan 1.3 API, but the version reported by 20 --------------- 24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz 28 ------------ 30 - VK_EXT_image_compression_control on RADV 31 - VK_EXT_device_fault on RADV 32 - OpenGL 3.3 on Asahi 33 - Geometry shaders on Asahi 34 - GL_ARB_texture_cube_map_array on Asahi [all …]
|
| D | 23.2.1.rst | 1 Mesa 23.2.1 Release Notes / 2023-09-28 18 Mesa 23.2.1 implements the Vulkan 1.3 API, but the version reported by 23 --------------- 27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz 32 ------------ 34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV 36 - extendedDynamicState3SampleLocationsEnable on RADV 38 - VK_EXT_dynamic_rendering_unused_attachments on RADV 40 - VK_EXT_mesh_shader on lavapipe 42 - OpenGL 3.1 on Asahi [all …]
|
| D | 23.1.0.rst | 1 Mesa 23.1.0 Release Notes / 2023-05-10 15 Mesa 23.1.0 implements the Vulkan 1.3 API, but the version reported by 20 --------------- 24 a9dde3c76571c4806245a05bda1cceee347c3267127e9e549e4f4e225d92e992 mesa-23.1.0.tar.xz 28 ------------ 30 - VK_EXT_pipeline_library_group_handles on RADV 31 - VK_EXT_image_sliced_view_of_3d on RADV/GFX10+ 32 - VK_KHR_map_memory2 on ANV and RADV 33 - fullyCoveredFragmentShaderInputVariable on RADV/GFX9+ 34 - VK_EXT_discard_rectangles version 2 on RADV [all …]
|
| D | 18.3.0.rst | 16 libwayland-egl is now distributed by Wayland (since 1.15, `see 17 announcement <https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html>`__), 19 an up-to-date version of Wayland to keep the functionality. 22 ---------------- 26 17a124d4dbc712505d22a7815c9b0cee22214c96c8abb91539a2b1351e38a000 mesa-18.3.0.tar.gz 27 b63f947e735d6ef3dfaa30c789a9adfbae18aea671191eaacde95a18c17fc38a mesa-18.3.0.tar.xz 30 ------------ 34 - GL_AMD_depth_clamp_separate on r600, radeonsi. 35 - GL_AMD_framebuffer_multisample_advanced on radeonsi. 36 - GL_AMD_gpu_shader_int64 on i965, nvc0, radeonsi. [all …]
|
| D | 21.1.0.rst | 1 Mesa 21.1.0 Release Notes / 2021-05-05 15 Mesa 21.1.0 implements the Vulkan 1.2 API, but the version reported by 20 --------------- 24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz 28 ------------ 30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV 32 - DRM format modifiers for AMD. 34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV 36 - Zink exposes GL 4.6 and ES 3.1 38 - GL_EXT_depth_bounds_test on softpipe, zink [all …]
|
| D | 19.1.0.rst | 17 ---------------- 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 …]
|
| /external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
| D | README.adoc | 1 // Copyright 2014-2023 The Khronos Group Inc. 2 // SPDX-License-Identifier: CC-BY-4.0 4 = Vulkan^(R)^ Specification Repository Scripts 6 This directory contains scripts used in building the Vulkan API 8 invoked from the top-level directory or from the API Registry in 13 * `genvk.py` - Python script to generate Vulkan headers and some other 15 * `reg.py` - Python tools to read a registry XML file and call into 17 * `conventions.py`, `vkconventions.py`, `apiconventions.py` - API-specific 19 * `generator.py` - output generator base class. 20 ** `cgenerator.py` - C header output generator. [all …]
|
| /external/skia/toolchain/ |
| D | download_linux_amd64_toolchain.bzl | 4 It downloads the necessary headers, executables, and pre-compiled static/shared libraries to 9 Most files are downloaded as .deb files from packages.debian.org (with us acting as the dependency 12 (See https://bazel.build/docs/output_directories#layout-diagram) 21 # https://chrome-infra-packages.appspot.com/p/skia/bots/clang_linux/+/5h9JgVTkZk0fFuOyLUCHZXIFqG1b1… 26 # (libm), etc. linux-libc-dev has the header files specific to linux. libc6-dev has the libc 30 # are still on Debian 10. While many of the Bazel tasks can be run in RBE, using a newer 31 # Debian 11 image (see //bazel/rbe/gce_linux_container/Dockerfile) some tasks need to be 32 # run on these host machines using Debian 10. As a result, we need to compile and link 33 # against a version of glibc that can be run on Debian 10 until we update those Swarming 35 # From https://packages.debian.org/buster/amd64/libc6/download [all …]
|
| /external/virglrenderer/ |
| D | .gitlab-ci.yml | 3 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb 10 # at least the 'debian-testing' job in 'Build-x86_64' stage completed. 12 # Pick a pipeline on https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/ 18 # per-pipeline artifact storage on MinIO 20 # per-job artifact storage on MinIO 23 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${STORAGE_HOST}/mesa-tracie-results/${FDO_UPSTREAM_REPO}" 27 - project: 'freedesktop/ci-templates' 30 - '/templates/ci-fairy.yml' 31 - project: 'freedesktop/ci-templates' 32 ref: *ci-templates-commit [all …]
|
| /external/mesa3d/docs/ |
| D | install.rst | 11 ----------------------------- 19 - `Meson <https://mesonbuild.com>`__ is required when building on \*nix 21 - Android Build system when building as native Android component. Meson 30 - GCC 8.0.0 or later (some parts of Mesa may require later versions) 31 - Clang 5.0 or later (some parts of Mesa may require later versions) 32 - Microsoft Visual Studio 2019 Version 16.11 or later and 38 - `Python <https://www.python.org/>`__ - Python 3.6 or newer is required. 39 - Python package ``packaging`` is required on Python 3.12+: 41 - `Python Mako module <https://www.makotemplates.org/>`__ - Python Mako 43 - Lex / Yacc - for building the Mesa IR and GLSL compiler. [all …]
|
| /external/skia/infra/bots/ |
| D | tasks.json | 3 "BazelBuild-all_tests-debug-linux_x64": { 5 "BazelBuild-all_tests-debug-linux_x64" 8 "BazelBuild-all_tests-release-linux_x64": { 10 "BazelBuild-all_tests-release-linux_x64" 13 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64": { 15 "BazelBuild-android_math_test-for_android_arm64_release-linux_x64" 18 "BazelBuild-core-release-linux_x64": { 20 "BazelBuild-core-release-linux_x64" 23 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64": { 25 "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64" [all …]
|
| /external/mesa3d/src/intel/ci/ |
| D | gitlab-ci-inc.yml | 1 .intel-common-rules: 4 - changes: &intel_common_file_list 5 - src/intel/* 6 - src/intel/blorp/**/* 7 - src/intel/common/**/* 8 - src/intel/compiler/**/* 9 - src/intel/dev/**/* 10 - src/intel/ds/**/* 11 - src/intel/genxml/**/* 12 - src/intel/isl/**/* [all …]
|
| /external/mesa3d/docs/ci/ |
| D | index.rst | 5 --------- 8 We use it to test merge requests (MRs) before merging them (pre-merge testing), 9 as well as post-merge testing, for everything that hits ``main`` 14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering: 16 - Build testing for a number of configurations and platforms 17 - Sanity checks (``meson test``) 18 - Most drivers are also tested using several test suites, such as the 19 `Vulkan/GL/GLES conformance test suite <https://github.com/KhronosGroup/VK-GL-CTS>`__, 21 - Replay of application traces 27 tool <#running-specific-ci-jobs>`__. [all …]
|
12