Searched +full:debian +full:- +full:arm32 +full:- +full:asan (Results 1 – 9 of 9) sorted by relevance
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 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] 23 .formatting-check: [all …]
|
| /third_party/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .build-common: 3 extends: .container+build-rules 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 36 - !reference [default, before_script] [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 24.3.0.rst | 1 Mesa 24.3.0 Release Notes / 2024-11-21 20 ------------- 24 SHA256: 97813fe65028ef21b4d4e54164563059e8408d8fee3489a2323468d198bf2efc mesa-24.3.0.tar.xz 25 …821e68d7a8c37a07871d097ab17555f41a4fe716f0de7df95ad7d452b1ed57db6527838eb839ba4 mesa-24.3.0.tar.xz 29 ------------ 31 - Expose Vulkan 1.3 on v3dv, both rpi4 and rpi5 32 - VK_EXT_descriptor_buffer on nvk 33 - VK_EXT_post_depth_coverage on nvk 34 - VK_KHR_video_maintenance1 on radv 35 - VK_EXT_legacy_vertex_attributes on nvk [all …]
|
| D | 24.2.0.rst | 1 Mesa 24.2.0 Release Notes / 2024-08-14 20 --------------- 24 c02bb72cea290f78b11895a0c95c7c92394f180d7ff66d4a762ec6950a58addf mesa-24.2.0.tar.xz 28 ------------ 30 - VK_KHR_dynamic_rendering_local_read on RADV 31 - VK_EXT_legacy_vertex_attributes on lavapipe, ANV, Turnip and RADV 32 - VK_MESA_image_alignment_control on RADV 33 - VK_EXT_shader_replicated_composites on ANV, dozen, hasvk, lavapipe, nvk, RADV, and Turnip 34 - VK_KHR_maintenance5 on v3dv 35 - VK_KHR_maintenance7 on RADV [all …]
|
| D | 23.2.1.rst | 1 Mesa 23.2.1 Release Notes / 2023-09-28 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 44 - OpenGL ES 3.0 on Asahi [all …]
|
| /third_party/mesa3d/ |
| D | .pick_status.json | 144 "description": "zink: alloc bo ids for non-slab bos too", 174 … "description": "zink: Revert \"zink: enable single-plane modifiers for generic 2D exports\"", 514 "description": "etnaviv/ci: Update flakes for gc7000-r6214", 554 "description": "radv: add experimental support for AMD BC-250 board", 564 "description": "tu: fix zero-index perfcntr collection for derived counters", 584 "description": "r600: fix the indirect draw 8-bits path", 624 "description": "ci/lava: Add U-Boot action timeout for rockchip DUTs", 654 "description": "ci/lava: Drop the repeating quotes on lava-test-case", 924 "description": "glapi: remove support for dynamically-registered functions", 954 "description": "glapi: don't export always-private functions", [all …]
|
| /third_party/python/.cid/patches/ |
| D | cpython_mingw_v3.11.4_20250509.patch | 6 Change-Id: I7ae3759608e3fc26eb2ebef1fb200e46b3add264 7 --- 9 .gitignore | 5 +- 10 Include/bytesobject.h | 4 +- 11 Include/fileobject.h | 2 +- 14 Include/osdefs.h | 1 - 16 Include/pyerrors.h | 4 +- 18 Include/pyport.h | 41 +- 20 Include/sysmodule.h | 4 +- 22 Lib/ctypes/__init__.py | 4 +- [all …]
|
| /third_party/python/patches/ |
| D | cpython_mingw_v3.11.4.patch | 1 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 11 +# mandatory but not scheduled because of "paths-ignore". 16 + - 'main' 17 + - '3.11' 18 + - '3.10' 19 + - '3.9' 20 + - '3.8' [all …]
|
| /third_party/libabigail/ |
| D | ChangeLog | 1 2023-10-20 Dodji Seketeli <dodji@redhat.com> 6 2023-10-20 Dodji Seketeli <dodji@redhat.com> 8 gen-changelog.py: Fix a long standing typo 9 * gen-changelog.py (get_rel_tags): It's libabigail, not GNET. 11 2023-10-20 Dodji Seketeli <dodji@redhat.com> 13 gen-changelog.py: Don't escaping '/' with '\' in regexp 14 * gen-changelog.py (get_rel_tags): Do not escape '/' with '\' in 17 2023-10-20 Dodji Seketeli <dodji@redhat.com> 20 * src/abg-ir.cc (enum_type_decl::get_sorted_enumerators): Add 23 2023-10-18 Dodji Seketeli <dodji@redhat.com> [all …]
|