Home
last modified time | relevance | path

Searched +full:crocus +full:- +full:rules (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/ci/
Dgitlab-ci.yml1 # Manual test rules for using anholt's shared g41.
2 .anholt-g41-test:
4 - .crocus-rules
5 - .test-gl
6 - .test-manual-mr
8 - anholt-g41
10 GPU_VERSION: crocus-g41
11 FLAKES_CHANNEL: "#intel-ci"
13 # Manual test rules for using anholt's shared hsw.
14 .anholt-hsw-test:
[all …]
/third_party/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .build-rules
10 - _build/meson-logs/*.txt
11 - _build/meson-logs/strace
12 - shader-db
15 .build-linux:
16 extends: .build-common
23 - !reference [default, before_script]
24 - export PATH="/usr/lib/ccache:$PATH"
25 - export CCACHE_BASEDIR="$PWD"
[all …]
/third_party/mesa3d/.gitlab-ci/
Dtest-source-dep.yml5 .scheduled_pipeline-rules:
6 rules:
7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'
12 .no_scheduled_pipelines-rules:
13 rules:
14 - if: *is-scheduled-pipeline
18 # ---------------------------------------------------------------
19 .core-rules:
20 rules:
21 - !reference [.no_scheduled_pipelines-rules, rules]
[all …]
/third_party/mesa3d/
D.gitlab-ci.yml3 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"
28- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting v…
[all …]
D.pick_status.json31 "description": "pps: make pps-producer RT only on freedreno",
58 …"description": "tree-wide: Convert all usage of PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)_* by us…
67 …"description": "tree-wide: Convert all usage of #ifndef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|ARCH…
76 …"description": "tree-wide: Convert all usage of #ifdef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|ARCH|…
85 …"description": "tree-wide: Convert all usage of defined PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)…
94 …"description": "tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|ARCH|CC…
220 …"description": "mesa/vbo: Replace the usage of cpu_has_sse4_1 with util_get_cpu_caps()->has_sse4_1…
256 "description": "microsoft/compiler: Delete now-unused memcpy lowering pass",
436 "description": "docs: fix badly encoded envvar-roles",
454 "description": "docs: remove stale envvar-reference",
[all …]
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst1 Mesa 21.2.0 Release Notes / 2021-08-04
20 ---------------
24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz
28 ------------
30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock
32 - VK_EXT_provoking_vertex on RADV.
34 - VK_EXT_extended_dynamic_state2 on RADV.
36 - VK_EXT_global_priority_query on RADV.
38 - VK_EXT_physical_device_drm on RADV.
40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV.
[all …]
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 …]
D21.3.0.rst1 Mesa 21.3.0 Release Notes / 2021-11-17
20 ---------------
24 a2753c09deef0ba14d35ae8a2ceff3fe5cd13698928c7bb62c2ec8736eb09ce1 mesa-21.3.0.tar.xz
28 ------------
30 - VK_EXT_color_write_enable on lavapipe
31 - GL_ARB_texture_filter_anisotropic in llvmpipe
32 - Anisotropic texture filtering in lavapipe
33 - VK_EXT_shader_atomic_float2 on Intel and RADV.
34 - VK_EXT_vertex_input_dynamic_state on RADV.
35 - VK_KHR_timeline_semaphore on lavapipe
[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 …]
D22.1.0.rst1 Mesa 22.1.0 Release Notes / 2022-05-18
20 ---------------
24 df6270c1371eaa2aa6eb65b95cbbb2a98b14fa4b7ba0ed45e4ca2fd32df60477 mesa-22.1.0.tar.xz
28 ------------
30 - d3d12 GL4.2
31 - GL_NV_pack_subimage
32 - VK_EXT_depth_clip_control on lavapipe and RADV
33 - Vulkan 1.3 support on lavapipe
34 - VK_EXT_graphics_pipeline_library on lavapipe
35 - VK_EXT_primitives_generated_query on lavapipe
[all …]
/third_party/mesa3d/ohos/
Ddependency_inputs.gni41 "../bin/khronos-update.py",
42 "../bin/meson-cmd-extract.py",
43 "../bin/meson-options.py",
46 "../bin/perf-annotate-jit.py",
47 "../bin/pick-ui.py",
50 "../bin/symbols-check.py",
51 "../bin/update-android-headers.sh",
58 "../build-support/conftest.dyn",
59 "../build-support/conftest.map",
172 "../include/android_stub/system/graphics-base-v1.0.h",
[all …]
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.c47 #include "drm-uapi/i915_drm.h"
61 switch ((devinfo)->verx10) { \
104 intel_uuid_compute_device_id((uint8_t *)uuid, &screen->devinfo, PIPE_UUID_SIZE); in crocus_get_device_uuid()
111 const struct intel_device_info *devinfo = &screen->devinfo; in crocus_get_driver_uuid()
120 const struct intel_device_info *devinfo = &screen->devinfo; in crocus_get_name()
123 snprintf(buf, sizeof(buf), "Mesa %s", devinfo->name); in crocus_get_name()
139 const struct intel_device_info *devinfo = &screen->devinfo; in crocus_get_param()
205 return devinfo->ver == 8; in crocus_get_param()
207 return devinfo->ver <= 5; in crocus_get_param()
210 return devinfo->ver >= 5; in crocus_get_param()
[all …]
Dcrocus_resource.c53 #include "drm-uapi/drm_fourcc.h"
54 #include "drm-uapi/i915_drm.h"
84 return devinfo->ver >= 6; in modifier_is_supported()
103 if (!modifier_is_supported(devinfo, templ->format, templ->bind, in select_best_modifier()
176 const struct intel_device_info *devinfo = &screen->devinfo; in crocus_resource_configure_main()
178 util_format_description(templ->format); in crocus_resource_configure_main()
180 isl_surf_usage_flags_t usage = pipe_bind_to_isl_usage(templ->bind); in crocus_resource_configure_main()
183 /* TODO: This used to be because there wasn't BLORP to handle Y-tiling. */ in crocus_resource_configure_main()
184 if (devinfo->ver < 6 && !util_format_is_depth_or_stencil(templ->format)) in crocus_resource_configure_main()
188 res->mod_info = isl_drm_modifier_get_info(modifier); in crocus_resource_configure_main()
[all …]
Dcrocus_state.c34 * rebound multiple times. This is modeled with the pipe->create_*_state()
35 * and pipe->bind_*_state() hooks. Highly dynamic or inexpensive state is
36 * streamed out on the fly, via pipe->set_*_state() hooks.
40 * typically draw the same things over and over - from frame to frame, most
49 * This create/bind model corresponds to the pipe->create_*_state() and
50 * pipe->bind_*_state() driver hooks.
54 * them out, via the pipe->set_*_state() driver hooks.
68 * create/bind/track state. The second are the draw-time upload functions,
87 #include "drm-uapi/i915_drm.h"
210 [PIPE_PRIM_PATCHES] = _3DPRIM_PATCHLIST_1 - 1, in translate_prim_type()
[all …]
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dplrabn12.txt6 The oldest etext known to Project Gutenberg (ca. 1964-1965)
12 This etext was originally created in 1964-1965 according to Dr.
91 Dove-like sat'st brooding on the vast Abyss,
97 Say first--for Heaven hides nothing from thy view,
98 Nor the deep tract of Hell--say first what cause
139 With ever-burning sulphur unconsumed.
151 Beelzebub. To whom th' Arch-Enemy,
153 Breaking the horrid silence, thus began:--
154 "If thou beest he--but O how fallen! how changed
157 Myriads, though bright!--if he whom mutual league,
[all …]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/
Dthe-picture-of-dorian-gray.txt5 re-use it under the terms of the Project Gutenberg License included
69 of the subject-matter of the artist, but the morality of art consists
99 perfume of the pink-flowering thorn.
101 From the corner of the divan of Persian saddle-bags on which he was
103 Wotton could just catch the gleam of the honey-sweet and honey-coloured
107 tussore-silk curtains that were stretched in front of the huge window,
109 those pallid, jade-faced painters of Tokyo who, through the medium of
118 full-length portrait of a young man of extraordinary personal beauty,
145 from his heavy, opium-tainted cigarette. "Not send it anywhere? My
163 your rugged strong face and your coal-black hair, and this young
[all …]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/
Dthe-picture-of-dorian-gray.txt5 re-use it under the terms of the Project Gutenberg License included
69 of the subject-matter of the artist, but the morality of art consists
99 perfume of the pink-flowering thorn.
101 From the corner of the divan of Persian saddle-bags on which he was
103 Wotton could just catch the gleam of the honey-sweet and honey-coloured
107 tussore-silk curtains that were stretched in front of the huge window,
109 those pallid, jade-faced painters of Tokyo who, through the medium of
118 full-length portrait of a young man of extraordinary personal beauty,
145 from his heavy, opium-tainted cigarette. "Not send it anywhere? My
163 your rugged strong face and your coal-black hair, and this young
[all …]
/third_party/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt30 organization with EIN [Employee Identification Number] 64-6221541
78 These Web sites include award-winning information about Project
108 If they reach just 1-2% of the world's population then the total
116 At our revised rates of production, we will reach only one-third
157 how to make them tax-deductible, or even if they CAN be made
166 Oxford, MS 38655-4109
174 [Employee Identification Number] 64-622154. Donations are
175 tax-deductible to the maximum extent permitted by law. As fundraising
213 By using or reading any part of this PROJECT GUTENBERG-tm
221 ABOUT PROJECT GUTENBERG-TM ETEXTS
[all …]