Home
last modified time | relevance | path

Searched +full:fossils +full:- +full:db (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/.gitlab-ci/fossils/
Dfossils.sh3 FOSSILS_SCRIPT_DIR="$(dirname "$(readlink -f "$0")")"
4 FOSSILS_YAML="$(readlink -f "$1")"
11 rm -rf fossils-db
12 git clone --no-checkout "$repo" fossils-db
13 (cd fossils-db; git reset "$commit" || git reset "origin/$commit")
19 --file "$FOSSILS_YAML" "$@"
24 rm -rf .clean_git
25 cp -R .git .clean_git
30 rm -rf .git
31 cp -R .clean_git .git
[all …]
Dquery_fossils_yaml.py24 # SPDX-License-Identifier: MIT
32 print(y['fossils-db']['repo'])
37 print(y['fossils-db']['commit'])
43 fossils = list(y['fossils'])
44 if len(fossils) == 0:
47 print('\n'.join((t['path'] for t in fossils)))
51 parser.add_argument('--file', required=True,
54 subparsers = parser.add_subparsers(help='sub-command help')
62 parser_fossils = subparsers.add_parser('fossils')
/third_party/mesa3d/.gitlab-ci/
Dfossils.yml1 fossils-db:
2 repo: "https://gitlab.freedesktop.org/hakzsam/fossils-db"
5 fossils:
6 - path: sascha-willems/database.foz
7 - path: parallel-rdp/small_subgroup.foz
8 - path: parallel-rdp/small_uber_subgroup.foz
9 - path: parallel-rdp/subgroup.foz
10 - path: parallel-rdp/uber_subgroup.foz
/third_party/mesa3d/docs/relnotes/
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 …]
D20.2.0.rst1 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 …]
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 …]